Uses of Class
org.apache.axis2.description.AxisOperation
Packages that use AxisOperation
Package
Description
-
Uses of AxisOperation in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing with parameters of type AxisOperationModifier and TypeMethodDescriptionstatic StringAddressingHelper.getInvocationPatternParameterValue(AxisOperation axisOperation) Extract the parameter representing the Anonymous flag from the AxisOperation and return the String value.static voidAddressingHelper.setInvocationPatternParameterValue(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
Fields in org.apache.axis2.client declared as AxisOperationMethods in org.apache.axis2.client with parameters of type AxisOperationModifier and TypeMethodDescriptionvoidWSDLBasedPolicyProcessor.configureOperationPolices(AxisOperation op) Constructors in org.apache.axis2.client with parameters of type AxisOperationModifierConstructorDescriptionprotectedOperationClient(AxisOperation axisOp, ServiceContext sc, Options options) -
Uses of AxisOperation in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisOperationModifier and TypeMethodDescriptionMessageContext.getAxisOperation()OperationContext.getAxisOperation()Methods in org.apache.axis2.context with parameters of type AxisOperationModifier and TypeMethodDescriptionstatic OperationContextOperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext) ServiceContext.createOperationContext(AxisOperation axisOp) voidMessageContext.setAxisOperation(AxisOperation axisOperation) Constructors in org.apache.axis2.context with parameters of type AxisOperationModifierConstructorDescriptionOperationContext(AxisOperation axisOperation, ServiceContext serviceContext) Constructs a new OperationContext. -
Uses of AxisOperation in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return AxisOperationModifier and TypeMethodDescriptionstatic AxisOperationActivateUtils.findOperation(AxisService service, String opClassName, QName opQName) Find the AxisOperation object that matches the criteriastatic AxisOperationActivateUtils.findOperation(AxisConfiguration axisConfig, String opClassName, QName opQName) Find the AxisOperation object that matches the criteriaMethods in org.apache.axis2.context.externalize with parameters of type AxisOperationModifier and TypeMethodDescriptionstatic AxisMessageActivateUtils.findMessage(AxisOperation op, String msgName, String msgElementName) Find the AxisMessage object that matches the criteria -
Uses of AxisOperation in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment with parameters of type AxisOperationModifier and TypeMethodDescriptionprotected voidDescriptionBuilder.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 voidServiceBuilder.processOperationModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisOperation operation) protected voidDescriptionBuilder.processOperationModuleRefs(Iterator moduleRefs, AxisOperation operation) -
Uses of AxisOperation in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that return AxisOperationModifier and TypeMethodDescriptionstatic AxisOperationUtils.getAxisOperationForJmethod(Method method) Methods in org.apache.axis2.deployment.util with parameters of type AxisOperationModifier and TypeMethodDescriptionstatic AxisBindingOperationUtils.getBindingOperation(AxisBinding binding, AxisOperation operation) static StringUtils.getHTTPInputSerializationFromServicesXML(AxisOperation operation) get http input mime type from the services xmlstatic StringUtils.getHTTPLoacationFromServicesXML(AxisOperation operation) extract the http location from services xml related to given operationstatic StringUtils.getHTTPMethodFromServicesXML(AxisOperation operation) extract the http method from services xml related to given operationstatic StringUtils.getHTTPOutputSerializationFromservicesXML(AxisOperation operation) get http output mime type from the services xmlvoidPhasesInfo.setOperationPhases(AxisOperation axisOperation) -
Uses of AxisOperation in org.apache.axis2.description
Subclasses of AxisOperation in org.apache.axis2.descriptionModifier and TypeClassDescriptionclassclassclassclassclassclassThis class is to keep common methods and properties in InOut and OutIn axisOperationMethods in org.apache.axis2.description that return AxisOperationModifier and TypeMethodDescriptionAxisBindingOperation.getAxisOperation()AxisMessage.getAxisOperation()static AxisOperationAxisOperationFactory.getAxisOperation(int mepURI) AxisService.getOperation(QName operationName) Method getOperation.AxisService.getOperationByAction(String action) Returns the AxisOperation which has been mapped to the given alias.AxisService.getOperationByJSONMessageName(String messageName) Look up an AxisOperation for this service based off of a JSON message name from the first 'name' read from a JSON message.AxisService.getOperationByMessageElementQName(QName messageElementQName) Look up an AxisOperation for this service based off of an element QName from a WSDL message element.AxisService.getOperationBySOAPAction(String soapAction) Returns the operation given a SOAP Action.static AxisOperationAxisOperationFactory.getOperationDescription(String mepURI) Methods in org.apache.axis2.description that return types with arguments of type AxisOperationModifier and TypeMethodDescriptionprotected Map<String,AxisOperation> WSDLToAxisServiceBuilder.createHttpLocationTable()AxisService.getControlOperations()Gets the control operation which are added by module like RM.AxisModule.getOperations()AxisService.getOperations()Method getOperations.AxisService.getPublishedOperations()Gets only the published operations.Methods in org.apache.axis2.description with parameters of type AxisOperationModifier and TypeMethodDescriptionvoidAxisService.addHttpLocationDispatcherString(String string, AxisOperation axisOperation) Maps an constant string in the whttp:location to the given operation.voidAxisService.addJSONMessageNameToOperationMapping(String messageName, AxisOperation operation) Add an entry to the map between JSON message names in JSON and AxisOperations for this service.voidAxisService.addMessageElementQNameToOperationMapping(QName messageElementQName, AxisOperation operation) Add an entry to the map between element QNames in WSDL messages and AxisOperations for this service.voidAxisModule.addOperation(AxisOperation axisOperation) voidAxisService.addOperation(AxisOperation axisOperation) Method addOperation.org.apache.axiom.om.OMElementAxisService2WSDL20.generateInterfaceOperationElement(AxisOperation axisOperation, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, org.apache.axiom.om.OMNamespace wsdlx, org.apache.axiom.om.OMNamespace wrpc) Generates the interface Operation element.voidAxisService.mapActionToOperation(String action, AxisOperation axisOperation) Maps an alias (such as a SOAPAction, WSA action, or an operation name) to the given AxisOperation.voidAxisBindingOperation.setAxisOperation(AxisOperation axisOperation) -
Uses of AxisOperation in org.apache.axis2.description.java2wsdl
Methods in org.apache.axis2.description.java2wsdl with parameters of type AxisOperationModifier and TypeMethodDescriptionprotected voidDefaultSchemaGenerator.processException(Method jMethod, AxisOperation axisOperation) This method will generate Schema element for all the excetion types in a given JMethod - No matter what it will generate Schema element for java.lang.Exception so that for other exception which extend java.lang.Excetion can use as the base class type -
Uses of AxisOperation in org.apache.axis2.dispatchers
Methods in org.apache.axis2.dispatchers that return AxisOperationModifier and TypeMethodDescriptionabstract AxisOperationAbstractOperationDispatcher.findOperation(AxisService service, MessageContext messageContext) Called by Axis Engine to find the operation.ActionBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext) AddressingBasedDispatcher.findOperation(AxisService service, MessageContext messageContext) HTTPLocationBasedDispatcher.findOperation(AxisService service, MessageContext messageContext) JSONBasedDefaultDispatcher.findOperation(AxisService service, MessageContext messageContext) RelatesToBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext) RequestURIBasedDispatcher.findOperation(AxisService service, MessageContext messageContext) RequestURIBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext) RequestURIOperationDispatcher.findOperation(AxisService service, MessageContext messageContext) SOAPActionBasedDispatcher.findOperation(AxisService service, MessageContext messageContext) SOAPMessageBodyBasedDispatcher.findOperation(AxisService service, MessageContext messageContext) SOAPMessageBodyBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext) -
Uses of AxisOperation in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return AxisOperationModifier and TypeMethodDescriptionabstract AxisOperationAbstractDispatcher.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 AxisOperationModifier and TypeMethodDescriptionvoidPhaseResolver.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.voidPhaseResolver.engageModuleToOperation(AxisOperation axisOperation, AxisModule module) -
Uses of AxisOperation in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisOperationModifier and TypeMethodDescriptionstatic AxisOperationObjectStateUtils.findOperation(AxisService service, String opClassName, QName opQName) Find the AxisOperation object that matches the criteriastatic AxisOperationObjectStateUtils.findOperation(AxisConfiguration axisConfig, String opClassName, QName opQName) Find the AxisOperation object that matches the criteriaMethods in org.apache.axis2.util with parameters of type AxisOperationModifier and TypeMethodDescriptionstatic AxisMessageObjectStateUtils.findMessage(AxisOperation op, String msgName, String msgElementName) Find the AxisMessage object that matches the criteria