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 ElementProcessor

All Known Subinterfaces:
ConditionalElementProcessor
All Known Implementing Classes:
AbstractEmptyElementProcessor, AbstractQuorumRulePolicyProcessor, AcceptorDependenciesProcessor, AddressProviderBuilderProcessor, AuthorizedHostsProcessor, BackingMapSchemeProcessor, BufferTypeProcessor, CacheConfigProcessor, CacheMappingProcessor, CacheServiceProxyProcessor, CachingSchemeMappingProcessor, CachingSchemesProcessor, CompositeSchemeProcessor, CustomizableBinaryStoreManagerBuilderProcessor, CustomizableBuilderProcessor, DefaultsProcessor, DeltaCompressorProcessor, EvictionPolicyProcessor, HttpAcceptorDependenciesProcessor, InitiatorDependenciesProcessor, InitParamProcessor, InitParamsProcessor, InstanceProcessor, InterceptorProcessor, InterceptorsProcessor, InternalCacheSchemeProcessor, InvocationServiceProxyProcessor, LeaseGranularityProcessor, LocalAddressProcessor, MapListenerProcessor, MemberListenerProcessor, MemorySizeProcessor, MessageDeliveryModeProcessor, MillisProcessor, OperationBundlingProcessor, ParamTypeProcessor, PartitionAssignmentStrategyProcessor, PartitionedQuorumPolicyProcessor, PartitionListenerProcessor, PersistenceProcessor, ProxyQuorumPolicyProcessor, ProxyServiceLoadBalancerProcessor, ProxyServiceProcessor, ScopeNameProcessor, SerializerFactoryProcessor, ServiceBuilderProcessor, ServiceFailurePolicyProcessor, SimpleElementProcessor, SocketOptionsProcessor, SocketProviderProcessor, SpecificInstanceProcessor, TcpAcceptorProcessor, TcpInitiatorProcessor, UnitCalculatorProcessor, WrapperStreamFactoryListProcessor

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® 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.