com.sun.tools.xjc

Class SchemaCache

public final class SchemaCache extends Object

Wraps a JAXP Schema object and lazily instanciate it. Also fix bug 6246922. This object is thread-safe. There should be only one instance of this for the whole VM.
Constructor Summary
SchemaCache(URL source)
Method Summary
ValidatorHandlernewValidator()

Constructor Detail

SchemaCache

public SchemaCache(URL source)

Method Detail

newValidator

public ValidatorHandler newValidator()