xdoclet.modules.wsee

Class WebServicesXmlSubTask

public class WebServicesXmlSubTask extends XmlSubTask

SubTask that generates the web-services.xml deployment descriptor.

Version: $Revision: 1.3 $

Author: Christoph G. Jung (christoph.jung@infor.de)

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 Stringdescription
protected StringdisplayName
protected StringlargeIcon
protected Stringname
protected StringsmallIcon
state
Constructor Summary
WebServicesXmlSubTask()
initializes default output location and template names
Method Summary
protected voidengineStarted()
feedback upon engine start
voidexecute()
runs the subtask
StringgetDescription()
Gets the Description attribute of the WebXmlSubTask object
StringgetDisplayName()
StringgetLargeIcon()
StringgetName()
StringgetSmallIcon()
voidsetDescription(String description)
Sets the Description attribute of the WebXmlSubTask object
voidsetDisplayName(String string)
set display name
voidsetLargeIcon(String string)
set large icon location
voidsetName(String string)
set descriptor name
voidsetSmallIcon(String string)
set small icon location

Field Detail

description

protected String description

displayName

protected String displayName

largeIcon

protected String largeIcon

name

protected String name

smallIcon

protected String smallIcon
state

Constructor Detail

WebServicesXmlSubTask

public WebServicesXmlSubTask()
initializes default output location and template names

Method Detail

engineStarted

protected void engineStarted()
feedback upon engine start

Throws: XDocletException

execute

public void execute()
runs the subtask

Throws: XDocletException

getDescription

public String getDescription()
Gets the Description attribute of the WebXmlSubTask object

Returns: The Description value

getDisplayName

public String getDisplayName()

Returns: the display name of the webservice descriptor

getLargeIcon

public String getLargeIcon()

Returns: large icon location

getName

public String getName()

Returns: id of the descriptor

getSmallIcon

public String getSmallIcon()

Returns: small icon location

setDescription

public void setDescription(String description)
Sets the Description attribute of the WebXmlSubTask object

Parameters: description The new Description value

setDisplayName

public void setDisplayName(String string)
set display name

Parameters: string name

setLargeIcon

public void setLargeIcon(String string)
set large icon location

Parameters: string location

setName

public void setName(String string)
set descriptor name

Parameters: string name

setSmallIcon

public void setSmallIcon(String string)
set small icon location

Parameters: string location