xdoclet.modules.apache.soap.ejb
public class ApacheSoapSubTask extends XmlSubTask
Version: $Revision: 1.10 $
UNKNOWN: Oct 15, 2001 display-name = "Apache SOAP" name = "apachesoap" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "soap-mappings-{0}.xml" relates-to = "soap-dds-{0}.xml" description = "An XML document * containing the optional isd:mappings element."
Field Summary | |
---|---|
protected String | contextFactoryName |
protected String | contextProviderUrl |
protected String | entityEjbProvider |
protected Path | providerClasspath |
protected String | statefulSessionEjbProvider |
protected String | statelessSessionEjbProvider |
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
|
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(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.
|
Throws: XDocletException Describe the exception
Returns: The ContextFactoryName value
Returns: The ContextProviderUrl value
Returns: The EntityEjbProvider value
Returns: The ProviderClasspath value
Returns: The StatefulSessionEjbProvider value
Returns: The StatelessSessionEjbProvider value
Parameters: contextFactoryName The new ContextFactoryName value
Parameters: contextProviderUrl The new ContextProviderUrl value
Parameters: entityEjbProvider The new EntityEjbProvider value
Parameters: providerClasspath The new Providerclasspath value
Parameters: statefulSessionEjbProvider The new StatefulSessionEjbProvider value
Parameters: statelessSessionEjbProvider The new StatelessSessionEjbProvider value
Throws: XDocletException Description of Exception
UNKNOWN: id = "parameter_missing_or_empty" msg = "parameter is missing or empty."