|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisOperation in org.apache.axis2.addressing |
---|
Methods in org.apache.axis2.addressing with parameters of type AxisOperation | |
---|---|
static String |
AddressingHelper.getInvocationPatternParameterValue(AxisOperation axisOperation)
Extract the parameter representing the Anonymous flag from the AxisOperation and return the String value. |
static void |
AddressingHelper.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 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 |
MessageContext.getAxisOperation()
|
AxisOperation |
OperationContext.getAxisOperation()
|
Methods in org.apache.axis2.context with parameters of type AxisOperation | |
---|---|
OperationContext |
ServiceContext.createOperationContext(AxisOperation axisOp)
|
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,
ServiceContext serviceContext)
Constructs a new OperationContext. |
Uses of AxisOperation in org.apache.axis2.context.externalize |
---|
Methods in org.apache.axis2.context.externalize that return AxisOperation | |
---|---|
static AxisOperation |
ActivateUtils.findOperation(AxisConfiguration axisConfig,
String opClassName,
QName opQName)
Find the AxisOperation object that matches the criteria |
static AxisOperation |
ActivateUtils.findOperation(AxisService service,
String opClassName,
QName opQName)
Find the AxisOperation object that matches the criteria |
Methods in org.apache.axis2.context.externalize with parameters of type AxisOperation | |
---|---|
static AxisMessage |
ActivateUtils.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 AxisOperation | |
---|---|
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)
|
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(Method method)
|
Methods in org.apache.axis2.deployment.util with parameters of type AxisOperation | |
---|---|
static AxisBindingOperation |
Utils.getBindingOperation(AxisBinding binding,
AxisOperation operation)
|
static String |
Utils.getHTTPInputSerializationFromServicesXML(AxisOperation operation)
get http input mime type from the services xml |
static String |
Utils.getHTTPLoacationFromServicesXML(AxisOperation operation)
extract the http location from services xml related to given operation |
static String |
Utils.getHTTPMethodFromServicesXML(AxisOperation operation)
extract the http method from services xml related to given operation |
static String |
Utils.getHTTPOutputSerializationFromservicesXML(AxisOperation operation)
get http output mime type from the services xml |
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 |
AxisMessage.getAxisOperation()
|
AxisOperation |
AxisBindingOperation.getAxisOperation()
|
static AxisOperation |
AxisOperationFactory.getAxisOperation(int mepURI)
|
AxisOperation |
AxisService.getOperation(QName operationName)
Method getOperation. |
AxisOperation |
AxisService.getOperationByAction(String action)
Returns the AxisOperation which has been mapped to the given alias. |
AxisOperation |
AxisService.getOperationByMessageElementQName(QName messageElementQName)
Look up an AxisOperation for this service based off of an element QName from a WSDL message element. |
AxisOperation |
AxisService.getOperationBySOAPAction(String soapAction)
Returns the operation given a SOAP Action. |
static AxisOperation |
AxisOperationFactory.getOperationDescription(String mepURI)
|
Methods in org.apache.axis2.description that return types with arguments of type AxisOperation | |
---|---|
ArrayList<AxisOperation> |
AxisService.getControlOperations()
Gets the control operation which are added by module like RM. |
HashMap<QName,AxisOperation> |
AxisModule.getOperations()
|
Iterator<AxisOperation> |
AxisService.getOperations()
Method getOperations. |
ArrayList<AxisOperation> |
AxisService.getPublishedOperations()
Gets only the published operations. |
Methods in org.apache.axis2.description with parameters of type AxisOperation | |
---|---|
void |
AxisService.addHttpLocationDispatcherString(String string,
AxisOperation axisOperation)
Maps an constant string in the whttp:location to the given operation. |
void |
AxisService.addMessageElementQNameToOperationMapping(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 |
AxisService.addOperation(AxisOperation axisOperation)
Method addOperation. |
org.apache.axiom.om.OMElement |
AxisService2WSDL20.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. |
void |
AxisService.mapActionToOperation(String action,
AxisOperation axisOperation)
Maps an alias (such as a SOAPAction, WSA action, or an operation name) to the given AxisOperation. |
void |
AxisBindingOperation.setAxisOperation(AxisOperation axisOperation)
|
Uses of AxisOperation in org.apache.axis2.description.java2wsdl |
---|
Methods in org.apache.axis2.description.java2wsdl with parameters of type AxisOperation | |
---|---|
protected void |
DefaultSchemaGenerator.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 AxisOperation | |
---|---|
AxisOperation |
RequestURIBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
RelatesToBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
RequestURIOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
abstract AxisOperation |
AbstractOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation. |
AxisOperation |
SOAPMessageBodyBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
SOAPActionBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
HTTPLocationBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
SOAPMessageBodyBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
ActionBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
AddressingBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
RequestURIBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
Uses of AxisOperation in org.apache.axis2.engine |
---|
Methods in org.apache.axis2.engine that return AxisOperation | |
---|---|
abstract AxisOperation |
AbstractDispatcher.findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation. |
Uses of AxisOperation in org.apache.axis2.jaxws.description |
---|
Methods in org.apache.axis2.jaxws.description that return AxisOperation | |
---|---|
AxisOperation |
OperationDescription.getAxisOperation()
|
Uses of AxisOperation in org.apache.axis2.jaxws.dispatchers |
---|
Methods in org.apache.axis2.jaxws.dispatchers that return AxisOperation | |
---|---|
AxisOperation |
GenericProviderDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
MustUnderstandValidationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
Methods in org.apache.axis2.jaxws.dispatchers with parameters of type AxisOperation | |
---|---|
static ArrayList |
MustUnderstandUtils.getSEIMethodHeaderParameterList(AxisOperation axisOperation)
Return an ArrayList of QNames corresponding to SOAP headers which map to method parameters for a specific operation. |
Uses of AxisOperation in org.apache.axis2.osgi.deployment |
---|
Methods in org.apache.axis2.osgi.deployment with parameters of type AxisOperation | |
---|---|
protected void |
OSGiServiceBuilder.processOperationModuleRefs(Iterator moduleRefs,
AxisOperation operation)
If the required module is not found this will return the error code 1: which is "Error 1: Required module is not found" |
Uses of AxisOperation in org.apache.axis2.phaseresolver |
---|
Methods in org.apache.axis2.phaseresolver with parameters of type AxisOperation | |
---|---|
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. |
void |
PhaseResolver.engageModuleToOperation(AxisOperation axisOperation,
AxisModule module)
|
Uses of AxisOperation in org.apache.axis2.ping |
---|
Methods in org.apache.axis2.ping with parameters of type AxisOperation | |
---|---|
void |
PingResponse.addOperationStatus(AxisOperation axisOperation,
int opStatus)
|
Uses of AxisOperation in org.apache.axis2.util |
---|
Methods in org.apache.axis2.util that return AxisOperation | |
---|---|
static AxisOperation |
ObjectStateUtils.findOperation(AxisConfiguration axisConfig,
String opClassName,
QName opQName)
Find the AxisOperation object that matches the criteria |
static AxisOperation |
ObjectStateUtils.findOperation(AxisService service,
String opClassName,
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,
String msgName,
String msgElementName)
Find the AxisMessage object that matches the criteria |
Uses of AxisOperation in org.apache.axis2.wsdl.codegen.emitter |
---|
Methods in org.apache.axis2.wsdl.codegen.emitter with parameters of type AxisOperation | |
---|---|
protected void |
CEmitter.addCSpecifcAttributes(Document doc,
AxisOperation operation,
Element param,
String messageType)
|
protected void |
AxisServiceBasedMultiLanguageEmitter.addHeaderOperationsToFault(List soapHeaderParameterQNameList,
AxisOperation axisOperation)
populate the header parameters to faults |
protected Element |
AxisServiceBasedMultiLanguageEmitter.getFaultElement(Document doc,
AxisOperation operation)
Get the fault element - No header faults are supported |
protected Element[] |
CEmitter.getFaultParamElements(Document doc,
AxisOperation operation)
|
protected Element[] |
AxisServiceBasedMultiLanguageEmitter.getFaultParamElements(Document doc,
AxisOperation operation)
|
protected Element[] |
CEmitter.getInputParamElement(Document doc,
AxisOperation operation)
|
protected Element[] |
AxisServiceBasedMultiLanguageEmitter.getInputParamElement(Document doc,
AxisOperation operation)
|
protected Element |
CEmitter.getOutputParamElement(Document doc,
AxisOperation operation)
|
protected Element |
AxisServiceBasedMultiLanguageEmitter.getOutputParamElement(Document doc,
AxisOperation operation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |