|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EPPSchemaCacher
Iterface for classes that support caching schemas.
Title: EPP SDK
Description: EPP SDK for 1.0 Spec
Copyright: Copyright (c) 2003
Company: VeriSign
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||