org.jboss.axis.client
Class Service.HandlerRegistryImpl

java.lang.Object
  extended byorg.jboss.axis.client.Service.HandlerRegistryImpl
All Implemented Interfaces:
HandlerRegistry (src) , java.io.Serializable
Enclosing class:
Service (src)

protected static class Service.HandlerRegistryImpl
extends java.lang.Object
implements HandlerRegistry (src)

See Also:
Serialized Form

Constructor Summary
protected Service.HandlerRegistryImpl()
           
 
Method Summary
 java.util.List getHandlerChain(QName (src)  portName)
           
 void setHandlerChain(QName (src)  portName, java.util.List chain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service.HandlerRegistryImpl

protected Service.HandlerRegistryImpl()
Method Detail

getHandlerChain

public java.util.List getHandlerChain(QName (src)  portName)
Specified by:
getHandlerChain in interface HandlerRegistry (src)

setHandlerChain

public void setHandlerChain(QName (src)  portName,
                            java.util.List chain)
Specified by:
setHandlerChain in interface HandlerRegistry (src)