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, setHandlerChainclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHandlerChain, setHandlerChainpublic SOAPBindingImpl(BindingInfo sb, JaxWsEndpointImpl endpoint)
public Set<String> getRoles()
getRoles in interface SOAPBindingpublic void setRoles(Set<String> set)
setRoles in interface SOAPBindingpublic boolean isMTOMEnabled()
isMTOMEnabled in interface SOAPBindingpublic void setMTOMEnabled(boolean flag)
setMTOMEnabled in interface SOAPBindingpublic MessageFactory getMessageFactory()
getMessageFactory in interface SOAPBindingpublic SOAPFactory getSOAPFactory()
getSOAPFactory in interface SOAPBindingpublic static boolean isSoapBinding(String bindingID)
public String getBindingID()
getBindingID in interface BindinggetBindingID in class AbstractBindingImplApache CXF