SMILA 1.0 API documentation

org.eclipse.smila.ipc.util
Interface IpcValidator


public interface IpcValidator

A Validator can be implemented to validate an IPC protocol format. (@see Ipc2BonTrafo)

Author:
aweber

Method Summary
 void validate(IpcToken token, java.lang.String value)
          Called for each incoming token.
 

Method Detail

validate

void validate(IpcToken token,
              java.lang.String value)
              throws java.io.IOException
Called for each incoming token.

Parameters:
token - the next token
value - the next token's value
Throws:
java.io.IOException - validation error

SMILA 1.0 API documentation