Class EmbeddedFactory


  • public class EmbeddedFactory
    extends Object
    The embedded IronJacamar container factory
    Author:
    Jesper Pedersen
    • Method Detail

      • create

        public static Embedded create()
        Create an instance of the embedded container with a certified configuration
        Returns:
        The instance
      • create

        public static Embedded create​(boolean fullProfile)
        Create an instance of the embedded container
        Parameters:
        fullProfile - Should a full JCA 1.6 profile be used
        Returns:
        The instance