
Public Member Functions | |
| PortComponent () | |
| String | getPortComponentName () |
| void | setPortComponentName (String portComponentName) |
| Qname | getWsdlPort () |
| void | setWsdlPort (Qname wsdlPort) |
| String | getServiceEndpointInterface () |
| void | setServiceEndpointInterface (String serviceEndpointInterface) |
| ServiceImplBean | getServiceImplBean () |
| void | setServiceImplBean (ServiceImplBean serviceImplBean) |
| JLinkedList | getHandlerList () |
| void | setHandlerList (JLinkedList handlerList) |
| void | addHandler (Handler handler) |
| String | toXML (int indent) |
Definition at line 44 of file PortComponent.java.
|
|
Constructor Definition at line 77 of file PortComponent.java. |
|
|
Add a new handler element to this object
Definition at line 166 of file PortComponent.java. |
|
|
Gets the handler
Definition at line 150 of file PortComponent.java. |
|
|
Gets the port-component-name
Definition at line 86 of file PortComponent.java. Referenced by org.objectweb.jonas_ws.deployment.api.ServiceDesc.ServiceDesc(). |
|
|
Gets the service-endpoint-interface
Definition at line 118 of file PortComponent.java. |
|
|
Gets the service-impl-bean
Definition at line 134 of file PortComponent.java. |
|
|
Gets the wsdl-port
Definition at line 102 of file PortComponent.java. |
|
|
Set the handler
Definition at line 158 of file PortComponent.java. |
|
|
Set the port-component-name
Definition at line 94 of file PortComponent.java. |
|
|
Set the service-endpoint-interface
Definition at line 126 of file PortComponent.java. |
|
|
Set the service-impl-bean
Definition at line 142 of file PortComponent.java. |
|
|
Set the wsdl-port
Definition at line 110 of file PortComponent.java. |
|
|
Represents this element by it's XML description.
Definition at line 175 of file PortComponent.java. References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(), org.objectweb.jonas_ws.deployment.xml.ServiceImplBean.toXML(), and org.objectweb.jonas_lib.deployment.xml.Qname.toXML(). |
Here is the call graph for this function:

1.3.9.1