- All Implemented Interfaces:
- org.apache.commons.pool2.PooledObjectFactory<StateNonValidatingDataBinding>
public class StateDataBindingFactory
extends org.apache.commons.pool2.BasePooledObjectFactory<StateNonValidatingDataBinding>
The data binding class <@link StateNonValidatingDataBinding> is both not
thread safe and slow on creation due to the underlying JAXP XML Schema
parsing, and therefore this class provides a factory implementation for the
associated binding pool in support of concurrent contexts.
- Since:
- 0.6.2
- Author:
- Scott Cinnamond
- See Also:
StateNonValidatingDataBinding