|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.modules.web.ServiceEndpointSubTask
public class ServiceEndpointSubTask
Generates service endpoint interfaces for JAXPRC beans.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class xdoclet.TemplateSubTask |
---|
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_SERVICE_ENDPOINT_CLASS_PATTERN
|
protected static java.lang.String |
DEFAULT_TEMPLATE_FILE
|
static java.lang.String |
SERVICE_ENDPOINT
|
protected java.lang.String |
serviceEndpointClassPattern
A configuration parameter for specifying the service-endpoint interface name pattern. |
static java.lang.String |
WEB_SERVLET
|
Fields inherited from class xdoclet.DocletSupport |
---|
currentClassTag, currentFieldTag, currentMethodTag |
Constructor Summary | |
---|---|
ServiceEndpointSubTask()
Describe what the ServiceEndpointSubTask constructor does |
Method Summary | |
---|---|
protected void |
engineStarted()
Describe what the method does |
protected java.lang.String |
getGeneratedFileName(xjavadoc.XClass clazz)
Gets the GeneratedFileName attribute of the ServiceEndpointInterfaceSubTask object |
java.lang.String |
getServiceEndpointClassPattern()
Returns the configuration parameter for specifying the service-endpoint interface name pattern. |
protected boolean |
matchesGenerationRules(xjavadoc.XClass clazz)
Describe what the method does |
void |
setPattern(java.lang.String newPattern)
The pattern by which the interfaces are named. |
void |
validateOptions()
Called to validate configuration parameters. |
Methods inherited from class xdoclet.SubTask |
---|
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_SERVICE_ENDPOINT_CLASS_PATTERN
public static final java.lang.String SERVICE_ENDPOINT
public static final java.lang.String WEB_SERVLET
protected static final java.lang.String DEFAULT_TEMPLATE_FILE
protected java.lang.String serviceEndpointClassPattern
getServiceEndpointClassPattern()
Constructor Detail |
---|
public ServiceEndpointSubTask()
Method Detail |
---|
public java.lang.String getServiceEndpointClassPattern()
#remoteClassPattern
public void setPattern(java.lang.String newPattern)
newPattern
- The new Pattern valuepublic void validateOptions() throws XDocletException
validateOptions
in class TemplateSubTask
XDocletException
protected java.lang.String getGeneratedFileName(xjavadoc.XClass clazz) throws XDocletException
getGeneratedFileName
in class TemplateSubTask
clazz
- Describe what the parameter does
XDocletException
protected boolean matchesGenerationRules(xjavadoc.XClass clazz) throws XDocletException
matchesGenerationRules
in class TemplateSubTask
clazz
- Describe what the parameter does
XDocletException
protected void engineStarted() throws XDocletException
engineStarted
in class TemplateSubTask
XDocletException
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |