Package com.sun.xml.ws.binding
Class HTTPBindingImpl
- java.lang.Object
-
- com.sun.xml.ws.binding.BindingImpl
-
- com.sun.xml.ws.binding.HTTPBindingImpl
-
- All Implemented Interfaces:
WSBinding,jakarta.xml.ws.Binding,jakarta.xml.ws.http.HTTPBinding
public class HTTPBindingImpl extends BindingImpl implements jakarta.xml.ws.http.HTTPBinding
- Author:
- WS Development Team
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.binding.BindingImpl
BindingImpl.MessageKey
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.binding.BindingImpl
EMPTY_FEATURES, faultMessageFeatures, features, inputMessageFeatures, messageContextFactory, operationFeatures, outputMessageFeatures, serviceMode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetHandlerChain(List<jakarta.xml.ws.handler.Handler> chain)This method separates the logical and protocol handlers and sets the HandlerConfiguration.-
Methods inherited from class com.sun.xml.ws.binding.BindingImpl
addKnownHeader, create, create, createCodec, getAddressingVersion, getBindingId, getBindingID, getDefaultBinding, getFaultMessageFeatures, getFeature, getFeatures, getHandlerChain, getHandlerConfig, getInputMessageFeatures, getKnownHeaders, getMessageContextFactory, getOperationFeature, getOperationFeatures, getOutputMessageFeatures, getSOAPVersion, initializeJavaActivationHandlers, isFeatureEnabled, isOperationFeatureEnabled, setFaultMessageFeatures, setHandlerConfig, setInputMessageFeatures, setMode, setOperationFeatures, setOutputMessageFeatures
-
-
-
-
Method Detail
-
setHandlerChain
public void setHandlerChain(List<jakarta.xml.ws.handler.Handler> chain)
This method separates the logical and protocol handlers and sets the HandlerConfiguration. Only logical handlers are allowed with HTTPBinding. Setting SOAPHandlers throws WebServiceException- Specified by:
setHandlerChainin interfacejakarta.xml.ws.Binding
-
-