An implementation of the javax.xml.ws.soap.SOAPBinding
interface. This is the default binding for JAX-WS, and will exist for all
Dispatch and Dynamic Proxy instances unless the XML/HTTP Binding is
explicitly specificied.
Field Summary
Fields inherited from class org.apache.axis2.jaxws.binding.BindingImpl
public void setRespectBindingEnabled(boolean enabled)
isAddressingConfigured
public boolean isAddressingConfigured()
Indicates if Addressing was configured explicitly via metadata, such as through a deployment descriptor.
If an AddressingAnnot was specified in the DBC, then this will answer true. The related addressing methods
will return a default value if this method returns false.
Returns:
true if addressing was explicitly configured via an AddressingAnnot in the DBC; false otherwise.
public void setAddressingRequired(boolean required)
getAddressingResponses
public Responses getAddressingResponses()
Return the type of responses required by Addressing.
Note that if addressing was not explicitly configured via metadata, this will return a default value.
Returns:
AddressingFeature.Responses ENUM value indicating what type of addressing responses are required.