Uses of Interface
com.tangosol.run.xml.XmlElement
Package
Description
Simple CDI-based Cache Server implementation.
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml Document Pre-Processors and Xml Element Processors for converting
Coherence Cache Configuration files into Coherence configuration object models.
Defines the Xml document Pre-Processors for Coherence Cache Configuration files.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains classes related to Coherence JCache.
Contains classes related to the Coherence REST configuration.
Defines classes and interfaces for processing Xml documents and building object
models, like configuration, based on said documents though the use of injection.
Contains classes providing cache persistence of serialized objects.
Contains Sleepycat Berkeley DB BinaryStore implementation classes.
Contains classes related to POF serialization and deserialization.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes related to the Coherence Security Framework.
Contains classes and helpers for implementing various types of persistence.
Contains classes providing basic XML related functionality.
Contains various generic utilities.
-
Uses of XmlElement in com.oracle.coherence.cdi.server
Modifier and TypeMethodDescriptionBeanProcessor.process
(ProcessingContext context, XmlElement element) -
Uses of XmlElement in com.oracle.coherence.grpc
-
Uses of XmlElement in com.oracle.coherence.grpc.proxy
-
Uses of XmlElement in com.tangosol.coherence.config.builder
Modifier and TypeFieldDescriptionprotected final XmlElement
ServiceLoadBalancerBuilder.f_xmlConfig
Xml Configuration Element to use to report ConfigurationException.protected XmlElement
ActionPolicyBuilder.QuorumRule.m_xmlElement
An optional xml configuration element to be used in ConfigurationException.ModifierConstructorDescriptionClusterQuorumPolicyBuilder
(Map<String, Integer> mapQuorum, XmlElement xmlConfigElement) ConstructsClusterQuorumPolicyBuilder
frommapQuorum
CustomAddressProviderBuilder
(ParameterizedBuilder<AddressProvider> builder, ParameterResolver resolver, XmlElement xmlConfig) ConstructsCustomAddressProviderBuilder
InvalidConfigServiceLoadBalancerBuilder
(String sServiceKind, XmlElement xmlConfig) ConstructsInvalidConfigServiceLoadBalancerBuilder
.LocalAddressProviderBuilder
(String sAddr, int nPortMin, int nPortMax, XmlElement xmlConfig) ConstructsLocalAddressProviderBuilder
deferring address resolution until realized.PartitionAssignmentStrategyBuilder
(ParameterizedBuilder<?> bldr, XmlElement xmlElement) ConstructsPartitionAssignmentStrategyBuilder
PartitionAssignmentStrategyBuilder
(String sStrategy, XmlElement xmlElement) Constructs aPartitionAssignmentStrategyBuilder
for a predefined strategy.PartitionedCacheQuorumPolicyBuilder
(AddressProviderBuilder bldrRecoveryHostAddress, XmlElement xmlConfig) ConstructsPartitionedCacheQuorumPolicyBuilder
from configuration file context and xml elementProxyQuorumPolicyBuilder
(int nRuleThreshold, XmlElement xmlConfig) ConstructsProxyQuorumPolicyBuilder
from configuration file context and xml elementProxyServiceLoadBalancerBuilder
(ParameterizedBuilder bldr, XmlElement xmlConfig) ConstructsProxyServiceLoadBalancerBuilder
QuorumRule
(String sRuleElementName, int nRuleMask, int nThreshold, float flThresholdPct, XmlElement xmlElement) ConstructsActionPolicyBuilder.QuorumRule
QuorumRule
(String sRuleElementName, int nRuleMask, int nThreshold, XmlElement xmlElement) ConstructsActionPolicyBuilder.QuorumRule
ServiceFailurePolicyBuilder
(ParameterizedBuilder<ServiceFailurePolicy> builder, XmlElement xmlConfig) ServiceFailurePolicy
constructor for customized builder.ServiceFailurePolicyBuilder
(String sPolicy, XmlElement xmlConfig) Default ServiceFailurePolicy from Xml value in configuration <service-failure-policy>.ServiceLoadBalancerBuilder
(ParameterizedBuilder<ServiceLoadBalancer> builder, XmlElement xmlConfig) ConstructsServiceLoadBalancerBuilder
-
Uses of XmlElement in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionvoid
AbstractServiceScheme.setXml
(XmlElement element) Deprecated. -
Uses of XmlElement in com.tangosol.coherence.config.xml
Modifier and TypeMethodDescriptionvoid
CacheConfigNamespaceHandler.onStartNamespace
(ProcessingContext context, XmlElement element, String prefix, URI uri) Called when the xml namespace associated with theNamespaceHandler
is first encountered in an xml document.void
OperationalConfigNamespaceHandler.onStartNamespace
(ProcessingContext context, XmlElement element, String prefix, URI uri) Called when the xml namespace associated with theNamespaceHandler
is first encountered in an xml document. -
Uses of XmlElement in com.tangosol.coherence.config.xml.preprocessor
Modifier and TypeMethodDescriptionSchemeRefPreprocessor.findCachingScheme
(String sSchemeName, XmlElement element) Obtains theXmlElement
that contains a <scheme-name> definition for the specified sSchemeName with in the providedXmlElement
, ornull
if not found.Modifier and TypeMethodDescriptionvoid
OperationalDefaultsPreprocessor.addDefaultsDefinition
(String sPath, XmlElement defaultsElement) Defines that elements matching the specified path must contain the child elements defined by the default element.SchemeRefPreprocessor.findCachingScheme
(String sSchemeName, XmlElement element) Obtains theXmlElement
that contains a <scheme-name> definition for the specified sSchemeName with in the providedXmlElement
, ornull
if not found.boolean
CacheDefaultsPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
DefaultsCreationPreprocessor.preprocess
(ProcessingContext context, XmlElement xmlConfig) boolean
ExtendPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
OperationalDefaultsPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
PofSerializerPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
SchemeRefPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
SystemPropertyPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
TCPAcceptorPreprocessor.preprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
TransactionalPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
ViewSchemePreprocessor.preprocess
(ProcessingContext context, XmlElement element) static boolean
SystemPropertyPreprocessor.processValueMacro
(XmlElement element) Process macros embedded in element's valuestatic boolean
SystemPropertyPreprocessor.processValueMacro
(XmlElement element, ParameterResolver resolver) Process macros embedded in element's value -
Uses of XmlElement in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionboolean
AbstractEmptyElementProcessor.accepts
(ProcessingContext context, XmlElement xmlElement) Determines if the specifiedXmlElement
should be processed.protected boolean
AbstractEmptyElementProcessor.isEmptyElement
(ProcessingContext context, XmlElement xmlElement) Determines if anXmlElement
is considered empty.protected boolean
InstanceProcessor.isForeignNamespace
(XmlElement element) Return true if the given element meets the following criteria: there is a single sub element the namespace of the sub element is not in the Coherence namespacestatic AddressProviderBuilder
AddressProviderBuilderProcessor.newLocalAddressProviderBuilder
(XmlElement xmlLocalAddress) Build a new AddressProviderBuilder for the local-address.protected abstract T
AbstractEmptyElementProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.EnumProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.MemberListenerProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.MemorySizeProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.MillisProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.PartitionListenerProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.PasswordProviderBuilderProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) protected PersistenceEnvironmentParamBuilder
PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) com.tangosol.internal.net.service.grid.PersistenceDependencies
PersistenceProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) ResourceBuilderProcessor.onProcess
(ProcessingContext context, XmlElement element) SerializerBuilderProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) SerializerFactoryProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.ServiceFailurePolicyProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.SimpleBuilderProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) SpecificInstanceProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.StorageAccessAuthorizerBuilderProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) final T
AbstractEmptyElementProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.com.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies
AcceptorDependenciesProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.AddressProviderBuilderProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.com.oracle.coherence.common.util.Duration
AsyncBackupProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.AuthorizedHostsProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.BackingMapSchemeProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.BufferTypeProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.void
CacheConfigOverrideProcessor.process
(XmlElement xmlBase, XmlElement xmlOverride) ProcessXmlElement
override and merge with theXmlElement
base element from the root configuration xml.CacheMappingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies
CacheServiceProxyProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.CachingSchemeMappingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.CachingSchemesProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.CompositeSchemeProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ConfigurationProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.CustomizableBinaryStoreManagerBuilderProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.CustomizableBuilderProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ParameterizedBuilder
<com.tangosol.internal.util.DaemonPool> DaemonPoolProcessor.process
(ProcessingContext context, XmlElement xml) DefaultsProcessor.process
(ProcessingContext context, XmlElement element) DeltaCompressorProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.ElementCalculatorProcessor.process
(ProcessingContext context, XmlElement element) EvictionPolicyProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ExecutorProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.GlobalSocketProviderProcessor.process
(ProcessingContext ctx, XmlElement xml) com.tangosol.internal.health.HealthCheckDependencies
HealthProcessor.process
(ProcessingContext ctx, XmlElement element) com.tangosol.internal.net.service.peer.acceptor.HttpAcceptorDependencies
HttpAcceptorDependenciesProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.com.tangosol.internal.net.service.peer.initiator.InitiatorDependencies
InitiatorDependenciesProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.InitParamProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.InitParamsProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.InstanceProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.InterceptorsProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.InternalCacheSchemeProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.com.tangosol.internal.net.service.extend.proxy.DefaultInvocationServiceProxyDependencies
InvocationServiceProxyProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.com.tangosol.internal.net.ssl.KeystoreDependencies
KeystoreProcessor.process
(ProcessingContext context, XmlElement xmlElement) LeaseGranularityProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.LocalAddressProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.MapListenerProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.MessageDeliveryModeProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.NoOpElementProcessor.process
(ProcessingContext context, XmlElement xmlElement) OperationBundlingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.PagedTopicSchemeProcessor.process
(ProcessingContext context, XmlElement element) ParamTypeProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.PartitionAssignmentStrategyProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.PartitionedQuorumPolicyProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.PasswordProvidersProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.PasswordURLProcessor.process
(ProcessingContext context, XmlElement element) PersistenceEnvironmentsProcessor.process
(ProcessingContext context, XmlElement xmlElement) ProviderProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.ProxyQuorumPolicyProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.ReadLocatorProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ResourcesProcessor.process
(ProcessingContext context, XmlElement xmlElement) SchemesProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.ScopeNameProcessor.process
(ProcessingContext context, XmlElement element) SerializersProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.ServiceBuilderProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.ServiceLoadBalancerProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.SocketOptionsProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.SocketProviderProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.SocketProvidersProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.SSLHostnameVerifierProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.com.tangosol.internal.net.ssl.ManagerDependencies
SSLManagerProcessor.process
(ProcessingContext context, XmlElement xmlElement) SSLNameListProcessor.process
(ProcessingContext context, XmlElement xmlElement) SSLProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.StorageAccessAuthorizersProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.StorageProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.SubscriberGroupProcessor.process
(ProcessingContext context, XmlElement xmlElement) SubscriberGroupsProcessor.process
(ProcessingContext context, XmlElement xmlElement) com.tangosol.internal.net.service.peer.acceptor.TcpAcceptorDependencies
TcpAcceptorProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.com.tangosol.internal.net.service.peer.initiator.TcpInitiatorDependencies
TcpInitiatorProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.TopicMappingProcessor.process
(ProcessingContext context, XmlElement element) TopicSchemeMappingProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.TransformerProcessor.process
(ProcessingContext context, XmlElement xmlElement) UnitCalculatorProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.UnsupportedFeatureProcessor.process
(ProcessingContext context, XmlElement xmlElement) ValueStorageSchemeProcessor.process
(ProcessingContext context, XmlElement element) WrapperStreamFactoryListProcessor.process
(ProcessingContext context, XmlElement xmlElement) Deprecated.Process anXmlElement
to return a specific type of value.static ParameterizedBuilder
<?> ElementProcessorHelper.processParameterizedBuilder
(ProcessingContext context, XmlElement element) Attempts to process the specifiedXmlElement
to produce aParameterizedBuilder
given aProcessingContext
. -
Uses of XmlElement in com.tangosol.coherence.jcache
Modifier and TypeMethodDescriptionvoid
JCacheExtendNamespace.onEndNamespace
(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri) <!-- Generated by JCacheExtendNamespace --> <caching-scheme-mapping> <cache-mapping> <cache-name>jcache-partitioned-*</cache-name> <scheme-name>jcache-extend-tcp</scheme-name> </cache-mapping> <cache-mapping> <cache-name>jcache-configurations</cache-name> <scheme-name>jcache-extend-tcp</scheme-name> </cache-mapping> </caching-scheme-mapping> <caching-schemes> <remote-cache-scheme> <scheme-name>jcache-extend-tcp</scheme-name> <!-- TODO: scope-name probably needed within container context. --> <!-- <scope-name>jcache-extend</scope-name> --> <service-name>JCacheTCPProxyService</service-name> <proxy-service-name>TCPProxyService</proxy-service-name> <initiator-config> <tcp-initiator> <name-service-addresses> <socket-address> <address system-property="coherence.remote.address">127.0.0.1</address> <port system-property="coherence.clusterport">7574</port> </socket-address> </name-service-addresses> </tcp-initiator> </initiator-config> </remote-cache-scheme> </caching-schemes>
void
JCacheNamespace.onEndNamespace
(ProcessingContext processingContext, XmlElement xmlElement, String s, URI uri) -
Uses of XmlElement in com.tangosol.coherence.rest.config
Modifier and TypeMethodDescriptionprotected void
RestConfig.configure
(XmlElement xmlConfig) Configures this RestConfig instance using the specified XML element.protected Collection
<AggregatorConfig> RestConfig.createAggregatorMap
(XmlElement xml) Create a collection of AggregatorConfig objects from the given XML configuration.RestConfig.createMarshallerMap
(XmlElement xml) Create a map of REST marshaller classes keyed by media type from the given XML configuration.protected Collection
<ProcessorConfig> RestConfig.createProcessorMap
(XmlElement xml) Create a collection of ProcessorConfig objects from the given XML configuration.protected QueryConfig
RestConfig.createQueryConfig
(XmlElement xml) Create a map ofQueryConfig
objects from the given XML configuration.protected Collection
<QueryEngineConfig> RestConfig.createQueryEngines
(XmlElement xml) Create a collection ofQueryEngineConfig
objects from the given XML configuration.protected Map
<String, ResourceConfig> RestConfig.createResourceMap
(XmlElement xml) Create a map of ResourceConfig keyed by cache name or alias (if defined) from the given XML configuration.ModifierConstructorDescriptionRestConfig
(XmlElement xmlConfig) Construct an instance of RestConfig based on the specified XML element. -
Uses of XmlElement in com.tangosol.config.xml
Modifier and TypeMethodDescriptionboolean
ConditionalElementProcessor.accepts
(ProcessingContext context, XmlElement xmlElement) Determines if the specifiedXmlElement
should be processed.AbstractNamespaceHandler.getElementProcessor
(XmlElement element) Obtains theElementProcessor
that is suitable for processing the specifiedXmlElement
in the xml namespace associated with thisNamespaceHandler
.NamespaceHandler.getElementProcessor
(XmlElement element) Obtains theElementProcessor
that is suitable for processing the specifiedXmlElement
in the xml namespace associated with thisNamespaceHandler
.<T> T
DefaultProcessingContext.getMandatoryProperty
(String sPath, Type typeProperty, XmlElement xmlParent) Obtains the strongly typed value for the property defined at the path relative to the specifiedXmlElement
.<T> T
ProcessingContext.getMandatoryProperty
(String sPath, Type typeProperty, XmlElement xmlElement) Obtains the strongly typed value for the property defined at the path relative to the specifiedXmlElement
.<T> T
DefaultProcessingContext.getOptionalProperty
(String sPropertyName, Type typeProperty, T defaultValue, XmlElement xmlElement) Obtains the strongly typed value for the property defined at the path relative to the specifiedXmlElement
.<T> T
ProcessingContext.getOptionalProperty
(String sPath, Type typeProperty, T defaultValue, XmlElement xmlElement) Obtains the strongly typed value for the property defined at the path relative to the specifiedXmlElement
.DefaultProcessingContext.getPropertyValue
(String sPropertyName, Type typeProperty, XmlElement xmlParent, boolean fOnlyUsePropertyName) Attempts to resolve the named property of the specified type in the current context and if required will parse the specifiedXmlElement
in order to do so.<B> B
DefaultProcessingContext.inject
(B bean, XmlElement xmlElement) Given the information available in theProcessingContext
, including the cookies, theResourceRegistry
theXmlElement
, itsXmlAttribute
s and/or children, inject appropriately named and typed values into the specified bean (using setter injection).<B> B
ProcessingContext.inject
(B bean, XmlElement xmlElement) Given the information available in theProcessingContext
, including the cookies, theResourceRegistry
theXmlElement
, itsXmlAttribute
s and/or children, inject appropriately named and typed values into the specified bean (using setter injection).boolean
DefaultProcessingContext.isPropertyDefined
(String sPropertyName, XmlElement xmlParent) Determines if the specified property is defined at the path relative to the specifiedXmlElement
.boolean
ProcessingContext.isPropertyDefined
(String sPath, XmlElement xmlElement) Determines if the specified property is defined at the path relative to the specifiedXmlElement
.void
DefaultProcessingContext.loadNamespaceHandlers
(XmlElement xmlElement) Load all the customNamespaceHandler
instances for the specifiedXmlElement
.void
ProcessingContext.loadNamespaceHandlers
(XmlElement xmlElement) Load all the customNamespaceHandler
instances for the specifiedXmlElement
.void
AbstractNamespaceHandler.onEndNamespace
(ProcessingContext context, XmlElement element, String prefix, URI uri) Called when the xml namespace associated with theNamespaceHandler
is last encountered in an xml document.void
NamespaceHandler.onEndNamespace
(ProcessingContext context, XmlElement element, String sPrefix, URI uri) Called when the xml namespace associated with theNamespaceHandler
is last encountered in an xml document.void
AbstractNamespaceHandler.onStartNamespace
(ProcessingContext context, XmlElement element, String prefix, URI uri) Called when the xml namespace associated with theNamespaceHandler
is first encountered in an xml document.void
NamespaceHandler.onStartNamespace
(ProcessingContext context, XmlElement element, String sPrefix, URI uri) Called when the xml namespace associated with theNamespaceHandler
is first encountered in an xml document.protected ElementProcessor
<?> AbstractNamespaceHandler.onUnknownElement
(XmlElement element) A call-back to handle when anXmlElement
is unknown to theNamespaceHandler
.boolean
DocumentElementPreprocessor.ElementPreprocessor.preprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
, optionally mutating it (or it's children) if required.boolean
DocumentElementPreprocessor.preprocess
(ProcessingContext context, XmlElement xmlElement) Performs pre-processing of the anXmlElement
, optionally mutating it (or it's children) as required.boolean
DocumentPreprocessor.preprocess
(ProcessingContext context, XmlElement xmlElement) Performs pre-processing of the anXmlElement
, optionally mutating it (or it's children) as required.ElementProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.void
OverrideProcessor.process
(XmlElement xmlBase, XmlElement xmlOverride) ProcessXmlElement
override and merge with theXmlElement
base element from the root configuration xml.SimpleElementProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.DefaultProcessingContext.processDocument
(XmlElement xmlElement) Request that the specifiedXmlElement
(representing the root of an XmlDocument) be processed with appropriateNamespaceHandler
s.ProcessingContext.processDocument
(XmlElement xmlElement) Request that the specifiedXmlElement
(representing the root of an XmlDocument) be processed with appropriateNamespaceHandler
s.DefaultProcessingContext.processElement
(XmlElement xmlElement) Request the specifiedXmlElement
to be processed with an appropriateNamespaceHandler
known by theProcessingContext
or outerProcessingContext
s.ProcessingContext.processElement
(XmlElement xmlElement) Request the specifiedXmlElement
to be processed with an appropriateNamespaceHandler
known by theProcessingContext
or outerProcessingContext
s.DefaultProcessingContext.processElementsOf
(XmlElement xmlElement) Request that all of the child elements contained with in the specifiedXmlElement
be processed using appropriateNamespaceHandler
s known by theProcessingContext
.ProcessingContext.processElementsOf
(XmlElement xmlElement) Request that all of the child elements contained with in the specifiedXmlElement
be processed using appropriateNamespaceHandler
s known by theProcessingContext
.DefaultProcessingContext.processForeignElementsOf
(XmlElement xmlElement) Request that all of the child elements contained within the specifiedXmlElement
that do not belong to the namespace of the saidXmlElement
are processed using appropriate processes.ProcessingContext.processForeignElementsOf
(XmlElement xmlElement) Request that all of the child elements contained within the specifiedXmlElement
that do not belong to the namespace of the saidXmlElement
are processed using appropriate processes.<T> T
DefaultProcessingContext.processOnlyElementOf
(XmlElement xmlElement) Request that the only child element contained within theXmlElement
is processed using an appropriateNamespaceHandler
known by theProcessingContext
.<T> T
ProcessingContext.processOnlyElementOf
(XmlElement xmlElement) Request that the only child element contained within theXmlElement
is processed using an appropriateNamespaceHandler
known by theProcessingContext
.<T> T
DefaultProcessingContext.processRemainingElementOf
(XmlElement xmlElement) Request that the last remaining unprocessed child element contained within the specifiedXmlElement
is processed using an appropriateElementProcessor
.<T> T
ProcessingContext.processRemainingElementOf
(XmlElement xmlElement) Request that the last remaining unprocessed child element contained within the specifiedXmlElement
is processed using an appropriateElementProcessor
.DefaultProcessingContext.processRemainingElementsOf
(XmlElement xmlElement) Request that the last remaining unprocessed children contained within the specifiedXmlElement
are processed using appropriateElementProcessor
s.ProcessingContext.processRemainingElementsOf
(XmlElement xmlElement) Request that the last remaining unprocessed children contained within the specifiedXmlElement
are processed using appropriateElementProcessor
s.ModifierConstructorDescriptionDefaultProcessingContext
(DefaultProcessingContext ctxParent, XmlElement xmlElement) Constructs a sub-ProcessingContext
of anotherProcessingContext
.DefaultProcessingContext
(DocumentProcessor.Dependencies dependencies, XmlElement xmlElement) Constructs a rootProcessingContext
for a givenXmlElement
.DefaultProcessingContext
(XmlElement xmlElement) Constructs a rootProcessingContext
for a givenXmlElement
using default DocumentProcessor dependencies. -
Uses of XmlElement in com.tangosol.io
Modifier and TypeMethodDescriptionConfigurableSerializerFactory.getConfig()
Deprecated.Determine the current configuration of the object.Modifier and TypeMethodDescriptionvoid
ConfigurableSerializerFactory.setConfig
(XmlElement xml) Deprecated.Specify the configuration for the object. -
Uses of XmlElement in com.tangosol.io.bdb
Modifier and TypeFieldDescriptionprotected XmlElement
BerkeleyDBBinaryStoreManager.m_xmlConfig
Stored configuration for this Manager.protected XmlElement
DatabaseFactory.EnvironmentHolder.m_xmlConfig
Configuration.Modifier and TypeMethodDescriptionBerkeleyDBBinaryStoreManager.getConfig()
Retrieve the manager's configuration.DatabaseFactory.EnvironmentHolder.getXmlConfig()
Get the XML Configuration.Modifier and TypeMethodDescriptionvoid
BerkeleyDBBinaryStoreManager.setConfig
(XmlElement xmlConfig) Specify the manager's configuration. -
Uses of XmlElement in com.tangosol.io.pof
Modifier and TypeMethodDescriptionConfigurablePofContext.getConfig()
Determine the current configuration of the object.Modifier and TypeMethodDescriptionprotected static void
ConfigurablePofContext.appendDefaultSerializerToUserTypes
(XmlElement xmlConfig) Process <default-serializer> element from the specified xml configuration and append information about the serializer to each <user-type> element within <user-type-list> unless user type already has a serializer specified.protected PofSerializer
ConfigurablePofContext.instantiateSerializer
(XmlElement xmlSer, int nTypeId, Class clz) Create aPofSerializer
from the provided XML serializer element.static void
ConfigurablePofContext.mergeIncludes
(String sURI, XmlElement xmlConfig, ClassLoader loader) Merge all included POF configuration files into the given xml configuration.void
ConfigurablePofContext.setConfig
(XmlElement xml) Specify the configuration for the object.ModifierConstructorDescriptionCreate a ConfigurablePofContext that will use the passed configuration information.Create a SafeConfigurablePofContext that will use the passed configuration information. -
Uses of XmlElement in com.tangosol.net
Modifier and TypeFieldDescriptionprotected XmlElement
SocketOptions.m_xml
The configuration.protected XmlElement
DefaultConfigurableCacheFactory.PartitionedBackingMapManager.m_xmlScheme
The xml configuration for the enclosed backing maps.Modifier and TypeFieldDescriptionprotected Map
<ClassLoader, Map<URI, XmlElement>> ScopedCacheFactoryBuilder.m_mapConfigByLoader
Mapping used to associate class loaders with specific configuration elements.Modifier and TypeMethodDescriptionprotected static XmlElement
DefaultConfigurableCacheFactory.findScheme
(XmlElement xmlConfig, String sSchemeName) Deprecated.In the specified configuration XML, find a "scheme" element associated with the specified scheme name.protected XmlElement
DefaultConfigurableCacheFactory.findScheme
(String sSchemeName) Deprecated.In the configuration XML find a "scheme" element associated with a given scheme name.protected XmlElement
DefaultConfigurableCacheFactory.findServiceScheme
(String sServiceName) Deprecated.In the configuration XML find a "scheme" element associated with a given service name.static XmlElement
CacheFactory.getCacheFactoryBuilderConfig()
Return the cache factory builder configuration as defined by the "cache-factory-builder-config" element in the tangosol-coherence.xml configuration file.static XmlElement
CacheFactory.getClusterConfig()
Return the default cluster configuration as defined by the "cluster-config" element in the tangosol-coherence.xml configuration file.BackingMapManagerContext.getConfig()
Determine the current configuration of the associated BackingMapManager.CompressionFilter.getConfig()
Deprecated.Determine the current configuration of the object.ConfigurableAddressProviderFactory.getConfig()
Deprecated.Determine the current configuration of the object.DefaultConfigurableCacheFactory.getConfig()
Deprecated.Obtain the factory configuration XML.SocketOptions.getConfig()
Deprecated.protected XmlElement
DefaultConfigurableCacheFactory.getConfigUnsafe()
Deprecated.Obtain a mutable reference to the factory configuration XML.static XmlElement
CacheFactory.getConfigurableCacheFactoryConfig()
Return the configurable cache factory configuration as defined by the "configurable-cache-factory-config" element in the tangosol-coherence.xml configuration file.protected XmlElement
ScopedCacheFactoryBuilder.getConfigurableCacheFactoryConfig()
Return the XML configuration used for the construction of aConfigurableCacheFactory
.static XmlElement
CacheFactory.getDistributedCacheConfig()
Return the default distributed (partitioned) cache configuration.static XmlElement
CacheFactory.getLoggingConfig()
Return the configuration info for the logging facility as defined by the "logging-config" element in the tangosol-coherence.xml configuration file.static XmlElement
CacheFactory.getManagementConfig()
Return the management framework configuration.static XmlElement
CacheFactory.getReplicatedCacheConfig()
Return the default replicated cache configuration.static XmlElement
CacheFactory.getSecurityConfig()
Return the security framework configuration.static XmlElement
CacheFactory.getServiceConfig
(String sServiceType) Return the configuration for the specified service type.ClusterDependencies.getUnicastSocketProviderXml()
Deprecated.protected XmlElement
ScopedCacheFactoryBuilder.getXmlConfig
(ClassLoader loader, URL url) Return theXML config
relating to the provided ClassLoader and URL, or null.protected XmlElement
ScopedCacheFactoryBuilder.loadConfigFromURI
(String sConfigURI, ClassLoader loader) Load the XML configuration from the specified URI.DefaultConfigurableCacheFactory.resolveBackingMapScheme
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme) Deprecated.Traverse the specified scheme to find an enclosed "backing-map-scheme" or a scheme that could serve as such.DefaultConfigurableCacheFactory.resolveScheme
(DefaultConfigurableCacheFactory.CacheInfo info) Deprecated.In the configuration XML find a "scheme" element associated with a given cache and resolve it (recursively) using the "scheme-ref" elements.protected XmlElement
DefaultConfigurableCacheFactory.resolveScheme
(XmlElement xmlScheme, DefaultConfigurableCacheFactory.CacheInfo info, boolean fChild, boolean fRequired) Deprecated.Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.protected static XmlElement
DefaultConfigurableCacheFactory.resolveScheme
(XmlElement xmlConfig, XmlElement xmlScheme, DefaultConfigurableCacheFactory.CacheInfo info, boolean fChild, boolean fRequired, boolean fApply) Deprecated.Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.Modifier and TypeMethodDescriptionprotected Map
<URI, XmlElement> ScopedCacheFactoryBuilder.ensureConfigMap
(ClassLoader loader) Ensure that a map from URL to ConfigurableCacheFactory for the specified loader exists (creating it if necessary).Modifier and TypeMethodDescriptionstatic Map
DefaultConfigurableCacheFactory.collectServiceSchemes
(XmlElement xmlConfig) Deprecated.Collect a map keyed by service names with values of corresponding service schemes in the specified cache configuration.protected static void
DefaultConfigurableCacheFactory.collectServiceSchemes
(XmlElement xmlScheme, XmlElement xmlConfig, HashMap mapService) Deprecated.Collect the service-schemes referenced by the specified scheme element in the cache configuration and update the specified mapping of service names to the associated service schemes.protected void
ConfigurableAddressProvider.configure
(XmlElement xmlConfig) Deprecated.void
WrapperService.configure
(XmlElement xml) Configure the controllable service.DefaultConfigurableCacheFactory.configureBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader, Map mapListeners) Deprecated.Configures a backing map according to the scheme.DefaultConfigurableCacheFactory.configureCache
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, ClassLoader loader) Deprecated.Ensures a cache for given scheme.protected void
DefaultConfigurableCacheFactory.configureInterceptors
(XmlElement xmlConfig) Deprecated.Using the provided base XML find all interceptors instantiating as appropriate and registering with the EventsRegistry
.protected void
DefaultConfigurableCacheFactory.configureUnitCalculator
(XmlElement xmlCache, ConfigurableCacheMap cache, DefaultConfigurableCacheFactory.CacheInfo info, BackingMapManagerContext context, ClassLoader loader) Deprecated.Configure a UnitCalculator for the specified ConfigurableCacheMap.protected NamedCache
DefaultConfigurableCacheFactory.ensureCache
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, ClassLoader loader) Deprecated.Obtain the NamedCache reference for the cache service defined by the specified scheme.DefaultConfigurableCacheFactory.ensureService
(XmlElement xmlScheme) Deprecated.Ensure the service for the specified scheme.protected Service
DefaultConfigurableCacheFactory.ensureServiceInternal
(XmlElement xmlScheme) Deprecated.Ensure the service for the specified scheme.protected static XmlElement
DefaultConfigurableCacheFactory.findScheme
(XmlElement xmlConfig, String sSchemeName) Deprecated.In the specified configuration XML, find a "scheme" element associated with the specified scheme name.SocketProviderFactory.getDatagramSocketProvider
(XmlElement xml, int nSubport) Deprecated.com.oracle.coherence.common.net.SocketProvider
SocketProviderFactory.getDemultiplexedSocketProvider
(XmlElement xml, int nSubport) Deprecated.com.oracle.coherence.common.net.SocketProvider
SocketProviderFactory.getLegacySocketProvider
(XmlElement xml) Deprecated.protected static long
DefaultConfigurableCacheFactory.getRequestTimeout
(XmlElement xmlScheme) Deprecated.Return the request timeout based on theXmlElement
.com.oracle.coherence.common.net.SocketProvider
SocketProviderFactory.getSocketProvider
(XmlElement xml) Deprecated.SocketProviderFactory.getSocketProviderBuilder
(XmlElement xml) Deprecated.SocketProviderFactory.getSocketProviderBuilder
(XmlElement xml, boolean fCanUseGlobal) Deprecated.static SocketProviderFactory
SocketProviderFactory.getSocketProviderFactory
(ProcessingContext ctx, XmlElement xml) Return the cluster'sSocketProviderFactory
.com.oracle.coherence.common.net.SSLSettings
SocketProviderFactory.getSSLSettings
(XmlElement xml) Deprecated.protected void
DefaultConfigurableCacheFactory.initializeBundler
(AbstractBundler bundler, XmlElement xmlBundle) Deprecated.Initialize the specified bundler using the "bundle-config" element.DefaultConfigurableCacheFactory.instantiateAny
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlClass, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create an Object using "class-scheme" element.protected BackingMapManager
DefaultConfigurableCacheFactory.instantiateBackingMapManager
(int nSchemeType, XmlElement xmlScheme) Deprecated.Instantiate a BackingMapManager for a given scheme type.protected BinaryStoreManager
DefaultConfigurableCacheFactory.instantiateBinaryStoreManager
(XmlElement xmlConfig, ClassLoader loader, boolean fPaged) Deprecated.Create a BinaryStoreManager using the specified XML configuration.protected BundlingNamedCache
DefaultConfigurableCacheFactory.instantiateBundlingNamedCache
(NamedCache cache, XmlElement xmlBundling) Deprecated.Create a BundlingNamedCache using the "operation-bundling" element.protected Object
DefaultConfigurableCacheFactory.instantiateCacheStore
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlStore, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a CacheLoader, CacheStore or BinaryEntryStore using the "cachestore-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiateDiskBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlDisk, BackingMapManagerContext context, ClassLoader loader) Deprecated.protected Map
DefaultConfigurableCacheFactory.instantiateExternalBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlExternal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "external-scheme" element.protected ConfigurableCacheFactory
ScopedCacheFactoryBuilder.instantiateFactory
(ClassLoader loader, XmlElement xmlConfig, XmlElement xmlFactory, String sPofConfigURI, String sScopeName, ParameterResolver resolver) Create a new instance ofConfigurableCacheFactory
based on a givenClassLoader
and cache configuration XML.protected Map
DefaultConfigurableCacheFactory.instantiateFlashJournalBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlJournal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "flashjournal-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiateLocalCache
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlLocal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "local-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiateMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlClass, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "class-scheme" element.protected MapListener
DefaultConfigurableCacheFactory.instantiateMapListener
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlClass, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a MapListener using the using the "class-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiateOverflowBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlOverflow, BackingMapManagerContext context, ClassLoader loader, Map mapListeners) Deprecated.Create a backing Map using the "overflow-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiatePagedExternalBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlPaged, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "paged-external-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiateRamJournalBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlJournal, BackingMapManagerContext context, ClassLoader loader) Deprecated.Create a backing Map using the "ramjournal-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiateReadWriteBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlRWBM, BackingMapManagerContext context, Map mapListeners) Deprecated.Create a ReadWriteBackingMap using the "read-write-backing-map-scheme" element.protected Map
DefaultConfigurableCacheFactory.instantiateSerializationMap
(BinaryStore store, boolean fBinaryMap, ClassLoader loader, int cHighUnits, int cExpiryMillis, String sSubclass, XmlElement xmlInitParams) Deprecated.Instantiate a SerializationMap, SerializationCache, SimpleSerializationMap, or any sub-class thereof.DefaultConfigurableCacheFactory.instantiateSubclass
(String sClass, Class clzSuper, ClassLoader loader, Object[] aoParam, XmlElement xmlParams) Deprecated.Construct an instance of the specified class using the specified parameters.protected Map
DefaultConfigurableCacheFactory.instantiateVersionedBackingMap
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlVBM, BackingMapManagerContext context, Map mapListeners) Deprecated.Create a VersionedBackingMap using the "versioned-backing-map-scheme" element.static SocketOptions
SocketOptions.load
(XmlElement xml) Deprecated.static AddressProvider
ConfigurableAddressProvider.makeProvider
(XmlElement xmlConfig) Deprecated.ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader contextClassLoader) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader contextClassLoader, String sPofConfigUri) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, com.tangosol.application.Context context) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance
(XmlElement xmlConfig, ClassLoader loader, String sPofConfigUri, String sScopeName, com.tangosol.application.Context context, ParameterResolver resolver) Construct anExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies
instance based on the information defined byXmlElement
that of which is compliant with the "coherence-cache-config.xsd".protected void
DefaultConfigurableCacheFactory.registerInterceptor
(XmlElement xmlInterceptor, String sCacheName, String sServiceName) Deprecated.This method will instantiate anEventInterceptor
based on the XML provided.void
DefaultConfigurableCacheFactory.CacheInfo.replaceAttributes
(XmlElement xml) Find and replace the attributes names in "{}" format with the corresponding values for this cache info.DefaultConfigurableCacheFactory.resolveBackingMapScheme
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme) Deprecated.Traverse the specified scheme to find an enclosed "backing-map-scheme" or a scheme that could serve as such.protected XmlElement
DefaultConfigurableCacheFactory.resolveScheme
(XmlElement xmlScheme, DefaultConfigurableCacheFactory.CacheInfo info, boolean fChild, boolean fRequired) Deprecated.Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.protected static XmlElement
DefaultConfigurableCacheFactory.resolveScheme
(XmlElement xmlConfig, XmlElement xmlScheme, DefaultConfigurableCacheFactory.CacheInfo info, boolean fChild, boolean fRequired, boolean fApply) Deprecated.Resolve the specified "XYZ-scheme" by retrieving the base element referred to by the "scheme-ref" element, resolving it recursively, and combining it with the specified overrides and cache specific attributes.protected void
DefaultConfigurableCacheFactory.resolveSerializer
(XmlElement xmlConfig) Deprecated.Resolve and inject service serializer elements based on defaults defined in the cache configuration.protected void
DefaultConfigurableCacheFactory.resolveSocketProvider
(XmlElement xmlConfig) Deprecated.Resolve and inject service socket-provider elements based on defaults defined in the cache configuration.void
CacheFactoryBuilder.setCacheConfiguration
(ClassLoader loader, XmlElement xmlConfig) Dynamically set the default cache configuration for a given class loader.void
CacheFactoryBuilder.setCacheConfiguration
(String sConfigURI, ClassLoader loader, XmlElement xmlConfig) Dynamically set the cache configuration for a given URI and class loader.void
ScopedCacheFactoryBuilder.setCacheConfiguration
(ClassLoader loader, XmlElement xmlConfig) Dynamically set the default cache configuration for a given class loader.void
ScopedCacheFactoryBuilder.setCacheConfiguration
(String sConfigURI, ClassLoader loader, XmlElement xmlConfig) Dynamically set the cache configuration for a given URI and class loader.void
SingletonCacheFactoryBuilder.setCacheConfiguration
(String sConfigURI, ClassLoader loader, XmlElement xmlConfig) Dynamically set the cache configuration for a given URI and class loader.static void
CacheFactory.setCacheFactoryBuilderConfig
(XmlElement xmlCfg) Set the cache factory builder configuration.void
BackingMapManagerContext.setConfig
(XmlElement xml) Specify the configuration for the associated BackingMapManager.void
CompressionFilter.setConfig
(XmlElement xml) Deprecated.Specify the configuration for the object.void
ConfigurableAddressProviderFactory.setConfig
(XmlElement xml) Deprecated.Specify the configuration for the object.void
DefaultConfigurableCacheFactory.setConfig
(XmlElement xmlConfig) Deprecated.Specify the factory configuration XML.void
SocketOptions.setConfig
(XmlElement xml) Deprecated.static void
CacheFactory.setConfigurableCacheFactoryConfig
(XmlElement xmlCfg) Set the configurable cache factory configuration.static void
CacheFactory.setLoggingConfig
(XmlElement xmlCfg) Set the configuration info for the logging facility.static void
CacheFactory.setManagementConfig
(XmlElement xmlCfg) Set the management framework configuration.static void
CacheFactory.setSecurityConfig
(XmlElement xmlCfg) Set the security framework configuration.static void
CacheFactory.setServiceConfig
(String sServiceType, XmlElement xmlCfg) Set the configuration for the specified service type.protected void
ScopedCacheFactoryBuilder.setXmlConfig
(ClassLoader loader, URL url, XmlElement xml) Register the providedXML config
with the ClassLoader and URL.protected void
DefaultConfigurableCacheFactory.verifyMapListener
(DefaultConfigurableCacheFactory.CacheInfo info, Map map, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader, Map mapListeners) Deprecated.Check whether or not a MapListener has to be instantiated and added to a Map according to a scheme definition.ModifierConstructorDescriptionConfigurableAddressProvider
(XmlElement xmlConfig) Deprecated.ConfigurableAddressProvider
(XmlElement xmlConfig, boolean fSafe) Deprecated.ConfigurableLocalAddressProvider
(XmlElement xmlConfig) Deprecated.ConfigurableLocalAddressProvider
(XmlElement xmlConfig, boolean fSafe) Deprecated.DefaultConfigurableCacheFactory
(XmlElement xmlConfig) Deprecated.Construct a DefaultConfigurableCacheFactory using the specified configuration XML.DefaultConfigurableCacheFactory
(XmlElement xmlConfig, ClassLoader loader) Deprecated.Construct a DefaultConfigurableCacheFactory using the specified configuration XML.protected
PartitionedBackingMapManager
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader) -
Uses of XmlElement in com.tangosol.net.cache
Modifier and TypeMethodDescriptionSerializationPagedCache.getConfig()
Determine the current configuration of the object.Modifier and TypeMethodDescriptionvoid
SerializationPagedCache.setConfig
(XmlElement xml) Specify the configuration for the object. -
Uses of XmlElement in com.tangosol.net.security
Modifier and TypeMethodDescriptionDefaultController.getPermissionsConfig()
Obtain the permission configuration descriptor. -
Uses of XmlElement in com.tangosol.persistence
Modifier and TypeMethodDescriptionConfigurableSnapshotArchiverFactory.getConfig()
Determine the current configuration of the object.Modifier and TypeMethodDescriptionvoid
ConfigurableSnapshotArchiverFactory.setConfig
(XmlElement xml) Specify the configuration for the object. -
Uses of XmlElement in com.tangosol.run.xml
Modifier and TypeClassDescriptionclass
A simple implementation of the XmlElement interface.class
A simple implementation of the XmlElement interface.Modifier and TypeMethodDescriptionSimpleElement.addElement
(String sName) Create a new element and add it as a child element to this element.XmlElement.addElement
(String sName) Create a new element and add it as a child element to this element.protected XmlElement
SimpleElement.ElementList.checkElement
(XmlElement element) Validates the passed XmlElement, copying the element into a new valid element if necessary.static XmlElement
XmlHelper.encodeInitParams
(XmlElement xmlParent, XmlElement xmlConfig) Encode the supplied xmlConfig XmlElement as a series of init-param elements.SimpleElement.ensureElement
(String sPath) Ensure that a child element exists.XmlElement.ensureElement
(String sPath) Ensure that a child element exists.static XmlElement
XmlHelper.ensureElement
(XmlElement xml, String sPath) Ensure that a child element exists.PropertyAdapter.findElement
(XmlElement xml) Find a child element of the specified XmlElement that represents a value for a property represented by this adapter.SimpleElement.findElement
(String sPath) Find a child element with the specified '/'-delimited path.XmlElement.findElement
(String sPath) Find a child element with the specified '/'-delimited path.static XmlElement
XmlHelper.findElement
(XmlElement xml, String sPath) Find a child element of the specified element with the specified '/'-delimited path.static XmlElement
XmlHelper.findElement
(XmlElement xml, String sPath, Object oValue) Find a child element of the specified element with the specified '/'-delimited path and specified value.XmlConfigurable.getConfig()
Deprecated.Determine the current configuration of the object.SimpleElement.getElement
(String sName) Get a child element.XmlElement.getElement
(String sName) Get a child element.static XmlElement
XmlHelper.getElement
(XmlElement xml, String sName) Get a child element for the specified element.static XmlElement
XmlHelper.getElement
(XmlElement xml, String sLocal, String sUri) Get a child element of the specified XmlElement that matches to the specified local name and the specified Namespace URI.SimpleValue.getParent()
Get the parent element of this element.XmlValue.getParent()
Get the parent element of this value.SimpleElement.getRoot()
Get the root element.XmlElement.getRoot()
Get the root element.SimpleElement.getSafeElement
(String sPath) Return the specified child element using the same path notation as supported by findElement, but return a read-only element if the specified element does not exist.XmlElement.getSafeElement
(String sPath) Return the specified child element using the same path notation as supported by findElement, but return a read-only element if the specified element does not exist.SimpleAttribute.getXmlElement()
Return theXmlElement
in which theXmlAttribute
is defined.XmlAttribute.getXmlElement()
Get theXmlElement
in which theXmlAttribute
is defined.protected XmlElement
SimpleElement.instantiateElement
(String sName, Object oValue) Instantiate an XmlElement implementation for an element.protected XmlElement
SaxParser.instantiateRoot
(String sRoot) Instantiate an XmlElement implementation for a root element.static XmlElement
XmlHelper.mergeSchema
(XmlElement xmlTarget, XmlElement xmlSource) Merge thexmlns
schema attributes andxsi:schemaLocation
attribute of the targetXmlElement
into the sourceXmlElement
.SaxParser.parseXml
(InputStream input) Parse the specified InputStream into a tree of XmlElement objects ignoring any XML nodes other than elements, text or comments (in a case of SaxParser that allows comments).Parse the specified Reader into a tree of XmlElement objects ignoring any XML nodes other than elements, text or comments (in a case of SaxParser that allows comments).Parse the specified String into a tree of XmlElement objects ignoring any XML nodes other than elements, text or comments (in a case of SaxParser that allows comments).SaxParser.parseXml
(String sXml, XmlElement elRoot) Parse the specified String into a tree of XmlElement objects (same as above) having the specified [empty] XmlElement a root.SaxParser.parseXml
(InputSource input) Parse the specified InputSource into a tree of XmlElement objects ignoring any XML nodes other than elements, text or comments (in a case of SaxParser that allows comments).protected XmlElement
SaxParser.parseXml
(InputSource input, XmlElement xmlRoot) Actual implementation...static XmlElement
XmlHelper.removeEmptyElements
(XmlElement xml) Remove all empty descendant elements.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.Serialize an object into an XML element.SimpleDocument.toXml()
Serialize the object into an XmlElement.SimpleElement.toXml()
Serialize the object into an XmlElement.XmlBean.toXml()
Serialize the object into an XmlElement.Serialize an object into an XML element.XmlSerializable.toXml()
Serialize the object into an XmlElement.Serialize an object into an XML element.PrimitiveArrayAdapter.BooleanArrayAdapter.toXmlString
(Object o) Serialize a primitive array into a single XML element.PrimitiveArrayAdapter.ByteArrayAdapter.toXmlString
(Object o) Serialize a primitive array into a single XML element.PrimitiveArrayAdapter.CharArrayAdapter.toXmlString
(Object o) Serialize a primitive array into a single XML element.PrimitiveArrayAdapter.toXmlString
(Object o) Serialize a primitive array into a single XML element.static XmlElement
XmlHelper.transformInitParams
(XmlElement xmlParent, XmlElement xmlParams) Transform the specified "init-params" element of the following structure:Modifier and TypeMethodDescriptionstatic void
XmlHelper.addElements
(XmlElement xml, Iterator iter) Add the elements from the iterator to the passed XML.protected XmlElement
SimpleElement.ElementList.checkElement
(XmlElement element) Validates the passed XmlElement, copying the element into a new valid element if necessary.static Object
XmlHelper.createInstance
(XmlElement xml, ClassLoader loader, XmlHelper.ParameterResolver resolver) Create an instance of the class configured using an XmlElement of the following structure:static Object
XmlHelper.createInstance
(XmlElement xml, ClassLoader loader, XmlHelper.ParameterResolver resolver, Class clzAssignable) Create an instance of the class configured using an XmlElement of the following structure:static XmlElement
XmlHelper.encodeInitParams
(XmlElement xmlParent, XmlElement xmlConfig) Encode the supplied xmlConfig XmlElement as a series of init-param elements.static XmlElement
XmlHelper.ensureElement
(XmlElement xml, String sPath) Ensure that a child element exists.static void
XmlHelper.ensureNamespace
(XmlElement xml, String sPrefix, String sUri) Ensure the existence of the Namespace declaration attribute in a context of the specified XmlElement.static boolean
XmlHelper.equalsElement
(XmlElement xml1, XmlElement xml2) Compare one XML element with another XML element for equality.protected PropertyAdapter
IterableAdapter.findAdapter
(XmlBean.BeanInfo infoBean, XmlElement xml) Obtain a PropertyAdapapter for a map entry key or valuePropertyAdapter.findAttribute
(XmlElement xml) Find an attribute of the specified XmlElement that represents a value for a property represented by this adapter.PropertyAdapter.findElement
(XmlElement xml) Find a child element of the specified XmlElement that represents a value for a property represented by this adapter.static XmlElement
XmlHelper.findElement
(XmlElement xml, String sPath) Find a child element of the specified element with the specified '/'-delimited path.static XmlElement
XmlHelper.findElement
(XmlElement xml, String sPath, Object oValue) Find a child element of the specified element with the specified '/'-delimited path and specified value.DateFormatAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.DateTimeAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.IterableAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.PrimitiveArrayAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.PropertyAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.QNameAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.RestrictedStringAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SerializableAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.BigDecimalAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.BigIntegerAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.BooleanAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.ByteAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.CharAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.DateAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.DoubleAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.FloatAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.IntAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.LongAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.OldDateAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.ShortAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.SystemTimeAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.TimeAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.SimpleAdapter.TimestampAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.void
SimpleDocument.fromXml
(XmlElement xml) Deserialize the object from an XmlElement.void
SimpleElement.fromXml
(XmlElement xml) Deserialize the object from an XmlElement.void
XmlBean.fromXml
(XmlElement xml) Deserialize the object from an XmlElement.XmlElementAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.void
XmlSerializable.fromXml
(XmlElement xml) Deserialize the object from an XmlElement.XmlSerializableAdapter.fromXml
(XmlElement xml) Deserialize an object from an XML element.PrimitiveArrayAdapter.BooleanArrayAdapter.fromXmlString
(XmlElement xml) Deserialize a primitive array from a single XML element.PrimitiveArrayAdapter.ByteArrayAdapter.fromXmlString
(XmlElement xml) Deserialize a primitive array from a single XML element.PrimitiveArrayAdapter.CharArrayAdapter.fromXmlString
(XmlElement xml) Deserialize a primitive array from a single XML element.PrimitiveArrayAdapter.fromXmlString
(XmlElement xml) Deserialize a primitive array from a single XML element.static String
XmlHelper.getAbsolutePath
(XmlElement xml) Get the '/'-delimited path of the passed element starting from the root element.static XmlValue
XmlHelper.getAttribute
(XmlElement xml, String sLocal, String sUri) Get an attribute of the specified XmlElement that matches to the specified local name and the specified Namespace URI.static XmlElement
XmlHelper.getElement
(XmlElement xml, String sName) Get a child element for the specified element.static XmlElement
XmlHelper.getElement
(XmlElement xml, String sLocal, String sUri) Get a child element of the specified XmlElement that matches to the specified local name and the specified Namespace URI.PropertyAdapter.getElements
(XmlElement xml) Get an iterator of child elements of the specified XmlElement that represent values for a property represented by this adapter.static Iterator
XmlHelper.getElements
(XmlElement xml, String sLocal, String sUri) Get an iterator of child elements of the specified XmlElement that match to the specified local name and the specified Namespace URI.static String
XmlHelper.getNamespacePrefix
(XmlElement xml, String sUri) Retrieve the Namespace prefix for a given URI in a context of the specified XmlElement.static String
XmlHelper.getNamespaceUri
(XmlElement xml, String sPrefix) Retrieve the Namespace URI for a given prefix in a context of the specified XmlElement.XmlHelper.getSchemaLocations
(XmlElement xml, String sPrefix) Retrieve a listing of schema locations (schemaLocation/noNamespaceSchemaLocation) URL's referenced in XmlElement and all of its children.static boolean
XmlHelper.hasElement
(XmlElement xml, String sName) Return true iff the specified element has a child element of the specified name.static int
XmlHelper.hashElement
(XmlElement xml) Provide a hash value for the XML element and all of its contained information.boolean
PropertyAdapter.isElementMatch
(XmlElement xml) Check whether or not the passed element matches to the property's local name and Namespace URI.static boolean
XmlHelper.isElementMatch
(XmlElement xml, String sLocal, String sUri) Check whether or not an element matches to the specified local name and Namespace URI.static boolean
XmlHelper.isEmpty
(XmlElement xml) Check whether or not this element or any of its children elements have any content such as values or attributes.static boolean
XmlHelper.isInstanceConfigEmpty
(XmlElement xmlClass) Check whether or not the specified configuration defines an instance of a class.static boolean
XmlHelper.isNameMatch
(XmlElement xml, String sName, String sLocal, String sUri) Check whether or not a universal (composite) name matches to the specified local name and Namespace URI.protected PropertyAdapter
XmlBean.BeanInfo.makeAdapter
(Class clz, String sName, String sXmlName, XmlElement xml) Generate a property adapter instance that will work on this bean class and will adapt for a property of the specified class and of the specified name.static XmlElement
XmlHelper.mergeSchema
(XmlElement xmlTarget, XmlElement xmlSource) Merge thexmlns
schema attributes andxsi:schemaLocation
attribute of the targetXmlElement
into the sourceXmlElement
.static void
XmlHelper.overrideElement
(XmlElement xmlBase, XmlElement xmlOverride) Override the values of the specified base element with values from the specified override element.static void
XmlHelper.overrideElement
(XmlElement xmlBase, XmlElement xmlOverride, String sIdAttrName) Override the values of the specified base element with values from the specified override element.protected void
SimpleParser.parseComment
(XmlElement xml) Parse comments.protected void
SimpleParser.parseComment
(XmlElement xml, boolean fIsDocument) Parse comments.protected void
SimpleParser.parseElement
(XmlElement xml) Note: '<' and element name have already been parsedstatic Object[]
XmlHelper.parseInitParams
(XmlElement xmlParams) Parse the specified "init-params" element of the following structure:static Object[]
XmlHelper.parseInitParams
(XmlElement xmlParams, XmlHelper.ParameterResolver resolver) Parse the specified "init-params" element of the following structure:protected void
SimpleParser.parseMisc
(XmlElement xml) Parse comments / other PIs.static String[]
XmlHelper.parseParamTypes
(XmlElement xmlParams) Parse the specified "init-params" elements and return the array of the param types.protected void
SimpleParser.parsePi
(XmlElement xml) Parse <?protected void
SimpleParser.parsePi
(XmlElement xml, boolean fXmlDeclAllowed) Parse <?static long
XmlHelper.parseTime
(XmlElement xml, String sName, long cDefault) Parse the String value of the child XmlElement with the given name as a time in milliseconds.SaxParser.parseXml
(String sXml, XmlElement elRoot) Parse the specified String into a tree of XmlElement objects (same as above) having the specified [empty] XmlElement a root.protected XmlElement
SaxParser.parseXml
(InputSource input, XmlElement xmlRoot) Actual implementation...static void
XmlHelper.purgeChildrenNamespace
(XmlElement xml) For the children elements of the specified XmlElement purge the repetitive Namespace declarations.static void
XmlHelper.purgeNamespace
(XmlElement xml) For the specified XmlElement purge the Namespace declarations that are declared somewhere up the xml tree.PrimitiveArrayAdapter.BooleanArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.PrimitiveArrayAdapter.ByteArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.PrimitiveArrayAdapter.CharArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.PrimitiveArrayAdapter.DoubleArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.PrimitiveArrayAdapter.FloatArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.PrimitiveArrayAdapter.IntArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.PrimitiveArrayAdapter.LongArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.abstract Object
PrimitiveArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.PrimitiveArrayAdapter.ShortArrayAdapter.readArray
(Iterator iter, XmlElement xml, boolean fNested) Read an array of primitive values.protected Object
ArrayAdapter.readElements
(XmlElement xml) protected Object
CollectionAdapter.readElements
(XmlElement xml) protected abstract Object
IterableAdapter.readElements
(XmlElement xml) protected Object
MapAdapter.readElements
(XmlElement xml) protected Object
PrimitiveArrayAdapter.readElements
(XmlElement xml) PrimitiveArrayAdapter.readXml
(XmlElement xml) Deserialize an object from XML.PropertyAdapter.readXml
(XmlElement xml) Deserialize an object from XML.static int
XmlHelper.removeElement
(XmlElement xml, String sName) Remove all immediate child elements with the given namestatic XmlElement
XmlHelper.removeEmptyElements
(XmlElement xml) Remove all empty descendant elements.static boolean
XmlHelper.replaceElement
(XmlElement xmlParent, XmlElement xmlReplace) Replace a child element with the same name as the specified element.static void
XmlHelper.replaceSystemProperties
(XmlElement xml, String sPropertyAttribute) Replace the values of the XmlElement and all its children that contain the specified attribute with the values returned by the Config.getProperty() call.void
XmlConfigurable.setConfig
(XmlElement xml) Deprecated.Specify the configuration for the object.void
SimpleValue.setParent
(XmlElement element) Set the parent element of this value.void
XmlValue.setParent
(XmlElement element) Set the parent element of this value.static XmlElement
XmlHelper.transformInitParams
(XmlElement xmlParent, XmlElement xmlParams) Transform the specified "init-params" element of the following structure:void
PrimitiveArrayAdapter.BooleanArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.ByteArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.CharArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.DoubleArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.FloatArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.IntArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.LongArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.ShortArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.abstract void
PrimitiveArrayAdapter.writeArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.protected void
ArrayAdapter.writeElements
(XmlElement xml, Object o) protected void
CollectionAdapter.writeElements
(XmlElement xml, Object o) protected abstract void
IterableAdapter.writeElements
(XmlElement xml, Object o) protected void
MapAdapter.writeElements
(XmlElement xml, Object o) protected void
PrimitiveArrayAdapter.writeElements
(XmlElement xml, Object o) void
PrimitiveArrayAdapter.BooleanArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.ByteArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.CharArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.DoubleArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.FloatArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.IntArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.LongArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.ShortArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.abstract void
PrimitiveArrayAdapter.writeSparseArray
(XmlElement xml, Object o, String sElement) Write a sparse array of primitive values.void
PrimitiveArrayAdapter.writeXml
(XmlElement xml, Object o) Serialize an object into an XML element.void
PropertyAdapter.writeXml
(XmlElement xml, Object o) Serialize an object into an XML element.Modifier and TypeMethodDescriptionprotected static boolean
XmlHelper.isSimpleSequence
(List<XmlElement> listXml) Check whether or not the specified list contains only simple elements with the same names.ModifierConstructorDescriptionArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a ArrayAdapter.protected
BeanInfo
(Class clzBean, XmlElement xml) Construct a BeanInfo.BigDecimalAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.BigIntegerAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.BooleanAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.BooleanArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a BooleanArrayAdapter.ByteAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.ByteArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a ByteArrayAdapter.CharAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.CharArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a CharArrayAdapter.CollectionAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a CollectionAdapter.DateAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.DateFormatAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a DateFormatAdapter.DateTimeAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a DateTimeAdapter.DoubleAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.DoubleArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a DoubleArrayAdapter.FloatAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.FloatArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a FloatArrayAdapter.IntAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.IntArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct an IntArrayAdapter.IterableAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a IterableAdapter.LongAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.LongArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a LongArrayAdapter.MapAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a MapAdapter.OldDateAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.PrimitiveArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a PrimitiveArrayAdapter.protected
PropertyAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a PropertyAdapter.QNameAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a QNameAdapter.QualifiedName
(XmlElement xmlElement) Standard Constructor.RestrictedStringAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a RestrictedStringAdapter.SerializableAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SerializableAdapter.ShortAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.ShortArrayAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a ShortArrayAdapter.SimpleAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.SimpleAttribute
(XmlElement xmlElement, String sName, XmlValue xmlValue) Standard Constructor.StringAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.SystemTimeAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SystemTimeAdapter, which formats a long number of milliseconds as a SQL Timestamp string for XML purposes.TimeAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.TimestampAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct a SimpleAdapter.XmlElementAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct an XmlElementAdapter.XmlSerializableAdapter
(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml) Construct an XmlSerializableAdapter. -
Uses of XmlElement in com.tangosol.util
Modifier and TypeMethodDescriptionNullImplementation.NullBackingMapManagerContext.getConfig()
Determine the current configuration of the associated BackingMapManager.Modifier and TypeMethodDescriptionvoid
Controllable.configure
(XmlElement xml) Deprecated.void
ExternalizableHelper.SimpleXmlBeanClassCache.init
(XmlElement xml) Initialize the XmlBeanClassCache.void
ExternalizableHelper.XmlBeanClassCache.init
(XmlElement xml) Initialize the XmlBeanClassCache.void
NullImplementation.NullBackingMapManagerContext.setConfig
(XmlElement xml) Specify the configuration for the associated BackingMapManager.
DefaultConfigurableCacheFactory.instantiateExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.run.xml.XmlElement, com.tangosol.net.BackingMapManagerContext, java.lang.ClassLoader)
andDefaultConfigurableCacheFactory.instantiatePagedExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.run.xml.XmlElement, com.tangosol.net.BackingMapManagerContext, java.lang.ClassLoader)