Class SimpleElementProcessor<T>

java.lang.Object
com.tangosol.config.xml.SimpleElementProcessor<T>
All Implemented Interfaces:
ElementProcessor<T>

public class SimpleElementProcessor<T> extends Object implements ElementProcessor<T>
A SimpleElementProcessor is an ElementProcessor implementation that will construct, initialize (via constructor injection) and return a specific type of object based on information in an XmlElement.
Since:
Coherence 12.1.2
Author:
dr 2011.05.14, bo 2011.06.23