| java.lang.Object org.apache.axis2.description.AxisDescription org.apache.axis2.description.AxisBindingOperation
AxisBindingOperation | public class AxisBindingOperation extends AxisDescription (Code) | | An AxisBindingOperation represents a WSDL <bindingOperation>
|
AxisBindingOperation | public AxisBindingOperation()(Code) | | |
getEffectivePolicy | public Policy getEffectivePolicy()(Code) | | |
toWSDL20 | public OMElement toWSDL20(OMNamespace wsdl, OMNamespace tns, OMNamespace wsoap, OMNamespace whttp, String type, Map namespaceMap, String serviceName)(Code) | | Generates the bindingOperation element
Parameters: wsdl - The WSDL namespace Parameters: tns - The targetnamespace Parameters: wsoap - The SOAP namespace (WSDL 2.0) Parameters: whttp - The HTTP namespace (WSDL 2.0) Parameters: type - Indicates whether the binding is SOAP or HTTP Parameters: namespaceMap - the service's namespace map (prefix -> namespace) Parameters: serviceName - the name of the service The generated binding element |
|
|