org.apache.axis.handlers
Class HandlerInfoChainFactory
java.lang.Object
org.apache.axis.handlers.HandlerInfoChainFactory
- All Implemented Interfaces:
- Serializable
public class HandlerInfoChainFactory
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handlerInfos
protected List handlerInfos
_roles
protected String[] _roles
HandlerInfoChainFactory
public HandlerInfoChainFactory()
HandlerInfoChainFactory
public HandlerInfoChainFactory(List handlerInfos)
getHandlerInfos
public List getHandlerInfos()
createHandlerChain
public HandlerChain createHandlerChain()
getRoles
public String[] getRoles()
setRoles
public void setRoles(String[] roles)
init
public void init(Map map)
Copyright © The Apache Software Foundation. All Rights Reserved.