org.objectweb.jonas_ws.deployment.xml.PortComponent Class Reference

Collaboration diagram for org.objectweb.jonas_ws.deployment.xml.PortComponent:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

This class defines the implementation of the element port-component (use here the common handler object defined in jonas-lib, even if there is no "port-name" in our case)

Author:
JOnAS team

Definition at line 44 of file PortComponent.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ws.deployment.xml.PortComponent.PortComponent  ) 
 

Constructor

Definition at line 77 of file PortComponent.java.


Member Function Documentation

void org.objectweb.jonas_ws.deployment.xml.PortComponent.addHandler Handler  handler  ) 
 

Add a new handler element to this object

Parameters:
handler the handlerobject

Definition at line 166 of file PortComponent.java.

JLinkedList org.objectweb.jonas_ws.deployment.xml.PortComponent.getHandlerList  ) 
 

Gets the handler

Returns:
the handler

Definition at line 150 of file PortComponent.java.

String org.objectweb.jonas_ws.deployment.xml.PortComponent.getPortComponentName  ) 
 

Gets the port-component-name

Returns:
the port-component-name

Definition at line 86 of file PortComponent.java.

Referenced by org.objectweb.jonas_ws.deployment.api.ServiceDesc.ServiceDesc().

String org.objectweb.jonas_ws.deployment.xml.PortComponent.getServiceEndpointInterface  ) 
 

Gets the service-endpoint-interface

Returns:
the service-endpoint-interface

Definition at line 118 of file PortComponent.java.

ServiceImplBean org.objectweb.jonas_ws.deployment.xml.PortComponent.getServiceImplBean  ) 
 

Gets the service-impl-bean

Returns:
the service-impl-bean

Definition at line 134 of file PortComponent.java.

Qname org.objectweb.jonas_ws.deployment.xml.PortComponent.getWsdlPort  ) 
 

Gets the wsdl-port

Returns:
the wsdl-port

Definition at line 102 of file PortComponent.java.

void org.objectweb.jonas_ws.deployment.xml.PortComponent.setHandlerList JLinkedList  handlerList  ) 
 

Set the handler

Parameters:
handlerList handler

Definition at line 158 of file PortComponent.java.

void org.objectweb.jonas_ws.deployment.xml.PortComponent.setPortComponentName String  portComponentName  ) 
 

Set the port-component-name

Parameters:
portComponentName portComponentName

Definition at line 94 of file PortComponent.java.

void org.objectweb.jonas_ws.deployment.xml.PortComponent.setServiceEndpointInterface String  serviceEndpointInterface  ) 
 

Set the service-endpoint-interface

Parameters:
serviceEndpointInterface serviceEndpointInterface

Definition at line 126 of file PortComponent.java.

void org.objectweb.jonas_ws.deployment.xml.PortComponent.setServiceImplBean ServiceImplBean  serviceImplBean  ) 
 

Set the service-impl-bean

Parameters:
serviceImplBean serviceImplBean

Definition at line 142 of file PortComponent.java.

void org.objectweb.jonas_ws.deployment.xml.PortComponent.setWsdlPort Qname  wsdlPort  ) 
 

Set the wsdl-port

Parameters:
wsdlPort wsdlPort

Definition at line 110 of file PortComponent.java.

String org.objectweb.jonas_ws.deployment.xml.PortComponent.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

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:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:42 2005 for JOnAS by  doxygen 1.3.9.1