com.sun.xml.ws.binding
Class HTTPBindingImpl

java.lang.Object
  extended by com.sun.xml.ws.binding.BindingImpl
      extended by com.sun.xml.ws.binding.HTTPBindingImpl
All Implemented Interfaces:
WSBinding, Binding, HTTPBinding

public class HTTPBindingImpl
extends BindingImpl
implements HTTPBinding


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
 void setHandlerChain(java.util.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, 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, getHandlerChain
 

Method Detail

setHandlerChain

public void setHandlerChain(java.util.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.