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

Packages that use AxisBindingOperation
org.apache.axis2.description   
org.apache.axis2.wsdl.codegen.emitter   
 

Uses of AxisBindingOperation in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return AxisBindingOperation
 AxisBindingOperation AxisBindingMessage.getAxisBindingOperation()
           
 

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(java.util.List soapHeaderParameterQNameList, AxisBindingOperation bindingOperation, boolean input)
          populate the header parameters
protected  org.w3c.dom.Element AxisServiceBasedMultiLanguageEmitter.generateMethodElement(org.w3c.dom.Document doc, java.lang.String endpointName, AxisBindingOperation bindingOperation)
          Common code to generate a element from an operation.
protected  org.apache.neethi.Policy AxisServiceBasedMultiLanguageEmitter.getBindingPolicyFromMessage(AxisBindingOperation axisBindingOperation, java.lang.String key)
           
protected  org.w3c.dom.Element AxisServiceBasedMultiLanguageEmitter.getInputElement(org.w3c.dom.Document doc, AxisBindingOperation bindingOperation, java.util.List headerParameterQNameList)
          Get the input element
protected  org.w3c.dom.Element CEmitter.getInputElement(org.w3c.dom.Document doc, AxisBindingOperation bindingOperation, java.util.List headerParameterQNameList)
          Get the input element
protected  org.w3c.dom.Element AxisServiceBasedMultiLanguageEmitter.getOutputElement(org.w3c.dom.Document doc, AxisBindingOperation bindingOperation, java.util.List headerParameterQNameList)
          Finds the output element.
protected  org.w3c.dom.Element CEmitter.getOutputElement(org.w3c.dom.Document doc, AxisBindingOperation bindingOperation, java.util.List headerParameterQNameList)
          Finds the output element.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.