Uses of Class
org.apache.axis2.description.AxisOperation

Packages that use AxisOperation
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.deployment   
org.apache.axis2.deployment.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.phaseresolver   
org.apache.axis2.receivers   
org.apache.axis2.util   
 

Uses of AxisOperation in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as AxisOperation
protected  AxisOperation Call.axisOperationTemplate
          Deprecated.  
protected static AxisOperation MessageSender.axisOperationTemplate
          Deprecated.  
 

Methods in org.apache.axis2.client that return AxisOperation
protected  AxisOperation Call.createOpDescAndFillInFlowInformation(AxisOperation opDesc, String axisOp, int mepURL)
          Deprecated. Creates an operation description if it is null and copies the flows from the template operation.
 

Methods in org.apache.axis2.client with parameters of type AxisOperation
protected  AxisOperation Call.createOpDescAndFillInFlowInformation(AxisOperation opDesc, String axisOp, int mepURL)
          Deprecated. Creates an operation description if it is null and copies the flows from the template operation.
 void InOnlyMEPClient.send(AxisOperation axisop, MessageContext msgctx)
          Deprecated. Sends the SOAP Message and forgets about it.
protected  void MEPClient.prepareInvocation(AxisOperation axisop, MessageContext msgCtx)
          Deprecated. Prepares the message context for invocation.
 MessageContext InOutMEPClient.invokeBlocking(AxisOperation axisop, MessageContext msgctx)
          Deprecated. This method is used to make blocking calls.
 void InOutMEPClient.invokeNonBlocking(AxisOperation axisop, MessageContext msgctx, Callback callback)
          Deprecated. This method is used to make non-blocking calls and is independent of the transport.
 

Uses of AxisOperation in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return AxisOperation
 AxisOperation OperationContext.getAxisOperation()
           
 AxisOperation MessageContext.getAxisOperation()
           
 

Methods in org.apache.axis2.context with parameters of type AxisOperation
static OperationContext OperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp)
          Creates the operation context.
static OperationContext OperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)
           
 void MessageContext.setAxisOperation(AxisOperation axisOperation)
           
 

Constructors in org.apache.axis2.context with parameters of type AxisOperation
OperationContext(AxisOperation axisOperation)
           
OperationContext(AxisOperation axisOperation, ServiceContext serviceContext)
          Constructs a new OperationContext.
 

Uses of AxisOperation in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment with parameters of type AxisOperation
protected  void ServiceBuilder.processOperationModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisOperation operation)
           
protected  void DescriptionBuilder.processOperationModuleRefs(Iterator moduleRefs, AxisOperation operation)
           
 

Uses of AxisOperation in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type AxisOperation
 void PhasesInfo.setOperationPhases(AxisOperation axisOperation)
           
 

Uses of AxisOperation in org.apache.axis2.description
 

Subclasses of AxisOperation in org.apache.axis2.description
 class InOnlyAxisOperation
          Author: Deepal Jayasinghe Date: Oct 3, 2005 Time: 2:06:31 PM
 class InOutAxisOperation
          Author: Deepal Jayasinghe Date: Oct 3, 2005 Time: 2:07:15 PM
 class OutInAxisOperation
          Author: Deepal Jayasinghe Date: Oct 3, 2005 Time: 6:01:33 PM
 class OutOnlyAxisOperation
           
 class RobustOutOnlyAxisOperation
           
 

Methods in org.apache.axis2.description that return AxisOperation
static AxisOperation AxisOperationFactory.getAxisOperation(int mepURI)
           
static AxisOperation AxisOperationFactory.getOperationDescription(String mepURI)
           
 AxisOperation AxisMessage.getParent()
           
 AxisOperation AxisService.getOperation(QName operationName)
          Method getOperation.
 AxisOperation AxisService.getOperationByAction(String action)
          Returns the AxisOperation which has been mapped to the given action.
 AxisOperation AxisService.getOperationBySOAPAction(String soapAction)
          Returns the operation given a SOAP Action.
 

Methods in org.apache.axis2.description with parameters of type AxisOperation
 void AxisMessage.setParent(AxisOperation parent)
           
 void AxisService.addOperation(AxisOperation axisOperation)
          Method addOperation.
 void AxisService.mapActionToOperation(String action, AxisOperation axisOperation)
          Maps an action (aka WSA action) to the given operation.
 void ModuleDescription.addOperation(AxisOperation axisOperation)
           
 

Uses of AxisOperation in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisOperation
 AxisOperation SOAPMessageBodyBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation AddressingBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
abstract  AxisOperation AbstractDispatcher.findOperation(AxisService service, MessageContext messageContext)
          Called by Axis Engine to find the operation.
 AxisOperation SOAPActionBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 

Uses of AxisOperation in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver with parameters of type AxisOperation
 void PhaseResolver.engageModuleToOperation(AxisOperation axisOperation, ModuleDescription module)
           
 

Uses of AxisOperation in org.apache.axis2.receivers
 

Methods in org.apache.axis2.receivers with parameters of type AxisOperation
 Method RawXMLINOutMessageReceiver.findOperation(AxisOperation op, Class ImplClass)
           
 

Uses of AxisOperation in org.apache.axis2.util
 

Methods in org.apache.axis2.util with parameters of type AxisOperation
static ServiceContext Utils.fillContextInformation(AxisOperation axisOperation, AxisService axisService, ConfigurationContext configurationContext)