Class MetadataFactory

java.lang.Object
org.jboss.jca.common.metadata.MetadataFactory

public class MetadataFactory extends Object
A MetadataFactory.
Author:
Stefano Maestri
  • Constructor Details

    • MetadataFactory

      public MetadataFactory()
      Constructor
  • Method Details

    • 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