commonj.connector.metadata.discovery.connection
Interface InboundConnectionType.InboundConnectionBeans

Enclosing interface:
InboundConnectionType

public static interface InboundConnectionType.InboundConnectionBeans

Represents the JavaBean instances needed to support inbound communication, a runtime representation of the inbound connection configuration.


Method Summary
 ActivationSpec getActivationSpecJavaBean()
          Return an instance of the ActivationSpec Java Bean, a part of runtime representation of the inbound connection configuration.
 ResourceAdapter getResourceAdapterJavaBean()
          Return an instance of the Resource adapter Java Bean, a part of runtime representation of the inbound connection configuration.
 

Method Detail

getActivationSpecJavaBean

ActivationSpec getActivationSpecJavaBean()
Return an instance of the ActivationSpec Java Bean, a part of runtime representation of the inbound connection configuration.

Returns:
ActivationSpec A populated Java Bean instance. The implementation must not return null.

getResourceAdapterJavaBean

ResourceAdapter getResourceAdapterJavaBean()
Return an instance of the Resource adapter Java Bean, a part of runtime representation of the inbound connection configuration.

Returns:
Resourceadapter A populated ResourceAdapter Java Bean instance, must not be null.