Interface ConditionalElementProcessor<T>

Type Parameters:
T - the type of value that will be returned by the ConditionalElementProcessor, should an XmlElement be processed.
All Superinterfaces:
ElementProcessor<T>
All Known Implementing Classes:
AbstractEmptyElementProcessor, EnumProcessor, MemberListenerProcessor, MemorySizeProcessor, MillisProcessor, PartitionListenerProcessor, PasswordProviderBuilderProcessor, PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor, PersistenceProcessor, ResourceBuilderProcessor, SerializerBuilderProcessor, SerializerFactoryProcessor, ServiceFailurePolicyProcessor, SimpleBuilderProcessor, SpecificInstanceProcessor, StorageAccessAuthorizerBuilderProcessor

public interface ConditionalElementProcessor<T> extends ElementProcessor<T>
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.
Since:
Coherence 12.1.2
Author:
bo 2013.09.14