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

Service.HandlerRegistryImpl (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.client
Class Service.HandlerRegistryImpl

java.lang.Object
  extended byorg.apache.axis.client.Service.HandlerRegistryImpl
All Implemented Interfaces:
javax.xml.rpc.handler.HandlerRegistry, Serializable
Enclosing class:
Service

protected static class Service.HandlerRegistryImpl
extends Object
implements javax.xml.rpc.handler.HandlerRegistry

See Also:
Serialized Form

Constructor Summary
protected Service.HandlerRegistryImpl()
           
 
Method Summary
 List getHandlerChain(javax.xml.namespace.QName portName)
           
 void setHandlerChain(javax.xml.namespace.QName portName, List chain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service.HandlerRegistryImpl

protected Service.HandlerRegistryImpl()
Method Detail

getHandlerChain

public List getHandlerChain(javax.xml.namespace.QName portName)
Specified by:
getHandlerChain in interface javax.xml.rpc.handler.HandlerRegistry

setHandlerChain

public void setHandlerChain(javax.xml.namespace.QName portName,
                            List chain)
Specified by:
setHandlerChain in interface javax.xml.rpc.handler.HandlerRegistry


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