contextFactoryName
protected String contextFactoryName
contextProviderUrl
protected String contextProviderUrl
entityEjbProvider
protected String entityEjbProvider
providerClasspath
protected Path providerClasspath
statefulSessionEjbProvider
protected String statefulSessionEjbProvider
statelessSessionEjbProvider
protected String statelessSessionEjbProvider
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException
Describe what the method does
- engineStarted in interface xdoclet.TemplateSubTask
xdoclet.XDocletException
- Describe the exception
getContextFactoryName
public String getContextFactoryName()
Gets the ContextFactoryName attribute of the ApacheSoapSubTask object
- The ContextFactoryName value
getContextProviderUrl
public String getContextProviderUrl()
Gets the ContextProviderUrl attribute of the ApacheSoapSubTask object
- The ContextProviderUrl value
getEntityEjbProvider
public String getEntityEjbProvider()
Gets the EntityEjbProvider attribute of the ApacheSoapSubTask object
- The EntityEjbProvider value
getProviderClasspath
public Path getProviderClasspath()
Gets the ProviderClasspath attribute of the ApacheSoapSubTask object
- The ProviderClasspath value
getStatefulSessionEjbProvider
public String getStatefulSessionEjbProvider()
Gets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
- The StatefulSessionEjbProvider value
getStatelessSessionEjbProvider
public String getStatelessSessionEjbProvider()
Gets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object
- 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.
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.
contextProviderUrl
- The new ContextProviderUrl value
setEntityEjbProvider
public void setEntityEjbProvider(String entityEjbProvider)
Sets the EntityEjbProvider attribute of the ApacheSoapSubTask object
entityEjbProvider
- The new EntityEjbProvider value
setProviderclasspath
public void setProviderclasspath(Path providerClasspath)
Sets the Providerclasspath attribute of the ApacheSoapSubTask object
providerClasspath
- The new Providerclasspath value
setStatefulSessionEjbProvider
public void setStatefulSessionEjbProvider(String statefulSessionEjbProvider)
Sets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
statefulSessionEjbProvider
- The new StatefulSessionEjbProvider value
setStatelessSessionEjbProvider
public void setStatelessSessionEjbProvider(String statelessSessionEjbProvider)
Sets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask object
statelessSessionEjbProvider
- The new StatelessSessionEjbProvider value
validateOptions
public void validateOptions()
throws xdoclet.XDocletException
Called to validate configuration parameters.
- validateOptions in interface xdoclet.TemplateSubTask
xdoclet.XDocletException
- Description of Exception