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

List of all members.

Public Member Functions

 WebserviceDescription ()
String getDescription ()
void setDescription (String description)
String getDisplayName ()
void setDisplayName (String displayName)
String getSmallIcon ()
void setSmallIcon (String smallIcon)
String getLargeIcon ()
void setLargeIcon (String largeIcon)
String getWebserviceDescriptionName ()
void setWebserviceDescriptionName (String webserviceDescriptionName)
String getWsdlFile ()
void setWsdlFile (String wsdlFile)
String getJaxrpcMappingFile ()
void setJaxrpcMappingFile (String jaxrpcMappingFile)
JLinkedList getPortComponentList ()
void setPortComponentList (JLinkedList portComponentList)
void addPortComponent (PortComponent portComponent)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element webservice-description

Author:
JOnAS team

Definition at line 39 of file WebserviceDescription.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.WebserviceDescription  ) 
 

Constructor

Definition at line 85 of file WebserviceDescription.java.


Member Function Documentation

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.addPortComponent PortComponent  portComponent  ) 
 

Add a new port-component element to this object

Parameters:
portComponent the portComponentobject

Definition at line 222 of file WebserviceDescription.java.

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getDescription  ) 
 

Gets the description

Returns:
the description

Definition at line 94 of file WebserviceDescription.java.

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getDisplayName  ) 
 

Gets the display-name

Returns:
the display-name

Definition at line 110 of file WebserviceDescription.java.

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getJaxrpcMappingFile  ) 
 

Gets the jaxrpc-mapping-file

Returns:
the jaxrpc-mapping-file

Definition at line 190 of file WebserviceDescription.java.

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getLargeIcon  ) 
 

Gets the large-icon

Returns:
the large-icon

Definition at line 142 of file WebserviceDescription.java.

JLinkedList org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getPortComponentList  ) 
 

Gets the port-component

Returns:
the port-component

Definition at line 206 of file WebserviceDescription.java.

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getSmallIcon  ) 
 

Gets the small-icon

Returns:
the small-icon

Definition at line 126 of file WebserviceDescription.java.

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getWebserviceDescriptionName  ) 
 

Gets the webservice-description-name

Returns:
the webservice-description-name

Definition at line 158 of file WebserviceDescription.java.

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

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.getWsdlFile  ) 
 

Gets the wsdl-file

Returns:
the wsdl-file

Definition at line 174 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setDescription String  description  ) 
 

Set the description

Parameters:
description description

Definition at line 102 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setDisplayName String  displayName  ) 
 

Set the display-name

Parameters:
displayName displayName

Definition at line 118 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setJaxrpcMappingFile String  jaxrpcMappingFile  ) 
 

Set the jaxrpc-mapping-file

Parameters:
jaxrpcMappingFile jaxrpcMappingFile

Definition at line 198 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setLargeIcon String  largeIcon  ) 
 

Set the large-icon

Parameters:
largeIcon largeIcon

Definition at line 150 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setPortComponentList JLinkedList  portComponentList  ) 
 

Set the port-component

Parameters:
portComponentList portComponent

Definition at line 214 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setSmallIcon String  smallIcon  ) 
 

Set the small-icon

Parameters:
smallIcon smallIcon

Definition at line 134 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setWebserviceDescriptionName String  webserviceDescriptionName  ) 
 

Set the webservice-description-name

Parameters:
webserviceDescriptionName webserviceDescriptionName

Definition at line 166 of file WebserviceDescription.java.

void org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.setWsdlFile String  wsdlFile  ) 
 

Set the wsdl-file

Parameters:
wsdlFile wsdlFile

Definition at line 182 of file WebserviceDescription.java.

String org.objectweb.jonas_ws.deployment.xml.WebserviceDescription.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 231 of file WebserviceDescription.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.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