org.apache.axis.client

Class Service.HandlerRegistryImpl

Enclosing Class:
Service
Implemented Interfaces:
HandlerRegistry, Serializable

protected static class Service.HandlerRegistryImpl
extends java.lang.Object
implements HandlerRegistry

Method Summary

List
getHandlerChain(QName portName)
Gets the handler chain for the specified service endpoint.
void
setHandlerChain(QName portName, List chain)

Method Details

getHandlerChain

public List getHandlerChain(QName portName)
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 HandlerRegistry
Parameters:
portName - Qualified name of the target service
Returns:
HandlerChain java.util.List Handler chain

setHandlerChain

public void setHandlerChain(QName portName,
                            List chain)

Copyright © 2005 Apache Web Services Project. All Rights Reserved.