xdoclet.modules.apache.soap.ejb

Class ApacheSoapSubTask

public class ApacheSoapSubTask extends XmlSubTask

Version: $Revision: 1.10 $

Author: Ara Abrahamian (ara_e@email.com)

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 StringcontextFactoryName
protected StringcontextProviderUrl
protected StringentityEjbProvider
protected PathproviderClasspath
protected StringstatefulSessionEjbProvider
protected StringstatelessSessionEjbProvider
Constructor Summary
ApacheSoapSubTask()
Describe what the ApacheSoapSubTask constructor does
Method Summary
protected voidengineStarted()
Describe what the method does
StringgetContextFactoryName()
Gets the ContextFactoryName attribute of the ApacheSoapSubTask object
StringgetContextProviderUrl()
Gets the ContextProviderUrl attribute of the ApacheSoapSubTask object
StringgetEntityEjbProvider()
Gets the EntityEjbProvider attribute of the ApacheSoapSubTask object
PathgetProviderClasspath()
Gets the ProviderClasspath attribute of the ApacheSoapSubTask object
StringgetStatefulSessionEjbProvider()
Gets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
StringgetStatelessSessionEjbProvider()
Gets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object
voidsetContextFactoryName(String contextFactoryName)
Sets the ContextFactoryName attribute of the ApacheSoapSubTask object.
voidsetContextProviderUrl(String contextProviderUrl)
Sets the ContextProviderUrl attribute of the ApacheSoapSubTask object.
voidsetEntityEjbProvider(String entityEjbProvider)
Sets the EntityEjbProvider attribute of the ApacheSoapSubTask object
voidsetProviderclasspath(Path providerClasspath)
Sets the Providerclasspath attribute of the ApacheSoapSubTask object
voidsetStatefulSessionEjbProvider(String statefulSessionEjbProvider)
Sets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
voidsetStatelessSessionEjbProvider(String statelessSessionEjbProvider)
Sets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object
voidvalidateOptions()
Called to validate configuration parameters.

Field Detail

contextFactoryName

protected String contextFactoryName

contextProviderUrl

protected String contextProviderUrl

entityEjbProvider

protected String entityEjbProvider

providerClasspath

protected Path providerClasspath

statefulSessionEjbProvider

protected String statefulSessionEjbProvider

statelessSessionEjbProvider

protected String statelessSessionEjbProvider

Constructor Detail

ApacheSoapSubTask

public ApacheSoapSubTask()
Describe what the ApacheSoapSubTask constructor does

Method Detail

engineStarted

protected void engineStarted()
Describe what the method does

Throws: XDocletException Describe the exception

getContextFactoryName

public String getContextFactoryName()
Gets the ContextFactoryName attribute of the ApacheSoapSubTask object

Returns: The ContextFactoryName value

getContextProviderUrl

public String getContextProviderUrl()
Gets the ContextProviderUrl attribute of the ApacheSoapSubTask object

Returns: The ContextProviderUrl value

getEntityEjbProvider

public String getEntityEjbProvider()
Gets the EntityEjbProvider attribute of the ApacheSoapSubTask object

Returns: The EntityEjbProvider value

getProviderClasspath

public Path getProviderClasspath()
Gets the ProviderClasspath attribute of the ApacheSoapSubTask object

Returns: The ProviderClasspath value

getStatefulSessionEjbProvider

public String getStatefulSessionEjbProvider()
Gets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object

Returns: The StatefulSessionEjbProvider value

getStatelessSessionEjbProvider

public String getStatelessSessionEjbProvider()
Gets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object

Returns: The StatelessSessionEjbProvider value

setContextFactoryName

public void setContextFactoryName(String contextFactoryName)
Sets the ContextFactoryName attribute of the ApacheSoapSubTask object. The ContextFactoryName is the name of the JNDI context factory used when looking up an EJB's home interface.

Parameters: contextFactoryName The new ContextFactoryName value

setContextProviderUrl

public void setContextProviderUrl(String contextProviderUrl)
Sets the ContextProviderUrl attribute of the ApacheSoapSubTask object. The ContextProviderUrl is the URL associated with the JNDI context provider used when looking up an EJB's home interface.

Parameters: contextProviderUrl The new ContextProviderUrl value

setEntityEjbProvider

public void setEntityEjbProvider(String entityEjbProvider)
Sets the EntityEjbProvider attribute of the ApacheSoapSubTask object

Parameters: entityEjbProvider The new EntityEjbProvider value

setProviderclasspath

public void setProviderclasspath(Path providerClasspath)
Sets the Providerclasspath attribute of the ApacheSoapSubTask object

Parameters: providerClasspath The new Providerclasspath value

setStatefulSessionEjbProvider

public void setStatefulSessionEjbProvider(String statefulSessionEjbProvider)
Sets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object

Parameters: statefulSessionEjbProvider The new StatefulSessionEjbProvider value

setStatelessSessionEjbProvider

public void setStatelessSessionEjbProvider(String statelessSessionEjbProvider)
Sets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object

Parameters: statelessSessionEjbProvider The new StatelessSessionEjbProvider value

validateOptions

public void validateOptions()
Called to validate configuration parameters.

Throws: XDocletException Description of Exception

UNKNOWN: id = "parameter_missing_or_empty" msg = "parameter is missing or empty."