org.apache.axis2.metadata.registry
Class MetadataFactoryRegistry

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

public class MetadataFactoryRegistry
extends java.lang.Object


Method Summary
static java.lang.Object getFactory(java.lang.Class intface)
          getFactory
static void setFactory(java.lang.Class intface, java.lang.Object factoryObject)
          setFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static java.lang.Object getFactory(java.lang.Class intface)
getFactory

Parameters:
intface - of the Factory
Returns:
Object that is the factory implementation for the intface

setFactory

public static void setFactory(java.lang.Class intface,
                              java.lang.Object factoryObject)
setFactory

Parameters:
intface -
factoryObject -


Copyright © 2007 Apache Web Services Project. All Rights Reserved.