Class MetadataFactory

    • Constructor Detail

      • MetadataFactory

        public MetadataFactory()
        Constructor
    • 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