org.mule.module.xml.transformer
Class XQueryTransformer.PooledXQueryTransformerFactory
java.lang.Object
org.apache.commons.pool.BasePoolableObjectFactory
org.mule.module.xml.transformer.XQueryTransformer.PooledXQueryTransformerFactory
- All Implemented Interfaces:
- org.apache.commons.pool.PoolableObjectFactory
- Enclosing class:
- XQueryTransformer
protected class XQueryTransformer.PooledXQueryTransformerFactory
- extends org.apache.commons.pool.BasePoolableObjectFactory
Methods inherited from class org.apache.commons.pool.BasePoolableObjectFactory |
activateObject, passivateObject, validateObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQueryTransformer.PooledXQueryTransformerFactory
protected XQueryTransformer.PooledXQueryTransformerFactory()
makeObject
public Object makeObject()
throws Exception
- Specified by:
makeObject
in interface org.apache.commons.pool.PoolableObjectFactory
- Specified by:
makeObject
in class org.apache.commons.pool.BasePoolableObjectFactory
- Throws:
Exception
destroyObject
public void destroyObject(Object o)
throws Exception
- Specified by:
destroyObject
in interface org.apache.commons.pool.PoolableObjectFactory
- Overrides:
destroyObject
in class org.apache.commons.pool.BasePoolableObjectFactory
- Throws:
Exception
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.