Uses of Class
org.apache.axis2.description.AxisBindingOperation

Packages that use AxisBindingOperation
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
static AxisBindingOperation Utils.getBindingOperation(AxisBinding binding, AxisOperation operation)
           
 

Methods in org.apache.axis2.deployment.util with parameters of type AxisBindingOperation
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
 AxisBindingOperation AxisBindingMessage.getAxisBindingOperation()
           
 

Methods in org.apache.axis2.description that return types with arguments of type AxisBindingOperation
 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
protected  void AxisServiceBasedMultiLanguageEmitter.addHeaderOperations(List soapHeaderParameterQNameList, AxisBindingOperation bindingOperation, boolean input)
          populate the header parameters
protected  Element AxisServiceBasedMultiLanguageEmitter.generateMethodElement(Document doc, String endpointName, AxisBindingOperation bindingOperation)
          Common code to generate a element from an operation.
protected  org.apache.neethi.Policy AxisServiceBasedMultiLanguageEmitter.getBindingPolicyFromMessage(AxisBindingOperation axisBindingOperation, String key)
           
protected  Element CEmitter.getInputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
          Get the input element
protected  Element AxisServiceBasedMultiLanguageEmitter.getInputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
          Get the input element
protected  Element CEmitter.getOutputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
          Finds the output element.
protected  Element AxisServiceBasedMultiLanguageEmitter.getOutputElement(Document doc, AxisBindingOperation bindingOperation, List headerParameterQNameList)
          Finds the output element.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.