org.apache.axis.handlers

Class HandlerInfoChainFactory

Implemented Interfaces:
Serializable

public class HandlerInfoChainFactory
extends java.lang.Object
implements Serializable

Field Summary

protected String[]
_roles
protected List
handlerInfos

Constructor Summary

HandlerInfoChainFactory()
HandlerInfoChainFactory(List handlerInfos)

Method Summary

HandlerChain
createHandlerChain()
List
getHandlerInfos()
String[]
getRoles()
void
init(Map map)
void
setRoles(String[] roles)

Field Details

_roles

protected String[] _roles


handlerInfos

protected List handlerInfos

Constructor Details

HandlerInfoChainFactory

public HandlerInfoChainFactory()


HandlerInfoChainFactory

public HandlerInfoChainFactory(List handlerInfos)

Method Details

createHandlerChain

public HandlerChain createHandlerChain()


getHandlerInfos

public List getHandlerInfos()


getRoles

public String[] getRoles()


init

public void init(Map map)


setRoles

public void setRoles(String[] roles)


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.