xdoclet.modules.wsee
public class WsdlSubTask extends XmlSubTask
Version: $Revision: 1.2 $
UNKNOWN: 23.12.03 display-name = "service.wsdl" name = "wsdl" parent = "xdoclet.modules.wsee.WseeDocletTask"
Field Summary | |
---|---|
static String | DEFAULT_WSDL_FILE_PATTERN |
Constructor Summary | |
---|---|
WsdlSubTask()
sets template |
Method Summary | |
---|---|
protected void | engineStarted()
notify start of task
|
void | execute()
run subtask
|
protected String | getGeneratedFileName(XClass clazz)
Returns class name for the generated file. |
boolean | isPrefixWithPackageStructure()
Gets the PrefixWithPackageStructure attribute of the TemplateSubTask object
|
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setPrefixWithPackageStructure(boolean prefixWithPackageStructure)
Indicates whether or not to prefix with package structure.
|
void | validateOptions() |
Throws: XDocletException
Throws: XDocletException
Parameters: clazz Description of Parameter
Returns: The GeneratedClassName value
Throws: XDocletException Description of Exception
Returns: The PrefixWithPackageStructure value
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
Parameters: prefixWithPackageStructure The new PrefixWithPackageStructure value
UNKNOWN: No,defaultis "true"