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

Packages that use OperationDescription
org.apache.axis2.clientapi   
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 OperationDescription in org.apache.axis2.clientapi
 

Fields in org.apache.axis2.clientapi declared as OperationDescription
protected static OperationDescription Call.operationTemplate
           
 

Methods in org.apache.axis2.clientapi with parameters of type OperationDescription
protected  void MEPClient.prepareInvocation(OperationDescription axisop, MessageContext msgCtx)
          prepare the message context for invocation, here the properties kept in the MEPClient copied to the MessageContext
 MessageContext InOutMEPClient.invokeBlocking(OperationDescription axisop, MessageContext msgctx)
          This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport.
 void InOutMEPClient.invokeNonBlocking(OperationDescription axisop, MessageContext msgctx, Callback callback)
          This invocation done via this method blocks till the result arrives, using this method does not indicate anyhting about the transport used or the nature of the transport.
 void InOnlyMEPClient.send(OperationDescription axisop, MessageContext msgctx)
          Send the SOAP Message and forget about it.
 

Uses of OperationDescription in org.apache.axis2.context
 

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

Methods in org.apache.axis2.context with parameters of type OperationDescription
 void MessageContext.setOperationDescription(OperationDescription operationDescription)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, OperationDescription axisOp, ServiceContext serviceContext)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, OperationDescription axisOp)
          When you call this make sure you set the parent later.
 

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

Uses of OperationDescription in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment with parameters of type OperationDescription
protected  void DescriptionBuilder.processOpeasrtionModuleRefs(java.util.Iterator moduleRefs, OperationDescription opeartion)
           
protected  void ServiceBuilder.processOperationModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, OperationDescription opeartion)
           
 

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

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

Uses of OperationDescription in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return OperationDescription
 OperationDescription ServiceDescription.getOperation(javax.xml.namespace.QName operationName)
          Method getOperation
 OperationDescription ServiceDescription.getOperation(java.lang.String ncName)
           
 OperationDescription ServiceDescription.getOperationBySOAPAction(java.lang.String soapAction)
          This method will return the operation given particular SOAP Action.
 OperationDescription ServiceDescription.getOperationBySOAPAction(java.lang.String soapAction, javax.xml.namespace.QName endpoint)
          This method will return the operation given the particular endpoing and the particular SOAP Action.
 

Methods in org.apache.axis2.description with parameters of type OperationDescription
 void ModuleDescription.addOperation(OperationDescription operation)
           
 void ServiceDescription.addOperation(OperationDescription operation)
          Method addOperation
 void ServiceDescription.addMapping(java.lang.String mappingKey, OperationDescription operation)
          To add the was action paramater into has map so that was action based dispatch can support
 

Uses of OperationDescription in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return OperationDescription
 OperationDescription RequestURIBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 OperationDescription SOAPMessageBodyBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
abstract  OperationDescription AbstractDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
          Give the diaptacher turn to find the Operation
 OperationDescription AddressingBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 OperationDescription SOAPActionBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 

Uses of OperationDescription in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver with parameters of type OperationDescription
 void PhaseResolver.buildModuleOperation(OperationDescription opartion)
          To build the opration for the opeartion which the module going to be added
 void PhaseResolver.engageModuleToOperation(OperationDescription operation, ModuleDescription module)
           
 

Uses of OperationDescription in org.apache.axis2.receivers
 

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

Uses of OperationDescription in org.apache.axis2.util
 

Methods in org.apache.axis2.util with parameters of type OperationDescription
static ServiceContext Utils.fillContextInformation(OperationDescription operationDesc, ServiceDescription serviceDesc, ConfigurationContext configurationContext)