com.sun.tools.xjc
Class SchemaCache
java.lang.Object
com.sun.tools.xjc.SchemaCache
public final class SchemaCache
- extends Object
Wraps a JAXP Schema object and lazily instantiate it.
This object is thread-safe. There should be only one instance of
this for the whole VM.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaCache
public SchemaCache(URL source)
newValidator
public ValidatorHandler newValidator()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.