|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InboundServiceDescription
Describes a service for inbound communication from the EIS to the application server. Instances of this interface are created by the resource adapter's metadata discovery implementation during metadata discovery through the MetadataDiscovery interface.
Method Summary | |
---|---|
String |
getFunctionSelectorClassName()
Returns the fully qualified class name of the desired FunctionSelector class. |
InboundConnectionConfiguration |
getInboundConnectionAdvancedConfiguration()
Returns the inbound connection configuration of this service. |
String |
getListenerClassName()
Returns the fully qualified class name of the desired Listener interface class which the message driven bean must implement for the inbound service. |
void |
setInboundConnectionAdvancedConfiguration(InboundConnectionConfiguration input)
Sets the inbound connection configuration of this service. |
Methods inherited from interface commonj.connector.metadata.description.ServiceDescription |
---|
getBindingDescription, getComment, getFunctionDescriptions, getMetadataConnectionConfiguration, getMetadataSelectionProperties, getName |
Method Detail |
---|
InboundConnectionConfiguration getInboundConnectionAdvancedConfiguration()
null
.void setInboundConnectionAdvancedConfiguration(InboundConnectionConfiguration input) throws MetadataException
input
- Set the inbound connection properties for this service.
MetadataException
- Thrown when the InboundConnectionAdvancedConfiguration
is not from the adapter ConnectionType or is null
. It is valid to set an incomplete
InboundConnectionAdvancedConfiguration.String getFunctionSelectorClassName()
The FunctionSelector class must be visible to the classLoader of the resource adapter. It is recommended to package it with the resource adapter. The class must also have a public default constructor.
FunctionSelector
String getListenerClassName()
InboundListener
,
MessageListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |