Skip navigation links

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

E47890-01


Package com.tangosol.coherence.config.xml.processor

Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.

See:
          Description

Class Summary
AbstractEmptyElementProcessor A ConditionalElementProcessor that provides defined behaviors for processing empty XmlElements.
AbstractEmptyElementProcessor.EmptyElementBehavior The behavior of the ConditionalElementProcessor when it encounters an empty XmlElement.
AbstractQuorumRulePolicyProcessor An abstract ElementProcessor that will produce an ActionPolicy based on QuorumRules.
AcceptorDependenciesProcessor An ElementProcessor that will parse an <acceptor-config> and produce an AcceptorDependencies.
AddressProviderBuilderProcessor An ElementProcessor that will parse and produce a ParameterizedBuilder<AddressProvider> based on an address-provider configuration element, that of which is defined as such (with support for foreign-namespaces) <!
AuthorizedHostsProcessor An ElementProcessor for <authorized-hosts> Configuration Elements.
BackingMapSchemeProcessor A BackingMapSchemeProcessor is responsible for processing a backing-map-scheme XmlElement to produce a BackingMapScheme.
BufferTypeProcessor An ElementProcessor for the <buffer-type> Cache Configuration element.
CacheConfigProcessor A CacheConfigProcessor is responsible for processing a cache-config XmlElement to produce a CacheConfig object.
CacheMappingProcessor An CacheMappingProcessor is responsible for processing <cache-mapping> XmlElements to produce a CacheMapping.
CacheServiceProxyProcessor An ElementProcessor that will parse cache-service-proxy configuration element tp produce a DefaultCacheServiceProxyDependencies object.
CachingSchemeMappingProcessor An CachingSchemeMappingProcessor is responsible for processing <caching-scheme-mapping> XmlElements to update the CacheMappingRegistry with CacheMappings.
CachingSchemesProcessor A CachingSchemesProcessor is an ElementProcessor for the <caching-schemes%gt; element of Coherence Cache Configuration files.
CompositeSchemeProcessor A CompositeSchemeProcessor is a CustomizableBuilderProcessor for schemes that consist of a front and back scheme.
CustomizableBinaryStoreManagerBuilderProcessor A CustomizableBinaryStoreManagerBuilderProcessor is a CustomizableBuilderProcessor that additionally processes the required definition of a BinaryStoreManagerBuilder for those classes supporting BinaryStoreManagerBuilderCustomization.
CustomizableBuilderProcessor A CustomizableBuilderProcessor is a multi-purpose ElementProcessor responsible for processing xml elements that produce objects supporting BuilderCustomization.
DefaultsProcessor The DefaultsProcessor is responsible for processing the <defaults> XmlElement in a Coherence Cache Configuration file, registering each of the processed elements with the ResourceRegistry.
DeltaCompressorProcessor An ElementProcessor for processing <compressor> configurations.
ElementProcessorHelper An ElementProcessorHelper provides a number of helper methods for ElementProcessors.
EvictionPolicyProcessor A EvictionPolicyProcessor is responsible for processing an eviction-policy XmlElement to produce an EvictionPolicyBuilder.
HttpAcceptorDependenciesProcessor An ElementProcessor to produce a HttpAcceptorDependencies from a <http-acceptor%gt; configuration.
InitiatorDependenciesProcessor An ElementProcessor that will parse an <initator-config> and produce an InitiatorDependencies.
InitParamProcessor An InitParamProcessor is responsible for processing <init-param> XmlElements to produce Parameters.
InitParamProcessor.CacheRefExpression An Expression implementation that represents the use of a {cache-ref} macro in a Cache Configuration File.
InitParamProcessor.SchemeRefExpression An Expression implementation that represents the use of a {scheme-ref} macro in a Cache Configuration File.
InitParamsProcessor An InitParamsProcessor is responsible for processing <init-params> XmlElements to produce ResolvableParameterLists.
InstanceProcessor An InstanceProcessor is responsible for processing <instance> XmlElements to produce ParameterizedBuilders.
InterceptorProcessor A ElementProcessor for the <interceptor> element.
InterceptorsProcessor A ElementProcessor for the <interceptors> element.
InternalCacheSchemeProcessor A InternalCacheSchemeProcessor is responsible for processing an internal-cache-scheme XmlElements to produce a MapBuilder.
InvocationServiceProxyProcessor An ElementProcessor that will parse invocation-service-proxy configuration element tp produce a DefaultInvocationServiceProxyDependencies object.
LeaseGranularityProcessor An ElementProcessor for Coherence <lease-granularity> configuration
LocalAddressProcessor An ElementProcessor that parses a <local-address> to produce an InetSocketAddress.
MapListenerProcessor A MapListenerProcessor is responsible for processing a listener XmlElements to produce a ParameterizedBuilder for a MapListener.
MemberListenerProcessor An ElementProcessor to process a <member-listener> to produce a List containing a single MemberListener.
MemorySizeProcessor A MemorySizeProcessor is responsible for processing Coherence memory sizes and returning them in bytes.
MessageDeliveryModeProcessor An ElementProcessor for JMS <message-delivery-mode> configurations.
MillisProcessor A MillisProcessor is responsible for processing Coherence time values and returning them in milliseconds.
OperationBundlingProcessor A OperationBundlingProcessor is responsible for processing an operation-bundling XmlElement to produce an BundleManager.
ParamTypeProcessor A ParamTypeProcessor is responsible for processing <param-type> XmlElements to produce a fully qualified class name.
PartitionAssignmentStrategyProcessor An ElementProcessor to process a <partition-assignment-strategy> to produce a PartitionAssignmentStrategy.
PartitionedQuorumPolicyProcessor An ElementProcessor that will parse a <partitioned-quorum-policy-scheme> and produce a suitable ActionPolicy
PartitionListenerProcessor An ElementProcessor to process a <partition-listener> to produce a List containing a single PartitionListener.
PersistenceProcessor An ElementProcessor that will parse a <persistence> element to produce a PersistenceDependencies instance.
ProxyQuorumPolicyProcessor An ElementProcessor that will parse a <proxy-quorum-policy-scheme> and produce a suitable ActionPolicy
ProxyServiceLoadBalancerProcessor An ElementProcessor for <load-balancer> configurations used by proxy services.
ProxyServiceProcessor A ProxyServiceProcessor is an ElementProcessor responsible for producing a ProxyScheme.
ScopeNameProcessor The ScopeNameProcessor is responsible for processing the <scope-name> XmlElement in a Coherence Cache Configuration file.
SerializerFactoryProcessor An ElementProcessor that will parse a <serializer> and produce a suitable SerializerFactory
ServiceBuilderProcessor A ServiceBuilderProcessor is an ElementProcessor responsible for producing various kinds of ServiceBuilders.
ServiceFailurePolicyProcessor An ElementProcessor that will parse a <service-failure-policyr> and produce a suitable ServiceFailurePolicy
SocketOptionsProcessor An ElementProcessor for SocketOptions.
SocketProviderProcessor An ElementProcessor that will parse an <socket-provider> and produce a SocketProvider.
SpecificInstanceProcessor An ElementProcessor that will process an XmlElement defining a ParameterizedBuilder, after which it will eagerly realized to produce an instance of the required type.
TcpAcceptorProcessor An ElementProcessor that will parse an <tcp-acceptor> and produce a TcpAcceptorDependencies object.
TcpInitiatorProcessor An ElementProcessor that will parse an <tcp-initiator> and produce a TcpInitiatorDependencies object.
UnitCalculatorProcessor A UnitCalculatorProcessor is responsible for processing a unit-calculator XmlElement to produce a UnitCalculatorBuilder.
WrapperStreamFactoryListProcessor Deprecated.

 

Package com.tangosol.coherence.config.xml.processor Description

Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.


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.