Package org.jboss.jca.common.metadata
Class MetadataFactory
- java.lang.Object
-
- org.jboss.jca.common.metadata.MetadataFactory
-
public class MetadataFactory extends Object
A MetadataFactory.- Author:
- Stefano Maestri
-
-
Constructor Summary
Constructors Constructor Description MetadataFactory()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivationgetIronJacamarMetaData(File root)Get the JBoss specific metadataConnectorgetStandardMetaData(File root)Get the JCA standard metadata
-
-
-
Method Detail
-
getStandardMetaData
public Connector getStandardMetaData(File root) throws Exception
Get the JCA standard metadata- Parameters:
root- The root of the deployment- Returns:
- The metadata
- Throws:
Exception- Thrown if an error occurs
-
getIronJacamarMetaData
public Activation getIronJacamarMetaData(File root) throws Exception
Get the JBoss specific metadata- Parameters:
root- The root of the deployment- Returns:
- The metadata
- Throws:
Exception- Thrown if an error occurs
-
-