org.apache.geronimo.enterprise.deploy.tool
Class WebDeployableObject
java.lang.Object
org.apache.geronimo.enterprise.deploy.tool.AbstractDeployableObject
org.apache.geronimo.enterprise.deploy.tool.WebDeployableObject
- All Implemented Interfaces:
- javax.enterprise.deploy.model.DeployableObject
- public class WebDeployableObject
- extends AbstractDeployableObject
A DeployableObject implementation for EJB JARs. This knows how to load and
validate the deployment descriptors for EJB (currently v2.1 only).
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:43 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDeployableObject
public WebDeployableObject(JarFile jar,
ClassLoader loader)
getDDBeanRoot
public javax.enterprise.deploy.model.DDBeanRoot getDDBeanRoot(String filename)
throws FileNotFoundException,
javax.enterprise.deploy.model.exceptions.DDBeanCreateException
- Throws:
FileNotFoundException
javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.