public interface RouterHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BIDICONFIG |
static java.lang.String |
PASSWORD
the password for the user to be used for authentication
|
static java.lang.String |
USERNAME
the username [loginid] to be used for authentication
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RouterPropsInfo> |
getProperties() |
byte[] |
invoke(java.util.Map<java.lang.String,?> metaData,
byte[] data)
Invoke the service available at the specified endpoint.
|
static final java.lang.String BIDICONFIG
static final java.lang.String USERNAME
static final java.lang.String PASSWORD
byte[] invoke(java.util.Map<java.lang.String,?> metaData, byte[] data) throws MXException
metaData
- data
- MXException
java.util.List<RouterPropsInfo> getProperties()