|
|||||||||||
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.XmlSubTask
xdoclet.modules.apache.soap.ejb.ApacheSoapSubTask
Nested Class Summary |
Nested classes inherited from class xdoclet.TemplateSubTask |
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
Field Summary | |
protected String |
contextFactoryName
|
protected String |
contextProviderUrl
|
protected String |
entityEjbProvider
|
protected org.apache.tools.ant.types.Path |
providerClasspath
|
protected String |
statefulSessionEjbProvider
|
protected String |
statelessSessionEjbProvider
|
Fields inherited from class xdoclet.DocletSupport |
currentClassTag, currentFieldTag, currentMethodTag |
Constructor Summary | |
ApacheSoapSubTask()
Describe what the ApacheSoapSubTask constructor does |
Method Summary | |
protected void |
engineStarted()
Describe what the method does |
String |
getContextFactoryName()
Gets the ContextFactoryName attribute of the ApacheSoapSubTask object |
String |
getContextProviderUrl()
Gets the ContextProviderUrl attribute of the ApacheSoapSubTask object |
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 |
String |
getStatefulSessionEjbProvider()
Gets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object |
String |
getStatelessSessionEjbProvider()
Gets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object |
void |
setContextFactoryName(String contextFactoryName)
Sets the ContextFactoryName attribute of the ApacheSoapSubTask object. |
void |
setContextProviderUrl(String contextProviderUrl)
Sets the ContextProviderUrl attribute of the ApacheSoapSubTask object. |
void |
setEntityEjbProvider(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(String statefulSessionEjbProvider)
Sets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object |
void |
setStatelessSessionEjbProvider(String statelessSessionEjbProvider)
Sets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object |
void |
validateOptions()
Called to validate configuration parameters. |
Methods inherited from class xdoclet.XmlSubTask |
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess |
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 |
protected String statelessSessionEjbProvider
protected String statefulSessionEjbProvider
protected String entityEjbProvider
protected org.apache.tools.ant.types.Path providerClasspath
protected String contextProviderUrl
protected String contextFactoryName
Constructor Detail |
public ApacheSoapSubTask()
Method Detail |
public String getStatelessSessionEjbProvider()
public String getStatefulSessionEjbProvider()
public String getEntityEjbProvider()
public org.apache.tools.ant.types.Path getProviderClasspath()
public String getContextProviderUrl()
public String getContextFactoryName()
public void setStatelessSessionEjbProvider(String statelessSessionEjbProvider)
statelessSessionEjbProvider
- The new StatelessSessionEjbProvider valuepublic void setStatefulSessionEjbProvider(String statefulSessionEjbProvider)
statefulSessionEjbProvider
- The new StatefulSessionEjbProvider valuepublic void setEntityEjbProvider(String entityEjbProvider)
entityEjbProvider
- The new EntityEjbProvider valuepublic void setProviderclasspath(org.apache.tools.ant.types.Path providerClasspath)
providerClasspath
- The new Providerclasspath valuepublic void setContextProviderUrl(String contextProviderUrl)
contextProviderUrl
- The new ContextProviderUrl valuepublic void setContextFactoryName(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
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |