org.jboss.webservice.handler
Class ClientHandlerChain

java.lang.Object
  extended byorg.jboss.webservice.handler.HandlerChainBaseImpl (src) 
      extended byorg.jboss.webservice.handler.ClientHandlerChain
All Implemented Interfaces:
java.util.Collection, HandlerChain (src) , java.util.List

public class ClientHandlerChain
extends HandlerChainBaseImpl (src)

No special behaviour required on the client side.

Since:
06-May-2004

Field Summary
 
Fields inherited from class org.jboss.webservice.handler.HandlerChainBaseImpl (src)
falseIndex, handlers, roles, state, STATE_CREATED, STATE_DESTROYED, STATE_DOES_NOT_EXIST, STATE_READY
 
Constructor Summary
ClientHandlerChain(java.util.List infos, java.util.Set roles)
           
 
Method Summary
 boolean handleResponse(MessageContext (src)  msgContext)
          Initiates the response processing for this handler chain.
 
Methods inherited from class org.jboss.webservice.handler.HandlerChainBaseImpl (src)
add, add, addAll, addAll, checkMustUnderstand, clear, contains, containsAll, destroy, equals, get, getHandlerAt, getRoles, getState, handleFault, handleRequest, hashCode, indexOf, init, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceDirtyHandlers, retainAll, set, setRoles, size, subList, toArray, toArray, traceSOAPPart
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHandlerChain

public ClientHandlerChain(java.util.List infos,
                          java.util.Set roles)
Method Detail

handleResponse

public boolean handleResponse(MessageContext (src)  msgContext)
Initiates the response processing for this handler chain.

Specified by:
handleResponse in interface HandlerChain (src)
Overrides:
handleResponse in class HandlerChainBaseImpl (src)
Returns:
Returns true if all handlers in chain have been processed. Returns false if a handler in the chain returned false from its handleResponse method.