|
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 | |||||||
public interface AttributeProcessor
An AttributeProcessor is responsible for processing XmlAttribute content to return a strongly-typed value.
| Method Summary | |
|---|---|
java.lang.Object |
process(ProcessingContext context, XmlAttribute attribute)Process an XmlAttribute and return a specific type of value. |
| Method Detail |
|---|
java.lang.Object process(ProcessingContext context,
XmlAttribute attribute)
throws ConfigurationException
XmlAttribute and return a specific type of value.context - 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 | |||||||