|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.util.EPPXMLSignatureParserPool
public class EPPXMLSignatureParserPool
Singleton parser pool class that initializes the parser pool
at initialization, and provides a getPool()
to
get the initialized pool.
Field Summary | |
---|---|
static java.lang.String |
POOL
Name of PoolMan parser pool initialized by EPPXMLSignatureParserPool . |
Method Summary | |
---|---|
static EPPXMLSignatureParserPool |
getInstance()
Singleton getInstance method for accessing the EPPXMLSignatureParserPool
instance. |
com.codestudio.util.GenericPool |
getPool()
Gets the pool initialized by EPPXMLSignatureParserPool for
getting and returning XML Signature parsers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String POOL
EPPXMLSignatureParserPool
.
Method Detail |
---|
public static EPPXMLSignatureParserPool getInstance()
getInstance
method for accessing the EPPXMLSignatureParserPool
instance.
EPPXMLSignatureParserPool
Singleton instance.public com.codestudio.util.GenericPool getPool()
EPPXMLSignatureParserPool
for
getting and returning XML Signature parsers.
EPPXMLSignatureParserPool
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |