com.sun.msv.schematron.jarv
Class FactoryLoaderImpl

java.lang.Object
  extended by com.sun.msv.schematron.jarv.FactoryLoaderImpl
All Implemented Interfaces:
VerifierFactoryLoader

public class FactoryLoaderImpl
extends java.lang.Object
implements VerifierFactoryLoader

VerifierFactoryLoader implementation.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
FactoryLoaderImpl()
           
 
Method Summary
 VerifierFactory createFactory(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryLoaderImpl

public FactoryLoaderImpl()
Method Detail

createFactory

public VerifierFactory createFactory(java.lang.String name)
Specified by:
createFactory in interface VerifierFactoryLoader