Class HandlerInfoChainFactory

java.lang.Object
org.apache.axis.handlers.HandlerInfoChainFactory
All Implemented Interfaces:
Serializable

public class HandlerInfoChainFactory extends Object implements Serializable
See Also:
  • Field Details

    • handlerInfos

      protected List handlerInfos
    • _roles

      protected String[] _roles
  • Constructor Details

    • HandlerInfoChainFactory

      public HandlerInfoChainFactory()
    • HandlerInfoChainFactory

      public HandlerInfoChainFactory(List handlerInfos)
  • Method Details

    • getHandlerInfos

      public List getHandlerInfos()
    • createHandlerChain

      public HandlerChain createHandlerChain()
    • getRoles

      public String[] getRoles()
    • setRoles

      public void setRoles(String[] roles)
    • init

      public void init(Map map)