xdoclet.modules.ejb.intf
public class ServiceEndpointSubTask extends AbstractEjbCodeGeneratorSubTask
Since: 22.12.03
Version: $Revision: 1.2 $
UNKNOWN: 24. Februar 2004 display-name = "Service-Endpoint Interface" name = "service-endpoint" parent = "xdoclet.modules.ejb.EjbDocletTask" 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. |
| 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