xdoclet.modules.apache.soap.ejb
public class ApacheSoapSubTask extends XmlSubTask
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
contextFactoryName |
protected java.lang.String |
contextProviderUrl |
protected java.lang.String |
entityEjbProvider |
protected org.apache.tools.ant.types.Path |
providerClasspath |
protected java.lang.String |
statefulSessionEjbProvider |
protected java.lang.String |
statelessSessionEjbProvider |
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
ApacheSoapSubTask()
Describe what the ApacheSoapSubTask constructor does
|
Modifier and Type | Method and Description |
---|---|
protected void |
engineStarted()
Describe what the method does
|
java.lang.String |
getContextFactoryName()
Gets the ContextFactoryName attribute of the ApacheSoapSubTask object
|
java.lang.String |
getContextProviderUrl()
Gets the ContextProviderUrl attribute of the ApacheSoapSubTask object
|
java.lang.String |
getEntityEjbProvider()
Gets the EntityEjbProvider attribute of the ApacheSoapSubTask object
|
org.apache.tools.ant.types.Path |
getProviderClasspath()
Gets the ProviderClasspath attribute of the ApacheSoapSubTask object
|
java.lang.String |
getStatefulSessionEjbProvider()
Gets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
|
java.lang.String |
getStatelessSessionEjbProvider()
Gets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object
|
void |
setContextFactoryName(java.lang.String contextFactoryName)
Sets the ContextFactoryName attribute of the ApacheSoapSubTask object.
|
void |
setContextProviderUrl(java.lang.String contextProviderUrl)
Sets the ContextProviderUrl attribute of the ApacheSoapSubTask object.
|
void |
setEntityEjbProvider(java.lang.String entityEjbProvider)
Sets the EntityEjbProvider attribute of the ApacheSoapSubTask object
|
void |
setProviderclasspath(org.apache.tools.ant.types.Path providerClasspath)
Sets the Providerclasspath attribute of the ApacheSoapSubTask object
|
void |
setStatefulSessionEjbProvider(java.lang.String statefulSessionEjbProvider)
Sets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
|
void |
setStatelessSessionEjbProvider(java.lang.String statelessSessionEjbProvider)
Sets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object
|
void |
validateOptions()
Called to validate configuration parameters.
|
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess
addOfType, addOfType, addPackageSubstitution, execute, generateForClass, getAcceptAbstractClasses, getAcceptInterfaces, getDestinationFile, getEngine, getExtent, getGeneratedFileName, getGenerationManager, getHavingClassTag, getOfType, getPackageSubstitutions, getSubTaskClassName, getTemplateURL, init, isPackageSubstitutionInheritanceSupported, isPrefixWithPackageStructure, javaFile, matchesGenerationRules, processInnerClasses, setAcceptAbstractClasses, setAcceptInterfaces, setDestinationFile, setEngine, setExtent, setExtentValue, setGenerationManager, setHavingClassTag, setOfType, setPackageSubstitutionInheritanceSupported, setPackageSubstitutions, setPrefixWithPackageStructure, setSubTaskClassName, setTemplateFile, setTemplateURL, startEngine, startProcessForAll, startProcessPerClass
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
protected java.lang.String statelessSessionEjbProvider
protected java.lang.String statefulSessionEjbProvider
protected java.lang.String entityEjbProvider
protected org.apache.tools.ant.types.Path providerClasspath
protected java.lang.String contextProviderUrl
protected java.lang.String contextFactoryName
public ApacheSoapSubTask()
public java.lang.String getStatelessSessionEjbProvider()
public java.lang.String getStatefulSessionEjbProvider()
public java.lang.String getEntityEjbProvider()
public org.apache.tools.ant.types.Path getProviderClasspath()
public java.lang.String getContextProviderUrl()
public java.lang.String getContextFactoryName()
public void setStatelessSessionEjbProvider(java.lang.String statelessSessionEjbProvider)
statelessSessionEjbProvider
- The new StatelessSessionEjbProvider valuepublic void setStatefulSessionEjbProvider(java.lang.String statefulSessionEjbProvider)
statefulSessionEjbProvider
- The new StatefulSessionEjbProvider valuepublic void setEntityEjbProvider(java.lang.String entityEjbProvider)
entityEjbProvider
- The new EntityEjbProvider valuepublic void setProviderclasspath(org.apache.tools.ant.types.Path providerClasspath)
providerClasspath
- The new Providerclasspath valuepublic void setContextProviderUrl(java.lang.String contextProviderUrl)
contextProviderUrl
- The new ContextProviderUrl valuepublic void setContextFactoryName(java.lang.String contextFactoryName)
contextFactoryName
- The new ContextFactoryName valuepublic void validateOptions() throws XDocletException
validateOptions
in class TemplateSubTask
XDocletException
- Description of Exceptionprotected void engineStarted() throws XDocletException
engineStarted
in class TemplateSubTask
XDocletException
- Describe the exception