org.apache.axis.deployment.wsdd

Class WSDDJAXRPCHandlerInfoChain

public class WSDDJAXRPCHandlerInfoChain extends WSDDHandler

Field Summary
protected static Loglog
Constructor Summary
WSDDJAXRPCHandlerInfoChain()
Default constructor
WSDDJAXRPCHandlerInfoChain(Element e)
Method Summary
protected QNamegetElementName()
HandlerInfoChainFactorygetHandlerChainFactory()
ArrayListgetHandlerInfoList()
String[]getRoles()
voidsetHandlerChainFactory(HandlerInfoChainFactory handlerInfoChainFactory)
voidsetHandlerInfoList(ArrayList hiList)
voidsetRoles(String[] roles)
voidwriteToContext(SerializationContext context)
Write this element out to a SerializationContext

Field Detail

log

protected static Log log

Constructor Detail

WSDDJAXRPCHandlerInfoChain

public WSDDJAXRPCHandlerInfoChain()
Default constructor

WSDDJAXRPCHandlerInfoChain

public WSDDJAXRPCHandlerInfoChain(Element e)

Parameters: e (Element) XXX

Throws: WSDDException XXX

Method Detail

getElementName

protected QName getElementName()

getHandlerChainFactory

public HandlerInfoChainFactory getHandlerChainFactory()

getHandlerInfoList

public ArrayList getHandlerInfoList()

getRoles

public String[] getRoles()

setHandlerChainFactory

public void setHandlerChainFactory(HandlerInfoChainFactory handlerInfoChainFactory)

setHandlerInfoList

public void setHandlerInfoList(ArrayList hiList)

setRoles

public void setRoles(String[] roles)

writeToContext

public void writeToContext(SerializationContext context)
Write this element out to a SerializationContext
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.