|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Class that encapsulates access to an EAR.
| Method Summary | |
ApplicationXml |
getApplicationXml()
Returns the deployment descriptor of the web application. |
WarArchive |
getWebModule(java.lang.String theUri)
Returns the web-app archive stored in the EAR with the specified URI. |
| Methods inherited from interface org.apache.cactus.integration.ant.deployment.JarArchive |
containsClass, findResource, getResource, getResources |
| Method Detail |
public ApplicationXml getApplicationXml()
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
java.io.IOException - If there was a problem reading the deployment
descriptor in the EAR
org.xml.sax.SAXException - If the deployment descriptor of the EAR could not
be parsed
javax.xml.parsers.ParserConfigurationException - If there is an XML parser
configration problem
public WarArchive getWebModule(java.lang.String theUri)
throws java.io.IOException
theUri - The URI of the web module
null if no WAR was found at
the specified URI
java.io.IOException - If there was an errors reading from the EAR or WAR
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||