| |
|
| java.lang.Object com.sun.xml.ws.binding.BindingImpl com.sun.xml.ws.binding.SOAPBindingImpl
X_SOAP12HTTP_BINDING | final public static String X_SOAP12HTTP_BINDING(Code) | | |
addRequiredRoles | protected void addRequiredRoles()(Code) | | |
createHandlerConfig | protected HandlerConfiguration createHandlerConfig(List<Handler> handlerChain)(Code) | | This method separates the logical and protocol handlers.
Also parses Headers understood by SOAPHandlers and
sets the HandlerConfiguration.
|
isMTOMEnabled | public boolean isMTOMEnabled()(Code) | | Used typically by the runtime to enable/disable Mtom optimization
|
setMTOMEnabled | public void setMTOMEnabled(boolean b)(Code) | | Client application can override if the MTOM optimization should be enabled
|
setPortKnownHeaders | public void setPortKnownHeaders(Set<QName> headers)(Code) | | This method should be called if the binding has SOAPSEIModel
The Headers understood by the Port are set, so that they can be used for MU
processing.
Parameters: headers - |
setRoles | public void setRoles(Set<String> roles)(Code) | | Adds the next and other roles in case this has
been called by a user without them.
Creates a new HandlerConfiguration object and sets it on the BindingImpl.
|
|
|
|