Class MetadataFactoryRegistry
java.lang.Object
org.apache.axis2.metadata.registry.MetadataFactoryRegistry
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetFactory(Class intface) getFactorystatic voidsetFactory(Class intface, Object factoryObject) setFactory
-
Method Details
-
getFactory
getFactory- Parameters:
intface- of the Factory- Returns:
- Object that is the factory implementation for the intface
-
setFactory
setFactory- Parameters:
intface-factoryObject-
-