| java.lang.Object org.apache.axis2.description.AxisDescription org.apache.axis2.description.AxisBinding
AxisBinding | public class AxisBinding extends AxisDescription (Code) | | An AxisBinding represents a WSDL binding, and contains AxisBindingOperations.
|
AxisBinding | public AxisBinding()(Code) | | |
getEffectivePolicy | public Policy getEffectivePolicy()(Code) | | |
getProperty | public Object getProperty(String name)(Code) | | Parameters: name - name of the property to search for the value of the property, or null if the property is not found |
toWSDL20 | public OMElement toWSDL20(OMNamespace wsdl, OMNamespace tns, OMNamespace wsoap, OMNamespace whttp, String interfaceName, Map nameSpaceMap, String addressingFlag, String serviceName, OMNamespace wsaw)(Code) | | Generate the <binding> element
Parameters: wsdl - the WSDL namespace Parameters: tns - the target namespace Parameters: wsoap - the SOAP namespace Parameters: whttp - the HTTP namespace Parameters: interfaceName - the name of the interface Parameters: nameSpaceMap - the namespaceMap (prefix -> namespaceURI) of the service Parameters: addressingFlag - addressing usage flag (see AddressingConstants) Parameters: serviceName - the name of the service the generated binding element |
|
|