xdoclet.modules.web
public class ServiceEndpointSubTask extends TemplateSubTask
Version: $Revision: 1.3 $
UNKNOWN: 22.12.03 display-name = "Service-Endpoint Interface" name = "service-endpoint" parent = "xdoclet.modules.web.WebDocletTask" file = "service-endpoint-custom.xdt" relates-to = "{0}.java" description = "A text file containing * custom template and/or java code to include in the service-endpoint interface."
Field Summary | |
---|---|
static String | DEFAULT_SERVICE_ENDPOINT_CLASS_PATTERN |
protected static String | DEFAULT_TEMPLATE_FILE |
protected String | serviceEndpointClassPattern
A configuration parameter for specifying the service-endpoint interface name pattern. |
static String | SERVICE_ENDPOINT |
static String | WEB_SERVLET |
Constructor Summary | |
---|---|
ServiceEndpointSubTask()
Describe what the ServiceEndpointSubTask constructor does |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the ServiceEndpointInterfaceSubTask object
|
String | getServiceEndpointClassPattern()
Returns the configuration parameter for specifying the service-endpoint interface name pattern. |
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setPattern(String newPattern)
The pattern by which the interfaces are named. |
void | validateOptions()
Called to validate configuration parameters.
|
See Also: getServiceEndpointClassPattern
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Returns: The ServiceEndpointClassPattern value
See Also: ServiceEndpointSubTask
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
Parameters: newPattern The new Pattern value
UNKNOWN: No,defaultsto {0}
Throws: XDocletException