|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.config.xml.SimpleElementProcessor
public class SimpleElementProcessor
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.
| Constructor Summary | |
|---|---|
SimpleElementProcessor(java.lang.Class clzElement)Construct a SimpleElementProcessor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
process(ProcessingContext context, XmlElement element)Process an XmlElement to return a specific type of value. |
| Constructor Detail |
|---|
public SimpleElementProcessor(java.lang.Class clzElement)
SimpleElementProcessor.
clzElement - The Class of objects returned by the ElementProcessor| Method Detail |
|---|
public java.lang.Object process(ProcessingContext context,
XmlElement element)
throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessorcontext - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||