Apache CXF API

org.apache.cxf.jaxws.binding
Class AbstractBindingImpl

java.lang.Object
  extended by org.apache.cxf.jaxws.binding.AbstractBindingImpl
All Implemented Interfaces:
javax.xml.ws.Binding
Direct Known Subclasses:
DefaultBindingImpl, HTTPBindingImpl, SOAPBindingImpl

public abstract class AbstractBindingImpl
extends java.lang.Object
implements javax.xml.ws.Binding


Constructor Summary
AbstractBindingImpl()
           
 
Method Summary
abstract  java.lang.String getBindingID()
           
 java.util.List<javax.xml.ws.handler.Handler> getHandlerChain()
           
 void setHandlerChain(java.util.List<javax.xml.ws.handler.Handler> hc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBindingImpl

public AbstractBindingImpl()
Method Detail

getHandlerChain

public java.util.List<javax.xml.ws.handler.Handler> getHandlerChain()
Specified by:
getHandlerChain in interface javax.xml.ws.Binding

setHandlerChain

public void setHandlerChain(java.util.List<javax.xml.ws.handler.Handler> hc)
Specified by:
setHandlerChain in interface javax.xml.ws.Binding

getBindingID

public abstract java.lang.String getBindingID()

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.