|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutboundServiceDescription
Describes a service using outbound communication from the application server to invoke functions in an EIS. Instances of this interface are created by the resource adapter's metadata discovery and import implementation through the MetaDataDiscovery interface.
Method Summary | |
---|---|
OutboundConnectionConfiguration |
getOutboundConnectionAdvancedConfiguration()
Returns the outbound connection configuration, which contains the connection information to the EIS system. |
void |
setOutboundConnectionAdvancedConfiguration(OutboundConnectionConfiguration input)
Sets the outbound connection configuration of this service. |
Methods inherited from interface commonj.connector.metadata.description.ServiceDescription |
---|
getBindingDescription, getComment, getFunctionDescriptions, getMetadataConnectionConfiguration, getMetadataSelectionProperties, getName |
Method Detail |
---|
OutboundConnectionConfiguration getOutboundConnectionAdvancedConfiguration()
null
.void setOutboundConnectionAdvancedConfiguration(OutboundConnectionConfiguration input) throws MetadataException
input
- Set the outbound connection properties for this service.
MetadataException
- Thrown when the OutboundConnectionAdvancedConfiguration
is not from the adapter ConnectionType or is null
. It is valid to set an incomplete
OutboundConnectionAdvancedConfiguration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |