public interface MessageListenerConfigParser extends ConnectorConfigParser
AOR, configParserUtil, ddTransformUtil, MCF, MSL, RA| Modifier and Type | Method and Description |
|---|---|
String |
getActivationSpecClass(ConnectorDescriptor desc,
String messageListenerType)
Returns the ActivationSpecClass name for the given rar and message
listener type.
|
Properties |
getJavaBeanReturnTypes(ConnectorDescriptor desc,
String messageListenerType,
String rarName)
Returns the Properties object consisting of PropertyName as the key
and the datatype as the value
|
String[] |
getMessageListenerTypes(ConnectorDescriptor desc)
Obtains the Message Listener types of a given rar.
|
getConfidentialProperties, getJavaBeanPropsString[] getMessageListenerTypes(ConnectorDescriptor desc) throws ConnectorRuntimeException
desc - ConnectorDescriptor pertaining to rar.ConnectorRuntimeException - If rar is not exploded or
incorrect ra.xmlString getActivationSpecClass(ConnectorDescriptor desc, String messageListenerType) throws ConnectorRuntimeException
desc - ConnectorDescriptor pertaining to rar.messageListenerType - MessageListener typeConnectorRuntimeException - If rar is not exploded or
incorrect ra.xmlProperties getJavaBeanReturnTypes(ConnectorDescriptor desc, String messageListenerType, String rarName) throws ConnectorRuntimeException
desc - ConnectorDescriptor pertaining to rar.messageListenerType - message listener type.It is uniqie
across all ConnectorRuntimeException - if either of the parameters are null.
If corresponding rar is not deployed i.e moduleDir is invalid.
If messagelistener type is not found in ra.xmlCopyright © 2019. All rights reserved.