- java.lang.Object
-
- com.sun.xml.ws.binding.BindingImpl
-
- com.sun.xml.ws.binding.HTTPBindingImpl
-
- All Implemented Interfaces:
WSBinding,Binding,HTTPBinding
public class HTTPBindingImpl extends BindingImpl implements 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
-
Fields inherited from interface javax.xml.ws.http.HTTPBinding
HTTP_BINDING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetHandlerChain(List<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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.ws.Binding
getBindingID
-
-
-
-
Method Detail
-
setHandlerChain
public void setHandlerChain(List<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 interfaceBinding
-
-