|
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.SimpleAttributeProcessor
public class SimpleAttributeProcessor
A SimpleAttributeProcessor is a simple AttributeProcessor implementation that will construct, initialize (via constructor injection) and return a specific type of object based on information in an XmlAttribute.
| Constructor Summary | |
|---|---|
SimpleAttributeProcessor(java.lang.Class clzAttribute)Construct a SimpleAttributeProcessor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
process(ProcessingContext context, XmlAttribute attribute)Process an XmlAttribute and return a specific type of value. |
| Constructor Detail |
|---|
public SimpleAttributeProcessor(java.lang.Class clzAttribute)
SimpleAttributeProcessor.
clzAttribute - the Class of the attribute value to be returned| Method Detail |
|---|
public java.lang.Object process(ProcessingContext context,
XmlAttribute attribute)
throws ConfigurationException
XmlAttribute and return a specific type of value.process in interface AttributeProcessorcontext - the ProcessingContext in which the XmlAttribute is being processedattribute - the XmlAttribute to be processedConfigurationException - 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 | |||||||