Class MetadataFactoryRegistry

java.lang.Object
org.apache.axis2.metadata.registry.MetadataFactoryRegistry

public class MetadataFactoryRegistry extends Object
  • Method Details

    • getFactory

      public static Object getFactory(Class intface)
      getFactory
      Parameters:
      intface - of the Factory
      Returns:
      Object that is the factory implementation for the intface
    • setFactory

      public static void setFactory(Class intface, Object factoryObject)
      setFactory
      Parameters:
      intface -
      factoryObject -