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

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


org.apache.axis.handlers
Class HandlerInfoChainFactory

java.lang.Object
  extended byorg.apache.axis.handlers.HandlerInfoChainFactory

public class HandlerInfoChainFactory
extends Object


Field Summary
protected  String[] _roles
           
protected  List handlerInfos
           
 
Constructor Summary
HandlerInfoChainFactory()
           
HandlerInfoChainFactory(List handlerInfos)
           
 
Method Summary
 javax.xml.rpc.handler.HandlerChain createHandlerChain()
           
 List getHandlerInfos()
           
 String[] getRoles()
           
 void init(Map map)
           
 void setRoles(String[] roles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerInfos

protected List handlerInfos

_roles

protected String[] _roles
Constructor Detail

HandlerInfoChainFactory

public HandlerInfoChainFactory()

HandlerInfoChainFactory

public HandlerInfoChainFactory(List handlerInfos)
Method Detail

getHandlerInfos

public List getHandlerInfos()

createHandlerChain

public javax.xml.rpc.handler.HandlerChain createHandlerChain()

getRoles

public String[] getRoles()

setRoles

public void setRoles(String[] roles)

init

public void init(Map map)


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