| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.Handler
Handler | public class Handler extends AbsElement (Code) | | This class defines the implementation of the element handler.
author: Florent Benoit |
Constructor Summary | |
public | Handler() |
Handler | public Handler()(Code) | | Constructor : build a new Handler object
|
addInitParam | public void addInitParam(InitParam initParam)(Code) | | Add a new init-param element to this object
Parameters: initParam - the init-param object |
addPortName | public void addPortName(String portName)(Code) | | Add a new port-name element to this object
Parameters: portName - the port-name object |
addSoapHeader | public void addSoapHeader(Qname soapHeader)(Code) | | Add a new soap-header element to this object
Parameters: soapHeader - the soap-header object |
addSoapRole | public void addSoapRole(String soapRole)(Code) | | Add a new soap-role element to this object
Parameters: soapRole - the soap-role object |
getHandlerClass | public String getHandlerClass()(Code) | | the class of the handler |
getHandlerName | public String getHandlerName()(Code) | | the name of the handler |
getInitParamList | public JLinkedList getInitParamList()(Code) | | the list of all init-param elements |
getPortNameList | public JLinkedList getPortNameList()(Code) | | the list of all port-name elements |
getSoapHeaderList | public JLinkedList getSoapHeaderList()(Code) | | the list of all soap-header elements |
getSoapRoleList | public JLinkedList getSoapRoleList()(Code) | | the list of all soap-role elements |
setHandlerClass | public void setHandlerClass(String handlerClass)(Code) | | Sets the class
Parameters: handlerClass - the class to use |
setHandlerName | public void setHandlerName(String handlerName)(Code) | | Sets the name
Parameters: handlerName - the name to use |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|