|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 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 | |
static AxisOperation |
AxisOperationFactory.getAxisOperation(int mepURI)
|
static AxisOperation |
AxisOperationFactory.getOperationDescription(String mepURI)
|
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 |
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 |
SOAPMessageBodyBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
SOAPActionBasedDispatcher.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. |
AxisOperation |
RequestURIBasedDispatcher.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.disEngageModulefromOperationChian(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.receivers |
Methods in org.apache.axis2.receivers with parameters of type AxisOperation | |
Method |
RawXMLINOutMessageReceiver.findOperation(AxisOperation op,
Class ImplClass)
|
Method |
RawXMLINOutAsyncMessageReceiver.findOperation(AxisOperation op,
Class ImplClass)
|
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 |
AxisServiceBasedMultiLanguageEmitter.getInputElement(Document doc,
AxisOperation operation,
List headerParameterQNameList)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |