xdoclet.modules.wsee
public class WebServicesXmlSubTask extends XmlSubTask
Version: $Revision: 1.3 $
UNKNOWN: 23.12.03 display-name = "webservices.xml" name = "deploymentdescriptor" parent = "xdoclet.modules.wsee.WseeDocletTask" file = "custom-web-services.xml" relates-to = "webservices.xml" description = "An XML unparsed entity * containing extensions to the defined web services."
Field Summary | |
---|---|
protected String | description |
protected String | displayName |
protected String | largeIcon |
protected String | name |
protected String | smallIcon
state |
Constructor Summary | |
---|---|
WebServicesXmlSubTask()
initializes default output location and template names |
Method Summary | |
---|---|
protected void | engineStarted()
feedback upon engine start
|
void | execute()
runs the subtask
|
String | getDescription()
Gets the Description attribute of the WebXmlSubTask object
|
String | getDisplayName() |
String | getLargeIcon() |
String | getName() |
String | getSmallIcon() |
void | setDescription(String description)
Sets the Description attribute of the WebXmlSubTask object
|
void | setDisplayName(String string)
set display name
|
void | setLargeIcon(String string)
set large icon location
|
void | setName(String string)
set descriptor name
|
void | setSmallIcon(String string)
set small icon location
|
Throws: XDocletException
Throws: XDocletException
Returns: The Description value
Returns: the display name of the webservice descriptor
Returns: large icon location
Returns: id of the descriptor
Returns: small icon location
Parameters: description The new Description value
Parameters: string name
Parameters: string location
Parameters: string name
Parameters: string location