Uses of Class
org.apache.axis2.description.AxisBindingOperation
-
Packages that use AxisBindingOperation Package Description org.apache.axis2.deployment.util org.apache.axis2.description org.apache.axis2.wsdl.codegen.emitter -
-
Uses of AxisBindingOperation in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that return AxisBindingOperation Modifier and Type Method Description static AxisBindingOperation
Utils. getBindingOperation(AxisBinding binding, AxisOperation operation)
Methods in org.apache.axis2.deployment.util with parameters of type AxisBindingOperation Modifier and Type Method Description static AxisBindingMessage
Utils. getBindingMessage(AxisBindingOperation bindingOperation, AxisMessage message)
-
Uses of AxisBindingOperation in org.apache.axis2.description
Methods in org.apache.axis2.description that return AxisBindingOperation Modifier and Type Method Description AxisBindingOperation
AxisBindingMessage. getAxisBindingOperation()
Methods in org.apache.axis2.description that return types with arguments of type AxisBindingOperation Modifier and Type Method Description Iterator<AxisBindingOperation>
AxisBinding. getChildren()
-
Uses of AxisBindingOperation in org.apache.axis2.wsdl.codegen.emitter
Methods in org.apache.axis2.wsdl.codegen.emitter with parameters of type AxisBindingOperation Modifier and Type Method Description protected void
AxisServiceBasedMultiLanguageEmitter. addHeaderOperations(List soapHeaderParameterQNameList, AxisBindingOperation bindingOperation, boolean input)
populate the header parametersprotected Element
AxisServiceBasedMultiLanguageEmitter. generateMethodElement(Document doc, String endpointName, AxisBindingOperation bindingOperation)
Common code to generate aelement from an operation. protected org.apache.neethi.Policy
AxisServiceBasedMultiLanguageEmitter. getBindingPolicyFromMessage(AxisBindingOperation axisBindingOperation, String key)
protected Element
AxisServiceBasedMultiLanguageEmitter. getInputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
Get the input elementprotected Element
CEmitter. getInputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
Get the input elementprotected Element
AxisServiceBasedMultiLanguageEmitter. getOutputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
Finds the output element.protected Element
CEmitter. getOutputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
Finds the output element.
-