|
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 ConditionalElementProcessor
A ConditionalElementProcessor is an ElementProcessor that supports conditionally processing XmlElements. Unlike a regular ElementProcessor, when a ProcessingContext encounters a ConditionalElementProcessor, it will first query the said processor to determine if it should process an XmlElement.
| Method Summary | |
|---|---|
boolean |
accepts(ProcessingContext context, XmlElement xmlElement)Determines if the specified XmlElement should be processed. |
| Methods inherited from interface com.tangosol.config.xml.ElementProcessor |
|---|
process |
| Method Detail |
|---|
boolean accepts(ProcessingContext context,
XmlElement xmlElement)
throws ConfigurationException
XmlElement should be processed.context - the ProcessingContext in which the XmlElement is being processedxmlElement - the XmlElement that would be processedtrue if the XmlElement should 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 | |||||||