Fields Summary |
---|
public static final String | SOAP11HTTP_BINDINGA constant representing the identity of the SOAP 1.1 over HTTP binding. |
public static final String | SOAP12HTTP_BINDINGA constant representing the identity of the SOAP 1.2 over HTTP binding. |
public static final String | SOAP11HTTP_MTOM_BINDINGA constant representing the identity of the SOAP 1.1 over HTTP binding
with MTOM enabled by default. |
public static final String | SOAP12HTTP_MTOM_BINDINGA constant representing the identity of the SOAP 1.2 over HTTP binding
with MTOM enabled by default. |
Methods Summary |
---|
public javax.xml.soap.MessageFactory | getMessageFactory()Gets the SAAJ MessageFactory instance used by this SOAP binding.
|
public java.util.Set | getRoles()Gets the roles played by the SOAP binding instance.
|
public javax.xml.soap.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(java.util.Set roles)Sets the roles played by the SOAP binding instance.
|