Save This Page
Home » openjdk-7 » javax » xml » ws » soap » [javadoc | source]
javax.xml.ws.soap
public interface: SOAPBinding [javadoc | source]

All Implemented Interfaces:
    Binding

The SOAPBinding interface is an abstraction for the SOAP binding.
Field Summary
public static final  String SOAP11HTTP_BINDING    A constant representing the identity of the SOAP 1.1 over HTTP binding. 
public static final  String SOAP12HTTP_BINDING    A constant representing the identity of the SOAP 1.2 over HTTP binding. 
public static final  String SOAP11HTTP_MTOM_BINDING    A constant representing the identity of the SOAP 1.1 over HTTP binding with MTOM enabled by default. 
public static final  String SOAP12HTTP_MTOM_BINDING    A constant representing the identity of the SOAP 1.2 over HTTP binding with MTOM enabled by default. 
Method from javax.xml.ws.soap.SOAPBinding Summary:
getMessageFactory,   getRoles,   getSOAPFactory,   isMTOMEnabled,   setMTOMEnabled,   setRoles
Method from javax.xml.ws.soap.SOAPBinding Detail:
 public MessageFactory getMessageFactory()
    Gets the SAAJ MessageFactory instance used by this SOAP binding.
 public Set 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 roles)
    Sets the roles played by the SOAP binding instance.