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, Binding, HTTPBinding
public class HTTPBindingImpl
- extends BindingImpl
- implements HTTPBinding
Method Summary |
void |
setHandlerChain(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 |
addFeature, create, create, createCodec, getAddressingVersion, getBindingId, getBindingID, getDefaultBinding, getFaultMessageFeatures, getFeature, getFeatures, getHandlerChain, getHandlerConfig, getInputMessageFeatures, getKnownHeaders, getMessageContextFactory, getOperationFeature, getOperationFeatures, getOutputMessageFeatures, getSOAPVersion, isFeatureEnabled, isOperationFeatureEnabled, setFaultMessageFeatures, setFeatures, setInputMessageFeatures, setMode, setOperationFeatures, setOutputMessageFeatures |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPBindingImpl
HTTPBindingImpl()
- Use
BindingImpl.create(BindingID)
to create this.
HTTPBindingImpl
HTTPBindingImpl(WebServiceFeature... features)
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:
setHandlerChain
in interface Binding
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.