|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WSIFOperation in org.apache.wsif |
---|
Methods in org.apache.wsif that return WSIFOperation | |
WSIFOperation |
WSIFPort.createOperation(java.lang.String operationName)
Create a new WSIFOperation. |
WSIFOperation |
WSIFPort.createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
Create a new WSIFOperation. |
Uses of WSIFOperation in org.apache.wsif.base |
---|
Classes in org.apache.wsif.base that implement WSIFOperation | |
class |
WSIFDefaultOperation
|
Uses of WSIFOperation in org.apache.wsif.providers.ejb |
---|
Classes in org.apache.wsif.providers.ejb that implement WSIFOperation | |
class |
WSIFOperation_EJB
EJB operation. |
Methods in org.apache.wsif.providers.ejb that return WSIFOperation | |
WSIFOperation |
WSIFPort_EJB.createOperation(java.lang.String operationName)
|
WSIFOperation |
WSIFPort_EJB.createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
|
Uses of WSIFOperation in org.apache.wsif.providers.java |
---|
Classes in org.apache.wsif.providers.java that implement WSIFOperation | |
class |
WSIFOperation_Java
Java operation. |
Methods in org.apache.wsif.providers.java that return WSIFOperation | |
WSIFOperation |
WSIFPort_Java.createOperation(java.lang.String operationName)
|
WSIFOperation |
WSIFPort_Java.createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
|
Uses of WSIFOperation in org.apache.wsif.providers.jca |
---|
Classes in org.apache.wsif.providers.jca that implement WSIFOperation | |
class |
WSIFOperation_JCA
The WSIFOperation_JCA class is an implementation of the WSIFOperation interface, which is used to execute interactions with the EIS. |
Methods in org.apache.wsif.providers.jca that return WSIFOperation | |
WSIFOperation |
WSIFPort_JCA.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. |
WSIFOperation |
WSIFPort_JCA.createOperation(java.lang.String aOperationName)
Creates a WSIFOperation_JCA using the configured, Resource Adapter specific factory (i.e. |
WSIFOperation |
WSIFProviderJCAExtensions.createOperation(javax.wsdl.Definition definition,
javax.wsdl.Service aService,
javax.wsdl.Port aPort,
java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName,
WSIFDynamicTypeMap typeMap,
WSIFPort_JCA jcaPort,
javax.resource.cci.Connection connection)
The provider for a resource adapter creates a WSIFOperation based on the specified WSDL operation. |
Uses of WSIFOperation in org.apache.wsif.providers.jms |
---|
Classes in org.apache.wsif.providers.jms that implement WSIFOperation | |
class |
WSIFOperation_Jms
WSIFOperation_Jms |
Methods in org.apache.wsif.providers.jms that return WSIFOperation | |
WSIFOperation |
WSIFPort_Jms.createOperation(java.lang.String operationName)
|
WSIFOperation |
WSIFPort_Jms.createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
|
Uses of WSIFOperation in org.apache.wsif.providers.soap.apacheaxis |
---|
Classes in org.apache.wsif.providers.soap.apacheaxis that implement WSIFOperation | |
class |
WSIFOperation_ApacheAxis
|
Methods in org.apache.wsif.providers.soap.apacheaxis that return WSIFOperation | |
WSIFOperation |
WSIFPort_ApacheAxis.createOperation(java.lang.String operationName)
|
WSIFOperation |
WSIFPort_ApacheAxis.createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
|
WSIFOperation |
WSIFJmsTransport.getWsifOperation()
|
Methods in org.apache.wsif.providers.soap.apacheaxis with parameters of type WSIFOperation | |
void |
WSIFJmsTransport.setWsifOperation(WSIFOperation wsifOperation)
|
Uses of WSIFOperation in org.apache.wsif.providers.soap.apachesoap |
---|
Classes in org.apache.wsif.providers.soap.apachesoap that implement WSIFOperation | |
class |
WSIFOperation_ApacheSOAP
Provide concrete implementation of WSDL operation with Apache SOAP RPC method invocation. |
Methods in org.apache.wsif.providers.soap.apachesoap that return WSIFOperation | |
WSIFOperation |
WSIFPort_ApacheSOAP.createOperation(java.lang.String operationName)
|
WSIFOperation |
WSIFPort_ApacheSOAP.createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
|
Uses of WSIFOperation in org.apache.wsif.providers.soap.soaprmi |
---|
Classes in org.apache.wsif.providers.soap.soaprmi that implement WSIFOperation | |
class |
WSIFOperation_SoapRMI
Provide concrete implementation of WSDL operation with SoapRMI RPC method invocation. |
Methods in org.apache.wsif.providers.soap.soaprmi that return WSIFOperation | |
WSIFOperation |
WSIFPort_SoapRMI.createOperation(java.lang.String operationName)
|
WSIFOperation |
WSIFPort_SoapRMI.createOperation(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |