Uses of Interface
org.apache.wsif.WSIFOperation

Packages that use WSIFOperation
org.apache.wsif   
org.apache.wsif.base   
org.apache.wsif.providers   
org.apache.wsif.providers.bsf   
org.apache.wsif.providers.ejb   
org.apache.wsif.providers.java   
org.apache.wsif.providers.jca   
org.apache.wsif.providers.jms   
org.apache.wsif.providers.soap.apacheaxis   
org.apache.wsif.providers.soap.apachesoap   
org.apache.wsif.providers.soap.soaprmi   
 

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
 

Classes in org.apache.wsif.providers that implement WSIFOperation
 class ModelWSIFOperation
          ModelWSIFOperation Models are provided for all the classes required to be implemented when writing a WSIF provider: WSIFProvider, WSIFPort, and WSIFOperation.
 

Methods in org.apache.wsif.providers that return WSIFOperation
 WSIFOperation ModelWSIFPort.createOperation(java.lang.String opName)
           
 WSIFOperation ModelWSIFPort.createOperation(java.lang.String opName, java.lang.String inputName, java.lang.String outputName)
           
 

Uses of WSIFOperation in org.apache.wsif.providers.bsf
 

Classes in org.apache.wsif.providers.bsf that implement WSIFOperation
 class WSIFOperation_BSF
          BSF operation.
 

Methods in org.apache.wsif.providers.bsf that return WSIFOperation
 WSIFOperation WSIFPort_BSF.createOperation(java.lang.String operationName)
          Description of the Method
 WSIFOperation WSIFPort_BSF.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Description of the Method
 

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)
          Creates a WSIFOperation for the given operation name
 WSIFOperation WSIFPort_Java.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Creates a WSIFOperation for the given operation name
 

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, 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
          The WSIFOperation class for invoking WSDL operations using Apache AXIS.
 

Methods in org.apache.wsif.providers.soap.apacheaxis that return WSIFOperation
 WSIFOperation WSIFPort_ApacheAxis.createOperation(java.lang.String operationName)
          Creates a WSIFOperation for the given operation name
 WSIFOperation WSIFPort_ApacheAxis.createOperation(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
          Creates a WSIFOperation for the given operation name
 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)
           
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.