API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws.soap. SOAPBinding View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Binding
      SOAPBinding
Subinterfaces
Description
public interface SOAPBinding
  The SOAPBinding interface is an abstraction for the SOAP binding.
See also:   
Methods
Hide/Show inherited methods
public MessageFactory getMessageFactory ()
  Gets the SAAJ MessageFactory instance used by this SOAP binding.
public Set<String> getRoles ()
  Gets the roles played by the SOAP binding instance.
public SOAPFactory getSOAPFactory ()
  Gets the SAAJ SOAPFactory instance used by this SOAP binding.
public boolean isMTOMEnabled ()
  Returns true if the use of MTOM is enabled.
public void setMTOMEnabled (boolean flag)
  Enables or disables use of MTOM.
public void setRoles (Set<String> roles)
  Sets the roles played by the SOAP binding instance.
Fields
Hide/Show inherited fields
publicfinalstatic String SOAP11HTTP_BINDING = "http://schemas.xmlsoap.org/wsdl/soap/http"
A constant representing the identity of the SOAP 1.1 over HTTP binding.
publicfinalstatic String SOAP11HTTP_MTOM_BINDING = "http://schemas.xmlsoap.org/wsdl/soap/http?mtom=true"
A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default.
publicfinalstatic String SOAP12HTTP_BINDING = "http://www.w3.org/2003/05/soap/bindings/HTTP/"
A constant representing the identity of the SOAP 1.2 over HTTP binding.
publicfinalstatic String SOAP12HTTP_MTOM_BINDING = "http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true"
A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar