| java.lang.Object org.apache.axis2.description.AxisDescription org.apache.axis2.description.AxisBindingMessage
AxisBindingMessage | public AxisBindingMessage()(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 |
isFault | public boolean isFault()(Code) | | |
setDirection | public void setDirection(String direction)(Code) | | |
setFault | public void setFault(boolean fault)(Code) | | |
toWSDL20 | public OMElement toWSDL20(OMNamespace wsdl, OMNamespace tns, OMNamespace wsoap, OMNamespace whttp, Map nameSpaceMap)(Code) | | Generates the bindingMessage element (can be input, output, infault or outfault)
Parameters: tns - - The targetnamespace Parameters: wsoap - - The SOAP namespace (WSDL 2.0) Parameters: whttp - - The HTTP namespace (WSDL 2.0) Parameters: nameSpaceMap - - The namespacemap of the service The generated bindingMessage element |
|
|