|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.extensions.wsdl4complexwsdl.WSDL4ComplexWsdlWriters
public final class WSDL4ComplexWsdlWriters
A static pool of WSDL4ComplexWsdlWriter to improve WSDL4ComplexWsdlWriter creation efficiency.
A WSDL4ComplexWsdlWriter is initialized the first time this class is used.
An infinite number (integer maximum value) of WSDL4ComplexWsdlWriter may be created. They are never evicted.
| Constructor Summary | |
|---|---|
WSDL4ComplexWsdlWriters()
|
|
| Method Summary | |
|---|---|
static void |
releaseWSDL4ComplexWsdlWriter(WSDL4ComplexWsdlWriter wsdl4ComplexWsdlWriter)
Release a WSDL4ComplexWsdlWriter to the pool |
static WSDL4ComplexWsdlWriter |
takeWSDL4ComplexWsdlWriter()
Take a WSDL4ComplexWsdlWriter from the pool |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDL4ComplexWsdlWriters()
| Method Detail |
|---|
public static final WSDL4ComplexWsdlWriter takeWSDL4ComplexWsdlWriter()
throws com.ebmwebsourcing.easycommons.pooling.PoolException
WSDL4ComplexWsdlWriter from the pool
WSDL4ComplexWsdlWriter
com.ebmwebsourcing.easycommons.pooling.PoolException - if the current thread waits for a WSDL4ComplexWsdlWriter
of the pool and is interruptedpublic static final void releaseWSDL4ComplexWsdlWriter(WSDL4ComplexWsdlWriter wsdl4ComplexWsdlWriter)
WSDL4ComplexWsdlWriter to the pool
wsdl4ComplexWsdlWriter - a WSDL4ComplexWsdlWriter to release
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||