Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.config.xml
Interface AttributeProcessor

All Known Implementing Classes:
SimpleAttributeProcessor

public interface AttributeProcessor

An AttributeProcessor is responsible for processing XmlAttribute content to return a strongly-typed value.

Since:
Coherence 12.1.2
Author:
bo 2011.06.14

Method Summary
 java.lang.Object process(ProcessingContext context, XmlAttribute attribute)
          Process an XmlAttribute and return a specific type of value.

 

Method Detail

process

java.lang.Object process(ProcessingContext context,
                         XmlAttribute attribute)
                         throws ConfigurationException
Process an XmlAttribute and return a specific type of value.
Parameters:
context - the ProcessingContext in which the XmlAttribute is being processed
attribute - the XmlAttribute to be processed
Returns:
a value of type T
Throws:
ConfigurationException - when a configuration problem was encountered

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.