Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.client
Class Service.HandlerRegistryImpl  view Service.HandlerRegistryImpl download Service.HandlerRegistryImpl.java

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

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


Field Summary
(package private)  java.util.Map map
           
 
Constructor Summary
protected Service.HandlerRegistryImpl()
           
 
Method Summary
 java.util.List getHandlerChain(javax.xml.namespace.QName portName)
          Gets the handler chain for the specified service endpoint.
 void setHandlerChain(javax.xml.namespace.QName portName, java.util.List chain)
          Sets the handler chain for the specified service endpoint as a java.util.List.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

java.util.Map map
Constructor Detail

Service.HandlerRegistryImpl

protected Service.HandlerRegistryImpl()
Method Detail

getHandlerChain

public java.util.List getHandlerChain(javax.xml.namespace.QName portName)
Description copied from interface: javax.xml.rpc.handler.HandlerRegistry
Gets the handler chain for the specified service endpoint. The returned List is used to configure this specific handler chain in this HandlerRegistry. Each element in this list is required to be of the Java type javax.xml.rpc.handler.HandlerInfo.

Specified by:
getHandlerChain in interface javax.xml.rpc.handler.HandlerRegistry

setHandlerChain

public void setHandlerChain(javax.xml.namespace.QName portName,
                            java.util.List chain)
Description copied from interface: javax.xml.rpc.handler.HandlerRegistry
Sets the handler chain for the specified service endpoint as a java.util.List. Each element in this list is required to be of the Java type javax.xml.rpc.handler.HandlerInfo.

Specified by:
setHandlerChain in interface javax.xml.rpc.handler.HandlerRegistry