org.apache.catalina.deploy

Class ContextHandler

public class ContextHandler extends ResourceBase implements Serializable

Representation of a handler reference for a web service, as represented in a <handler> element in the deployment descriptor.

Author: Fabien Carrion

Method Summary
voidaddPortName(String portName)
voidaddSoapHeaders(String localpart, String namespaceuri)
voidaddSoapRole(String soapRole)
StringgetHandlerclass()
IteratorgetLocalparts()
StringgetNamespaceuri(String localpart)
StringgetPortName(int i)
intgetPortNamesSize()
StringgetSoapRole(int i)
intgetSoapRolesSize()
voidsetHandlerclass(String handlerclass)
voidsetProperty(String name, String value)
Set a configured property.
StringtoString()
Return a String representation of this object.

Method Detail

addPortName

public void addPortName(String portName)

addSoapHeaders

public void addSoapHeaders(String localpart, String namespaceuri)

addSoapRole

public void addSoapRole(String soapRole)

getHandlerclass

public String getHandlerclass()

getLocalparts

public Iterator getLocalparts()

getNamespaceuri

public String getNamespaceuri(String localpart)

getPortName

public String getPortName(int i)

getPortNamesSize

public int getPortNamesSize()

getSoapRole

public String getSoapRole(int i)

getSoapRolesSize

public int getSoapRolesSize()

setHandlerclass

public void setHandlerclass(String handlerclass)

setProperty

public void setProperty(String name, String value)
Set a configured property.

toString

public String toString()
Return a String representation of this object.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.