org.apache.axis2.metadata.registry
Class MetadataFactoryRegistry
java.lang.Object
org.apache.axis2.metadata.registry.MetadataFactoryRegistry
public class MetadataFactoryRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.