Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.config.xml
Interface ElementProcessor

All Known Implementing Classes:
BackingMapSchemeProcessor, CacheConfigProcessor, CacheMappingProcessor, CachingSchemeMappingProcessor, CachingSchemesProcessor, CompositeSchemeProcessor, CustomizableBinaryStoreManagerBuilderProcessor, CustomizableBuilderProcessor, EvictionPolicyProcessor, InitParamProcessor, InitParamsProcessor, InstanceProcessor, InterceptorProcessor, InterceptorsProcessor, InternalCacheSchemeProcessor, MapListenerProcessor, OperationBundlingProcessor, ParamTypeProcessor, ServiceBuilderProcessor, SimpleElementProcessor, UnitCalculatorProcessor

public interface ElementProcessor

An ElementProcessor is responsible for processing XmlElement 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, XmlElement xmlElement)
          Process an XmlElement to return a specific type of value.

 

Method Detail

process

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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