org.apache.catalina.deploy
public class ContextHandler extends ResourceBase implements Serializable
<handler> element in the
deployment descriptor.
| Method Summary | |
|---|---|
| void | addPortName(String portName) |
| void | addSoapHeaders(String localpart, String namespaceuri) |
| void | addSoapRole(String soapRole) |
| String | getHandlerclass() |
| Iterator | getLocalparts() |
| String | getNamespaceuri(String localpart) |
| String | getPortName(int i) |
| int | getPortNamesSize() |
| String | getSoapRole(int i) |
| int | getSoapRolesSize() |
| void | setHandlerclass(String handlerclass) |
| void | setProperty(String name, String value)
Set a configured property. |
| String | toString()
Return a String representation of this object. |