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

Packages that use AxisOperation
org.apache.axis2.addressing   
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.wsdl.codegen.emitter   
 

Uses of AxisOperation in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing with parameters of type AxisOperation
static String AddressingHelper.getAnonymousParameterValue(AxisOperation axisOperation)
          Extract the parameter representing the Anonymous flag from the AxisOperation and return the String value.
static void AddressingHelper.setAnonymousParameterValue(AxisOperation axisOperation, String value)
          Set the value of an existing unlocked Parameter representing Anonymous or add a new one if one does not exist.
 

Uses of AxisOperation in org.apache.axis2.client
 

Methods in org.apache.axis2.client with parameters of type AxisOperation
 void WSDLBasedPolicyProcessor.configureOperationPolices(AxisOperation op)
           
 

Uses of AxisOperation in org.apache.axis2.context
 

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

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

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 DescriptionBuilder.processOperationModuleRefs(Iterator moduleRefs, AxisOperation operation)
           
protected  void DescriptionBuilder.processActionMappings(org.apache.axiom.om.OMElement operation, AxisOperation op_descrip)
          Populate the AxisOperation with details from the actionMapping, outputActionMapping and faultActionMapping elements from the operation element.
protected  void ServiceBuilder.processOperationModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisOperation operation)
           
 

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

Methods in org.apache.axis2.deployment.util that return AxisOperation
static AxisOperation Utils.getAxisOperationforJmethod(org.codehaus.jam.JMethod jmethod, org.apache.ws.java2wsdl.utils.TypeTable table)
           
 

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
           
 class InOutAxisOperation
           
 class OutInAxisOperation
           
 class OutOnlyAxisOperation
           
 class RobustOutOnlyAxisOperation
           
 

Methods in org.apache.axis2.description that return AxisOperation
 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.
static AxisOperation AxisOperationFactory.getAxisOperation(int mepURI)
           
static AxisOperation AxisOperationFactory.getOperationDescription(String mepURI)
           
 

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

Uses of AxisOperation in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisOperation
 AxisOperation AddressingBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation SOAPMessageBodyBasedDispatcher.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, AxisModule module)
           
 void PhaseResolver.disengageModuleFromOperationChain(AxisModule module, AxisOperation operation)
          To remove handlers from operations chians this method can be used , first it take inflow of the module and then take handler one by one and then remove those handlers from global inchain , the same procedure will be carry out for all the other flows as well.
 

Uses of AxisOperation in org.apache.axis2.wsdl.codegen.emitter
 

Methods in org.apache.axis2.wsdl.codegen.emitter with parameters of type AxisOperation
protected  Element CEmitter.getOutputParamElement(Document doc, AxisOperation operation)
           
protected  void AxisServiceBasedMultiLanguageEmitter.addSOAPAction(Document doc, Element rootElement, AxisOperation axisOperation)
          Adds the soap action
protected  void AxisServiceBasedMultiLanguageEmitter.addHeaderOperations(List soapHeaderParameterQNameList, AxisOperation axisOperation, boolean input)
          populate the header parameters
protected  Element AxisServiceBasedMultiLanguageEmitter.getInputElement(Document doc, AxisOperation operation, List headerParameterQNameList)
          Get the input element
protected  Element AxisServiceBasedMultiLanguageEmitter.getFaultElement(Document doc, AxisOperation operation)
          Get the fault element - No header faults are supported
protected  Element AxisServiceBasedMultiLanguageEmitter.getOutputElement(Document doc, AxisOperation operation, List headerParameterQNameList)
          Finds the output element.
protected  Element[] AxisServiceBasedMultiLanguageEmitter.getFaultParamElements(Document doc, AxisOperation operation)
           
protected  Element[] AxisServiceBasedMultiLanguageEmitter.getInputParamElement(Document doc, AxisOperation operation)
           
protected  Element AxisServiceBasedMultiLanguageEmitter.getOutputParamElement(Document doc, AxisOperation operation)