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.dispatchers   
org.apache.axis2.engine   
org.apache.axis2.phaseresolver   
org.apache.axis2.util   
 

Uses of AxisOperation in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing with parameters of type AxisOperation
static java.lang.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, java.lang.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
 

Fields in org.apache.axis2.client declared as AxisOperation
protected  AxisOperation OperationClient.axisOp
           
 

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

Constructors in org.apache.axis2.client with parameters of type AxisOperation
OperationClient(AxisOperation axisOp, ServiceContext sc, Options options)
           
 

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
 void MessageContext.setAxisOperation(AxisOperation axisOperation)
           
static OperationContext ContextFactory.createOperationContext(AxisOperation axisOperation, ServiceContext serviceContext)
           
 OperationContext ServiceContext.createOperationContext(AxisOperation axisOp)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)
           
 

Constructors in org.apache.axis2.context with parameters of type 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(java.util.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(java.util.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
           
 class TwoChannelAxisOperation
          This class is to keep common methods and properties in InOut and OutIn axisOperation
 

Methods in org.apache.axis2.description that return AxisOperation
 AxisOperation AxisService.getOperation(javax.xml.namespace.QName operationName)
          Method getOperation.
 AxisOperation AxisService.getOperationByAction(java.lang.String action)
          Returns the AxisOperation which has been mapped to the given action.
 AxisOperation AxisService.getOperationBySOAPAction(java.lang.String soapAction)
          Returns the operation given a SOAP Action.
 AxisOperation AxisService.getOperationByMessageElementQName(javax.xml.namespace.QName messageElementQName)
          Look up an AxisOperation for this service based off of an element QName from a WSDL message element.
static AxisOperation AxisOperationFactory.getAxisOperation(int mepURI)
           
static AxisOperation AxisOperationFactory.getOperationDescription(java.lang.String mepURI)
           
 AxisOperation AxisBindingOperation.getAxisOperation()
           
 

Methods in org.apache.axis2.description with parameters of type AxisOperation
 void AxisService.addOperation(AxisOperation axisOperation)
          Method addOperation.
 void AxisService.mapActionToOperation(java.lang.String action, AxisOperation axisOperation)
          Maps an action (a SOAPAction or WSA action) to the given operation.
 void AxisService.addHttpLocationDispatcherString(java.lang.String string, AxisOperation axisOperation)
          Maps an constant string in the whttp:location to the given operation.
 void AxisService.addMessageElementQNameToOperationMapping(javax.xml.namespace.QName messageElementQName, AxisOperation operation)
          Add an entry to the map between element QNames in WSDL messages and AxisOperations for this service.
 void AxisModule.addOperation(AxisOperation axisOperation)
           
 void AxisBindingOperation.setAxisOperation(AxisOperation axisOperation)
           
 

Uses of AxisOperation in org.apache.axis2.dispatchers
 

Methods in org.apache.axis2.dispatchers that return AxisOperation
 AxisOperation RelatesToBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
abstract  AxisOperation AbstractOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
          Called by Axis Engine to find the operation.
 AxisOperation RequestURIBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation ActionBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation SOAPMessageBodyBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 

Uses of AxisOperation in org.apache.axis2.engine
 

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

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.util
 

Methods in org.apache.axis2.util that return AxisOperation
static AxisOperation ObjectStateUtils.findOperation(AxisConfiguration axisConfig, java.lang.String opClassName, javax.xml.namespace.QName opQName)
          Find the AxisOperation object that matches the criteria
static AxisOperation ObjectStateUtils.findOperation(AxisService service, java.lang.String opClassName, javax.xml.namespace.QName opQName)
          Find the AxisOperation object that matches the criteria
 

Methods in org.apache.axis2.util with parameters of type AxisOperation
static AxisMessage ObjectStateUtils.findMessage(AxisOperation op, java.lang.String msgName, java.lang.String msgElementName)
          Find the AxisMessage object that matches the criteria
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.