org.apache.openejb.server.axis
Class HandlerChainImpl
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.apache.openejb.server.axis.HandlerChainImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable, Collection, List, RandomAccess, javax.xml.rpc.handler.HandlerChain
public class HandlerChainImpl
- extends ArrayList
- implements javax.xml.rpc.handler.HandlerChain
Implementation of HandlerChain
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
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 |
HandlerChainImpl
public HandlerChainImpl(List<javax.xml.rpc.handler.HandlerInfo> handlerInfos)
HandlerChainImpl
public HandlerChainImpl(List<javax.xml.rpc.handler.HandlerInfo> handlerInfos,
String[] roles)
getRoles
public String[] getRoles()
- Specified by:
getRoles
in interface javax.xml.rpc.handler.HandlerChain
setRoles
public void setRoles(String[] roles)
- Specified by:
setRoles
in interface javax.xml.rpc.handler.HandlerChain
init
public void init(Map map)
- Specified by:
init
in interface javax.xml.rpc.handler.HandlerChain
destroy
public void destroy()
- Specified by:
destroy
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
handleFault
public boolean handleFault(javax.xml.rpc.handler.MessageContext context)
- Specified by:
handleFault
in interface javax.xml.rpc.handler.HandlerChain
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.