org.apache.wsif.providers.jca
Class WSIFPort_JCA
java.lang.Object
|
+--org.apache.wsif.base.WSIFDefaultPort
|
+--org.apache.wsif.providers.jca.WSIFPort_JCA
- All Implemented Interfaces:
- java.io.Serializable, WSIFPort
- public class WSIFPort_JCA
- extends WSIFDefaultPort
The WSIFPort_JCA class is a connector architecture specific implementation of WSIFPort.
This port has a handle to resource adapter connection, and is used to create WSIFOperation.
- Author:
- Michael Beisiegel, Piotr Przybylski
- See Also:
- Serialized Form
Method Summary |
void |
close()
Closes the javax.resource.cci.Connection associated with this port. |
WSIFOperation |
createOperation(java.lang.String aOperationName)
Creates a WSIFOperation_JCA using the configured, Resource Adapter specific
factory (i.e. |
WSIFOperation |
createOperation(java.lang.String aOperationName,
java.lang.String aInputName,
java.lang.String aOutputName)
This method creates WSIFOperation_JCA using the configured, Resource Adapter specific
factory (i.e. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WSIFPort_JCA
public WSIFPort_JCA(javax.wsdl.Definition aDefinition,
javax.wsdl.Service aService,
javax.wsdl.Port aPort,
javax.resource.cci.Connection aConnection,
WSIFProviderJCAExtensions aFactory,
WSIFDynamicTypeMap typeMap)
- Constructor for WSIFPort_JCA.
- Parameters:
aDefinition
- aService
- aPort
- aConnection
- aFactory
- typeMap
-
createOperation
public WSIFOperation createOperation(java.lang.String aOperationName,
java.lang.String aInputName,
java.lang.String aOutputName)
throws WSIFException
- This method creates WSIFOperation_JCA using the configured, Resource Adapter specific
factory (i.e. the implementor of
WSIFProviderJCAExtensions
).
- See Also:
WSIFPort.createOperation(String, String, String)
createOperation
public WSIFOperation createOperation(java.lang.String aOperationName)
throws WSIFException
- Creates a WSIFOperation_JCA using the configured, Resource Adapter specific
factory (i.e. the implementor of
WSIFProviderJCAExtensions
).
- See Also:
WSIFPort.createOperation(String)
close
public void close()
- Closes the javax.resource.cci.Connection associated with this port.
- Overrides:
close
in class WSIFDefaultPort
- See Also:
WSIFPort.close()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.