public abstract class BaseRouterHandler extends java.lang.Object implements RouterHandler
BIDICONFIG, PASSWORD, USERNAME
Constructor and Description |
---|
BaseRouterHandler()
Default constructor to be used in case of
1> Getting the list of supported properties.
|
BaseRouterHandler(MaxEndPointInfo endPointInfo) |
Modifier and Type | Method and Description |
---|---|
byte[] |
invoke(java.util.Map<java.lang.String,?> metaData,
byte[] data)
All directly extending classes should call super.invoke(metaData, data) before proceeding
with the invoke.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperties
public BaseRouterHandler(MaxEndPointInfo endPointInfo)
endPointInfo
- the endpoint info object.public BaseRouterHandler()
public byte[] invoke(java.util.Map<java.lang.String,?> metaData, byte[] data) throws MXException
invoke
in interface RouterHandler
MXException
RouterHandler.invoke(java.util.Map, byte[])