Package org.apache.axis2.jaxws.binding
Class HTTPBinding
- java.lang.Object
 - 
- org.apache.axis2.jaxws.binding.BindingImpl
 - 
- org.apache.axis2.jaxws.binding.HTTPBinding
 
 
 
- 
- All Implemented Interfaces:
 Binding,HTTPBinding,Binding
public class HTTPBinding extends BindingImpl implements HTTPBinding
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.axis2.jaxws.binding.BindingImpl
bindingId, roles, SOAP11_ENV_NS, SOAP12_ENV_NS 
- 
Fields inherited from interface javax.xml.ws.http.HTTPBinding
HTTP_BINDING 
 - 
 
- 
Constructor Summary
Constructors Constructor Description HTTPBinding(EndpointDescription ed) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetHandlerChain(List<Handler> list)- 
Methods inherited from class org.apache.axis2.jaxws.binding.BindingImpl
configure, getAddressingNamespace, getAxis2EndpointReference, getBindingID, getFeature, getHandlerChain, setAddressingNamespace, setAxis2EndpointReference, setFeatures 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
HTTPBinding
public HTTPBinding(EndpointDescription ed)
 
 - 
 
- 
Method Detail
- 
setHandlerChain
public void setHandlerChain(List<Handler> list)
- Specified by:
 setHandlerChainin interfaceBinding- Overrides:
 setHandlerChainin classBindingImpl
 
 - 
 
 -