public class SOAPBindingImpl extends AbstractBindingImpl implements SOAPBinding
SOAP11HTTP_BINDING, SOAP11HTTP_MTOM_BINDING, SOAP12HTTP_BINDING, SOAP12HTTP_MTOM_BINDING
Constructor and Description |
---|
SOAPBindingImpl(BindingInfo sb,
JaxWsEndpointImpl endpoint) |
Modifier and Type | Method and Description |
---|---|
String |
getBindingID() |
MessageFactory |
getMessageFactory() |
Set<String> |
getRoles() |
SOAPFactory |
getSOAPFactory() |
boolean |
isMTOMEnabled() |
static boolean |
isSoapBinding(String bindingID) |
void |
setMTOMEnabled(boolean flag) |
void |
setRoles(Set<String> set) |
getHandlerChain, setHandlerChain
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHandlerChain, setHandlerChain
public SOAPBindingImpl(BindingInfo sb, JaxWsEndpointImpl endpoint)
public Set<String> getRoles()
getRoles
in interface SOAPBinding
public void setRoles(Set<String> set)
setRoles
in interface SOAPBinding
public boolean isMTOMEnabled()
isMTOMEnabled
in interface SOAPBinding
public void setMTOMEnabled(boolean flag)
setMTOMEnabled
in interface SOAPBinding
public MessageFactory getMessageFactory()
getMessageFactory
in interface SOAPBinding
public SOAPFactory getSOAPFactory()
getSOAPFactory
in interface SOAPBinding
public static boolean isSoapBinding(String bindingID)
public String getBindingID()
getBindingID
in interface Binding
getBindingID
in class AbstractBindingImpl
Apache CXF