com.im.ijc.core/1 5.9.4

com.im.ijc.core.xml.beans
Class FSPersisterRegistryImpl

java.lang.Object
  extended by com.im.df.api.util.xml.PersisterRegistry
      extended by com.im.ijc.core.xml.beans.FSPersisterRegistryImpl

public class FSPersisterRegistryImpl
extends PersisterRegistry


Constructor Summary
FSPersisterRegistryImpl()
          Creates a new instance of FSPersisterRegistryImpl
 
Method Summary
 StateFactory getFactoryByClass(Class specificClass)
           
 StateFactory getFactoryByName(String tagName, String nsName)
           
 
Methods inherited from class com.im.df.api.util.xml.PersisterRegistry
getDefault, getFactoryByClass, getFactoryByName, getFactoryByObject, load, load, save, save, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSPersisterRegistryImpl

public FSPersisterRegistryImpl()
Creates a new instance of FSPersisterRegistryImpl

Method Detail

getFactoryByClass

public StateFactory getFactoryByClass(Class specificClass)
                               throws IOException
Specified by:
getFactoryByClass in class PersisterRegistry
Throws:
IOException

getFactoryByName

public StateFactory getFactoryByName(String tagName,
                                     String nsName)
                              throws IOException
Specified by:
getFactoryByName in class PersisterRegistry
Throws:
IOException

com.im.ijc.core/1 5.9.4