|
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 ElementProcessor
An ElementProcessor is responsible for processing XmlElement content to return a strongly-typed value.
| Method Summary | |
|---|---|
java.lang.Object |
process(ProcessingContext context, XmlElement xmlElement)Process an XmlElement to return a specific type of value. |
| Method Detail |
|---|
java.lang.Object process(ProcessingContext context,
XmlElement xmlElement)
throws ConfigurationException
XmlElement to return a specific type of value.context - the ProcessingContext in which the XmlElement is being processedxmlElement - 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 | |||||||