|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.base.WSIFDefaultPort
org.apache.wsif.providers.jca.WSIFPort_JCA
public class WSIFPort_JCA
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.
Constructor Summary | |
---|---|
WSIFPort_JCA(javax.wsdl.Definition aDefinition,
javax.wsdl.Service aService,
javax.wsdl.Port aPort,
Connection aConnection,
WSIFProviderJCAExtensions aFactory,
WSIFDynamicTypeMap typeMap)
Constructor for WSIFPort_JCA. |
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 org.apache.wsif.base.WSIFDefaultPort |
---|
finalize, getContext, setContext, supportsAsync, supportsSync |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WSIFPort_JCA(javax.wsdl.Definition aDefinition, javax.wsdl.Service aService, javax.wsdl.Port aPort, Connection aConnection, WSIFProviderJCAExtensions aFactory, WSIFDynamicTypeMap typeMap)
aDefinition
- aService
- aPort
- aConnection
- aFactory
- typeMap
- Method Detail |
---|
public WSIFOperation createOperation(java.lang.String aOperationName, java.lang.String aInputName, java.lang.String aOutputName) throws WSIFException
WSIFProviderJCAExtensions
).
aOperationName
- the name of an operation in this port's portTypeaInputName
- the input message nameaOutputName
- the output message name
WSIFException
- if something goes wrongWSIFPort.createOperation(String, String, String)
public WSIFOperation createOperation(java.lang.String aOperationName) throws WSIFException
WSIFProviderJCAExtensions
).
aOperationName
- the name of an operation in this port's portType
WSIFException
- if something goes wrongWSIFPort.createOperation(String)
public void close()
close
in interface WSIFPort
close
in class WSIFDefaultPort
WSIFPort.close()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |