public interface EPPSchemaCacher
Title: EPP SDK
Description: EPP SDK for 1.0 Spec
Copyright: Copyright (c) 2003
Company: VeriSign
Modifier and Type | Method and Description |
---|---|
void |
addSchemaToCache(org.apache.xerces.xni.parser.XMLInputSource aSchema)
Adds a schema to the cache.
|
void |
setLockSchemaCache(boolean aBoolean)
Lock or unlock the schema cache.
|
void setLockSchemaCache(boolean aBoolean)
aBoolean
- True locks, False unlocks.void addSchemaToCache(org.apache.xerces.xni.parser.XMLInputSource aSchema) throws EPPParserException
aSchema
- The schema to cache.EPPParserException
- Thrown if the schema can't be cached.Copyright © VeriSign Inc. All Rights Reserved.