javax.xml.rpc.handler
Interface HandlerChain

All Superinterfaces:
java.util.Collection, Handler, java.util.List

public interface HandlerChain
extends Handler, java.util.List

The javax.xml.rpc.handler.HandlerChain represents an ordered list of handlers. All elements in the HandlerChain are of the type javax.xml.rpc.handler.HandlerInfo.

An implementation class for the HandlerChain interface abstracts the policy and mechanism for the invocation of the registered handlers.


Methods inherited from interface javax.xml.rpc.handler.Handler
destroy, handle, init
 
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
 



Copyright © 2001 Apache XML Project. All Rights Reserved.