org.apache.wsif.providers.jca |
|
Java Source File Name | Type | Comment |
WSIFBindingOperation_JCAProperty.java | Interface | An interface which is used to expose InteractionSpec or ConnectionSpec properties
as data at runtime by using parts in a message. |
WSIFFormatHandler_JCA.java | Interface | An interface extending WSIF Format Handler with the Connector Architecture's specific
methods from the Streamable interface and a setter for the InteractionSpec field which
can be used by a resource adapter, when it is required, to support unmarshalling. |
WSIFMessage_JCA.java | Class | This class is the top level superclass for all JCA WSIF messages. |
WSIFMessage_JCAStreamable.java | Class | The class WSIFMessage_JCAStreamable is a specialized version of the WSIFMessage_JCA to support Resource Adapters
using javax.resource.cci.Streamable. |
WSIFOperation_JCA.java | Class | The WSIFOperation_JCA class is an implementation of the WSIFOperation interface,
which is used to execute interactions with the EIS. |
WSIFPort_JCA.java | Class | The WSIFPort_JCA class is a connector architecture specific implementation of WSIFPort. |
WSIFProviderJCAExtensions.java | Interface | This interface contains methods implemented by each Resource Adapter and used by the Connector
Architecture provider to delegate Connector specific operations, for example creation of the
WSIFOperation to the Resource Adapter. |
WSIFResource_JCA.java | Class | The WSIFResource_JCA class accesses message resources. |
WSIFUtils_JCA.java | Class | A utility class with methods simplifying the JNDI lookup of a ConnectionFactory. |