public class ContextHandler extends ResourceBase
<handler>
element in the
deployment descriptor.resources
Constructor and Description |
---|
ContextHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addPortName(String portName) |
void |
addSoapHeaders(String localpart,
String namespaceuri) |
void |
addSoapRole(String soapRole) |
boolean |
equals(Object obj) |
String |
getHandlerclass() |
Iterator<String> |
getLocalparts() |
String |
getNamespaceuri(String localpart) |
String |
getPortName(int i) |
int |
getPortNamesSize() |
String |
getSoapRole(int i) |
int |
getSoapRolesSize() |
int |
hashCode() |
void |
setHandlerclass(String handlerclass) |
void |
setProperty(String name,
String value)
Set a configured property.
|
String |
toString()
Return a String representation of this object.
|
addInjectionTarget, getDescription, getInjectionTargets, getLookupName, getName, getNamingResources, getProperty, getType, listProperties, removeProperty, setDescription, setLookupName, setName, setProperty, setType
public String getHandlerclass()
public void setHandlerclass(String handlerclass)
public String getSoapRole(int i)
public int getSoapRolesSize()
public void addSoapRole(String soapRole)
public String getPortName(int i)
public int getPortNamesSize()
public void addPortName(String portName)
public String toString()
public int hashCode()
hashCode
in class ResourceBase
public boolean equals(Object obj)
equals
in class ResourceBase
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.