com.ibm.xdms.utils
Class XMLUtilsPool.XMLUtilsFactory

java.lang.Object
  extended by com.ibm.xdms.utils.XMLUtilsPool.XMLUtilsFactory
All Implemented Interfaces:
ObjectFactory
Enclosing class:
XMLUtilsPool

protected class XMLUtilsPool.XMLUtilsFactory
extends java.lang.Object
implements ObjectFactory

An internal XMLUtilsFactory


Field Summary
 
Fields inherited from interface com.ibm.xdms.utils.ObjectFactory
COPYRIGHT
 
Constructor Summary
protected XMLUtilsPool.XMLUtilsFactory()
           
 
Method Summary
 java.lang.Object create()
          Creates an object.
 void destroy(java.lang.Object obj)
          Destroys an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtilsPool.XMLUtilsFactory

protected XMLUtilsPool.XMLUtilsFactory()
Method Detail

create

public java.lang.Object create()
Creates an object.

Specified by:
create in interface ObjectFactory
Returns:
Returns the created object.

destroy

public void destroy(java.lang.Object obj)
Destroys an object.

Specified by:
destroy in interface ObjectFactory
Parameters:
obj - The object to destroy.