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,javax.xml.ws.Binding,javax.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, serviceModeFields inherited from interface javax.xml.ws.http.HTTPBinding
HTTP_BINDING -
Method Summary
Modifier and TypeMethodDescriptionvoidsetHandlerChain(List<javax.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, setOutputMessageFeaturesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.ws.Binding
getBindingID
-
Method Details
-
setHandlerChain
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 interfacejavax.xml.ws.Binding
-