站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

HandlerChainImpl (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.handlers
Class HandlerChainImpl

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended byorg.apache.axis.handlers.HandlerChainImpl
All Implemented Interfaces:
Cloneable, Collection, javax.xml.rpc.handler.HandlerChain, List, RandomAccess, Serializable

public class HandlerChainImpl
extends ArrayList
implements javax.xml.rpc.handler.HandlerChain

Implementation of HandlerChain

See Also:
Serialized Form

Field Summary
protected  List handlerInfos
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
HandlerChainImpl()
           
HandlerChainImpl(List handlerInfos)
           
 
Method Summary
 void addNewHandler(String className, Map config)
           
 void destroy()
           
 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(Map map)
           
 void setRoles(String[] roles)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
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
 

Field Detail

handlerInfos

protected List handlerInfos
Constructor Detail

HandlerChainImpl

public HandlerChainImpl()

HandlerChainImpl

public HandlerChainImpl(List handlerInfos)
Method Detail

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

addNewHandler

public void addNewHandler(String className,
                          Map config)

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

destroy

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.