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. |
validate
void validate(IpcToken token,
java.lang.String value)
throws java.io.IOException
- Called for each incoming token.
- Parameters:
token
- the next tokenvalue
- the next token's value
- Throws:
java.io.IOException
- validation error