csoap.xml.rpc.handler
Class HandlerChainImpl

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.Vector
              extended bycsoap.xml.rpc.handler.HandlerChainImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, javax.xml.rpc.handler.HandlerChain, java.util.List, java.util.RandomAccess, java.io.Serializable

public class HandlerChainImpl
extends java.util.Vector
implements javax.xml.rpc.handler.HandlerChain

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
HandlerChainImpl()
           
 
Method Summary
 void destroy()
           
 java.lang.String[] getRoles()
           
 boolean handleFault(javax.xml.rpc.handler.MessageContext context)
           
 boolean handleRequest(javax.xml.rpc.handler.MessageContext context)
           
 boolean handleResponse(javax.xml.rpc.handler.MessageContext context)
           
 void init(java.util.Map config)
           
 void setRoles(java.lang.String[] soapActorNames)
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

HandlerChainImpl

public HandlerChainImpl()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface javax.xml.rpc.handler.HandlerChain

getRoles

public java.lang.String[] getRoles()
Specified by:
getRoles in interface javax.xml.rpc.handler.HandlerChain

handleFault

public boolean handleFault(javax.xml.rpc.handler.MessageContext context)
Specified by:
handleFault in interface javax.xml.rpc.handler.HandlerChain

handleRequest

public boolean handleRequest(javax.xml.rpc.handler.MessageContext context)
Specified by:
handleRequest in interface javax.xml.rpc.handler.HandlerChain

handleResponse

public boolean handleResponse(javax.xml.rpc.handler.MessageContext context)
Specified by:
handleResponse in interface javax.xml.rpc.handler.HandlerChain

init

public void init(java.util.Map config)
Specified by:
init in interface javax.xml.rpc.handler.HandlerChain

setRoles

public void setRoles(java.lang.String[] soapActorNames)
Specified by:
setRoles in interface javax.xml.rpc.handler.HandlerChain