org.ow2.easybeans.deployment.metadata.ejbjar.xml
Class EasyBeansDeploymentDesc

java.lang.Object
  extended by org.ow2.easybeans.deployment.metadata.ejbjar.xml.EasyBeansDeploymentDesc

public final class EasyBeansDeploymentDesc
extends java.lang.Object

Utility class to get the specific deployment descriptor.

Author:
Florent Benoit

Method Summary
static EasyBeansDD getEasyBeansDD(org.ow2.util.archive.api.IArchive archive)
          Gets EasyBeans specific Deployment Descriptor for a given archive.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEasyBeansDD

public static EasyBeansDD getEasyBeansDD(org.ow2.util.archive.api.IArchive archive)
                                  throws org.ow2.util.ee.metadata.common.impl.xml.parsing.ParsingException
Gets EasyBeans specific Deployment Descriptor for a given archive.

Parameters:
archive - file/directory.
Returns:
EasyBeansDD instance or null.
Throws:
org.ow2.util.ee.metadata.common.impl.xml.parsing.ParsingException - if no xml is present.


Copyright © 2006-2010 OW2 Consortium. All Rights Reserved.