Uses of Interface
com.tangosol.run.xml.XmlElement
-
Packages that use XmlElement Package Description com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.oracle.coherence.grpc Low-level utilities for Coherence gRPC server and client implementation.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml Defines the Xml Document Pre-Processors and Xml Element Processors for converting Coherence Cache Configuration files into Coherence configuration object models.com.tangosol.coherence.config.xml.preprocessor Defines the Xml document Pre-Processors for Coherence Cache Configuration files.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration.com.tangosol.config.xml Defines classes and interfaces for processing Xml documents and building object models, like configuration, based on said documents though the use of injection.com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.io.bdb Contains Sleepycat Berkeley DB BinaryStore implementation classes.com.tangosol.io.pof Contains classes related to POF serialization and deserialization.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.security Contains classes related to the Coherence Security Framework.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence.com.tangosol.run.xml Contains classes providing basic XML related functionality.com.tangosol.util Contains various generic utilities. -
-
Uses of XmlElement in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server with parameters of type XmlElement Modifier and Type Method Description BeanBuilder
BeanProcessor. process(ProcessingContext context, XmlElement element)
-
Uses of XmlElement in com.oracle.coherence.grpc
Methods in com.oracle.coherence.grpc with parameters of type XmlElement Modifier and Type Method Description void
SimpleDaemonPoolExecutor. configure(XmlElement xmlElement)
-
Uses of XmlElement in com.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy with parameters of type XmlElement Modifier and Type Method Description void
TracingDaemonPool. configure(XmlElement xml)
-
Uses of XmlElement in com.tangosol.coherence.config.builder
Fields in com.tangosol.coherence.config.builder declared as XmlElement Modifier and Type Field Description protected 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.Methods in com.tangosol.coherence.config.builder that return XmlElement Modifier and Type Method Description XmlElement
ServiceBuilder. getXml()
Deprecated.Methods in com.tangosol.coherence.config.builder with parameters of type XmlElement Modifier and Type Method Description void
ServiceBuilder. setXml(XmlElement element)
Deprecated. -
Uses of XmlElement in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return XmlElement Modifier and Type Method Description XmlElement
AbstractServiceScheme. getXml()
Deprecated.Methods in com.tangosol.coherence.config.scheme with parameters of type XmlElement Modifier and Type Method Description void
AbstractServiceScheme. setXml(XmlElement element)
Deprecated. -
Uses of XmlElement in com.tangosol.coherence.config.xml
Methods in com.tangosol.coherence.config.xml with parameters of type XmlElement Modifier and Type Method Description void
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
Methods in com.tangosol.coherence.config.xml.preprocessor that return XmlElement Modifier and Type Method Description XmlElement
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.Methods in com.tangosol.coherence.config.xml.preprocessor with parameters of type XmlElement Modifier and Type Method Description void
OperationalDefaultsPreprocessor. addDefaultsDefinition(String sPath, XmlElement defaultsElement)
Defines that elements matching the specified path must contain the child elements defined by the default element.XmlElement
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
Methods in com.tangosol.coherence.config.xml.processor with parameters of type XmlElement Modifier and Type Method Description boolean
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.T
EnumProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.List<ParameterizedBuilder<MemberListener>>
MemberListenerProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.Integer
MemorySizeProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.Long
MillisProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.List<ParameterizedBuilder<PartitionListener>>
PartitionListenerProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<PasswordProvider>
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)
ParameterizedBuilder<T>
ResourceBuilderProcessor. onProcess(ProcessingContext context, XmlElement element)
ParameterizedBuilder<Serializer>
SerializerBuilderProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
SerializerFactory
SerializerFactoryProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ServiceFailurePolicyBuilder
ServiceFailurePolicyProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<T>
SimpleBuilderProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
T
SpecificInstanceProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<StorageAccessAuthorizer>
StorageAccessAuthorizerBuilderProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
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.AddressProviderBuilder
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.ParameterizedBuilder<Filter>
AuthorizedHostsProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.BackingMapScheme
BackingMapSchemeProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.Integer
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.CacheMapping
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.ResourceMappingRegistry
CachingSchemeMappingProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ServiceSchemeRegistry
CachingSchemesProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.T
CompositeSchemeProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.CacheConfig
ConfigurationProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.T
CustomizableBinaryStoreManagerBuilderProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.T
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)
Void
DefaultsProcessor. process(ProcessingContext context, XmlElement element)
DeltaCompressor
DeltaCompressorProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ElementCalculatorBuilder
ElementCalculatorProcessor. process(ProcessingContext context, XmlElement element)
EvictionPolicyBuilder
EvictionPolicyProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<Executor>
ExecutorProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.SocketProviderBuilder
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.Parameter
InitParamProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ResolvableParameterList
InitParamsProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<Object>
InstanceProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.List<NamedEventInterceptorBuilder>
InterceptorsProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.MapBuilder
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)
Integer
LeaseGranularityProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.InetSocketAddress
LocalAddressProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<MapListener>
MapListenerProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.Integer
MessageDeliveryModeProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.Void
NoOpElementProcessor. process(ProcessingContext context, XmlElement xmlElement)
BundleManager
OperationBundlingProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.PagedTopicScheme
PagedTopicSchemeProcessor. process(ProcessingContext context, XmlElement element)
String
ParamTypeProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.PartitionAssignmentStrategyBuilder
PartitionAssignmentStrategyProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ActionPolicyBuilder
PartitionedQuorumPolicyProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.Void
PasswordProvidersProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<PasswordProvider>
PasswordURLProcessor. process(ProcessingContext context, XmlElement element)
Void
PersistenceEnvironmentsProcessor. process(ProcessingContext context, XmlElement xmlElement)
SSLSocketProviderDependenciesBuilder.ProviderBuilder
ProviderProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ActionPolicyBuilder
ProxyQuorumPolicyProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ReadLocatorBuilder
ReadLocatorProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.Void
ResourcesProcessor. process(ProcessingContext context, XmlElement xmlElement)
ServiceSchemeRegistry
SchemesProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.String
ScopeNameProcessor. process(ProcessingContext context, XmlElement element)
Void
SerializersProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.T
ServiceBuilderProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ServiceLoadBalancerBuilder
ServiceLoadBalancerProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.SocketOptions
SocketOptionsProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.SocketProviderBuilder
SocketProviderProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.Void
SocketProvidersProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder
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)
SSLSocketProviderDependenciesBuilder.NameListDependencies
SSLNameListProcessor. process(ProcessingContext context, XmlElement xmlElement)
SSLSocketProviderDependenciesBuilder
SSLProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.Void
StorageAccessAuthorizersProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.CachingScheme
StorageProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.SubscriberGroupBuilder
SubscriberGroupProcessor. process(ProcessingContext context, XmlElement xmlElement)
Collection<SubscriberGroupBuilder>
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.TopicMapping
TopicMappingProcessor. process(ProcessingContext context, XmlElement element)
ResourceMappingRegistry
TopicSchemeMappingProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.ParameterizedBuilder<Filter>
TransformerProcessor. process(ProcessingContext context, XmlElement xmlElement)
UnitCalculatorBuilder
UnitCalculatorProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.Object
UnsupportedFeatureProcessor. process(ProcessingContext context, XmlElement xmlElement)
BackingMapScheme
ValueStorageSchemeProcessor. process(ProcessingContext context, XmlElement element)
List<WrapperStreamFactory>
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
Methods in com.tangosol.coherence.jcache with parameters of type XmlElement Modifier and Type Method Description void
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
Methods in com.tangosol.coherence.rest.config with parameters of type XmlElement Modifier and Type Method Description protected 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.protected Map<String,Class>
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.Constructors in com.tangosol.coherence.rest.config with parameters of type XmlElement Constructor Description RestConfig(XmlElement xmlConfig)
Construct an instance of RestConfig based on the specified XML element. -
Uses of XmlElement in com.tangosol.config.xml
Methods in com.tangosol.config.xml with parameters of type XmlElement Modifier and Type Method Description boolean
ConditionalElementProcessor. accepts(ProcessingContext context, XmlElement xmlElement)
Determines if the specifiedXmlElement
should be processed.ElementProcessor<?>
AbstractNamespaceHandler. getElementProcessor(XmlElement element)
Obtains theElementProcessor
that is suitable for processing the specifiedXmlElement
in the xml namespace associated with thisNamespaceHandler
.ElementProcessor<?>
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
.Value
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.T
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.T
SimpleElementProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.Object
DefaultProcessingContext. processDocument(XmlElement xmlElement)
Request that the specifiedXmlElement
(representing the root of an XmlDocument) be processed with appropriateNamespaceHandler
s.Object
ProcessingContext. processDocument(XmlElement xmlElement)
Request that the specifiedXmlElement
(representing the root of an XmlDocument) be processed with appropriateNamespaceHandler
s.Object
DefaultProcessingContext. processElement(XmlElement xmlElement)
Request the specifiedXmlElement
to be processed with an appropriateNamespaceHandler
known by theProcessingContext
or outerProcessingContext
s.Object
ProcessingContext. processElement(XmlElement xmlElement)
Request the specifiedXmlElement
to be processed with an appropriateNamespaceHandler
known by theProcessingContext
or outerProcessingContext
s.Map<String,?>
DefaultProcessingContext. processElementsOf(XmlElement xmlElement)
Request that all of the child elements contained with in the specifiedXmlElement
be processed using appropriateNamespaceHandler
s known by theProcessingContext
.Map<String,?>
ProcessingContext. processElementsOf(XmlElement xmlElement)
Request that all of the child elements contained with in the specifiedXmlElement
be processed using appropriateNamespaceHandler
s known by theProcessingContext
.Map<String,?>
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.Map<String,?>
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
.Map<String,?>
DefaultProcessingContext. processRemainingElementsOf(XmlElement xmlElement)
Request that the last remaining unprocessed children contained within the specifiedXmlElement
are processed using appropriateElementProcessor
s.Map<String,?>
ProcessingContext. processRemainingElementsOf(XmlElement xmlElement)
Request that the last remaining unprocessed children contained within the specifiedXmlElement
are processed using appropriateElementProcessor
s.Constructors in com.tangosol.config.xml with parameters of type XmlElement Constructor Description DefaultProcessingContext(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
Methods in com.tangosol.io that return XmlElement Modifier and Type Method Description XmlElement
ConfigurableSerializerFactory. getConfig()
Deprecated.Determine the current configuration of the object.Methods in com.tangosol.io with parameters of type XmlElement Modifier and Type Method Description void
ConfigurableSerializerFactory. setConfig(XmlElement xml)
Deprecated.Specify the configuration for the object. -
Uses of XmlElement in com.tangosol.io.bdb
Fields in com.tangosol.io.bdb declared as XmlElement Modifier and Type Field Description protected XmlElement
BerkeleyDBBinaryStoreManager. m_xmlConfig
Stored configuration for this Manager.protected XmlElement
DatabaseFactory.EnvironmentHolder. m_xmlConfig
Configuration.Methods in com.tangosol.io.bdb that return XmlElement Modifier and Type Method Description XmlElement
BerkeleyDBBinaryStoreManager. getConfig()
Retrieve the manager's configuration.XmlElement
DatabaseFactory.EnvironmentHolder. getXmlConfig()
Get the XML Configuration.Methods in com.tangosol.io.bdb with parameters of type XmlElement Modifier and Type Method Description void
BerkeleyDBBinaryStoreManager. setConfig(XmlElement xmlConfig)
Specify the manager's configuration. -
Uses of XmlElement in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return XmlElement Modifier and Type Method Description XmlElement
ConfigurablePofContext. getConfig()
Determine the current configuration of the object.Methods in com.tangosol.io.pof with parameters of type XmlElement Modifier and Type Method Description protected 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.Constructors in com.tangosol.io.pof with parameters of type XmlElement Constructor Description ConfigurablePofContext(XmlElement xml)
Create a ConfigurablePofContext that will use the passed configuration information.SafeConfigurablePofContext(XmlElement xml)
Create a SafeConfigurablePofContext that will use the passed configuration information. -
Uses of XmlElement in com.tangosol.net
Fields in com.tangosol.net declared as XmlElement Modifier and Type Field Description protected XmlElement
SocketOptions. m_xml
The configuration.protected XmlElement
DefaultConfigurableCacheFactory.PartitionedBackingMapManager. m_xmlScheme
The xml configuration for the enclosed backing maps.Fields in com.tangosol.net with type parameters of type XmlElement Modifier and Type Field Description protected Map<ClassLoader,Map<URI,XmlElement>>
ScopedCacheFactoryBuilder. m_mapConfigByLoader
Mapping used to associate class loaders with specific configuration elements.Methods in com.tangosol.net that return XmlElement Modifier and Type Method Description 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.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.XmlElement
BackingMapManagerContext. getConfig()
Determine the current configuration of the associated BackingMapManager.XmlElement
CompressionFilter. getConfig()
Deprecated.Determine the current configuration of the object.XmlElement
ConfigurableAddressProviderFactory. getConfig()
Deprecated.Determine the current configuration of the object.XmlElement
DefaultConfigurableCacheFactory. getConfig()
Deprecated.Obtain the factory configuration XML.XmlElement
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.XmlElement
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.XmlElement
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.XmlElement
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.Methods in com.tangosol.net that return types with arguments of type XmlElement Modifier and Type Method Description protected Map<URI,XmlElement>
ScopedCacheFactoryBuilder. ensureConfigMap(ClassLoader loader)
Ensure that a map from URL to ConfigurableCacheFactory for the specified loader exists (creating it if necessary).Methods in com.tangosol.net with parameters of type XmlElement Modifier and Type Method Description static 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.Map
DefaultConfigurableCacheFactory. configureBackingMap(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader, Map mapListeners)
Deprecated.Configures a backing map according to the scheme.NamedCache
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.Service
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.DatagramSocketProvider
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.SocketProviderBuilder
SocketProviderFactory. getSocketProviderBuilder(XmlElement xml)
Deprecated.SocketProviderBuilder
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.Object
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.As of Coherence 3.0, replaced byDefaultConfigurableCacheFactory.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)
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.Object
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.static ExtensibleConfigurableCacheFactory.Dependencies
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".static ExtensibleConfigurableCacheFactory.Dependencies
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".static ExtensibleConfigurableCacheFactory.Dependencies
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".static ExtensibleConfigurableCacheFactory.Dependencies
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".static ExtensibleConfigurableCacheFactory.Dependencies
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".static ExtensibleConfigurableCacheFactory.Dependencies
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.XmlElement
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.Constructors in com.tangosol.net with parameters of type XmlElement Constructor Description ConfigurableAddressProvider(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.PartitionedBackingMapManager(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, BackingMapManagerContext context, ClassLoader loader)
-
Uses of XmlElement in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return XmlElement Modifier and Type Method Description XmlElement
SerializationPagedCache. getConfig()
Determine the current configuration of the object.Methods in com.tangosol.net.cache with parameters of type XmlElement Modifier and Type Method Description void
SerializationPagedCache. setConfig(XmlElement xml)
Specify the configuration for the object. -
Uses of XmlElement in com.tangosol.net.security
Methods in com.tangosol.net.security that return XmlElement Modifier and Type Method Description XmlElement
DefaultController. getPermissionsConfig()
Obtain the permission configuration descriptor. -
Uses of XmlElement in com.tangosol.persistence
Methods in com.tangosol.persistence that return XmlElement Modifier and Type Method Description XmlElement
ConfigurableSnapshotArchiverFactory. getConfig()
Determine the current configuration of the object.Methods in com.tangosol.persistence with parameters of type XmlElement Modifier and Type Method Description void
ConfigurableSnapshotArchiverFactory. setConfig(XmlElement xml)
Specify the configuration for the object. -
Uses of XmlElement in com.tangosol.run.xml
Subinterfaces of XmlElement in com.tangosol.run.xml Modifier and Type Interface Description interface
XmlDocument
An interface for XML document access.Classes in com.tangosol.run.xml that implement XmlElement Modifier and Type Class Description class
SimpleDocument
A simple implementation of the XmlElement interface.class
SimpleElement
A simple implementation of the XmlElement interface.Fields in com.tangosol.run.xml declared as XmlElement Modifier and Type Field Description protected XmlElement
SimpleElement.ElementIterator. m_element
Methods in com.tangosol.run.xml that return XmlElement Modifier and Type Method Description XmlElement
SimpleElement. addElement(String sName)
Create a new element and add it as a child element to this element.XmlElement
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.XmlElement
SimpleElement. ensureElement(String sPath)
Ensure that a child element exists.XmlElement
XmlElement. ensureElement(String sPath)
Ensure that a child element exists.static XmlElement
XmlHelper. ensureElement(XmlElement xml, String sPath)
Ensure that a child element exists.XmlElement
PropertyAdapter. findElement(XmlElement xml)
Find a child element of the specified XmlElement that represents a value for a property represented by this adapter.XmlElement
SimpleElement. findElement(String sPath)
Find a child element with the specified '/'-delimited path.XmlElement
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.XmlElement
XmlConfigurable. getConfig()
Deprecated.Determine the current configuration of the object.XmlElement
SimpleElement. getElement(String sName)
Get a child element.XmlElement
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.XmlElement
SimpleValue. getParent()
Get the parent element of this element.XmlElement
XmlValue. getParent()
Get the parent element of this value.XmlElement
SimpleElement. getRoot()
Get the root element.XmlElement
XmlElement. getRoot()
Get the root element.XmlElement
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
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.XmlElement
SimpleAttribute. getXmlElement()
Return theXmlElement
in which theXmlAttribute
is defined.XmlElement
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
.XmlElement
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).XmlElement
SaxParser. parseXml(Reader input)
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).XmlElement
SaxParser. parseXml(String sXml)
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).XmlElement
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.XmlElement
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.XmlElement
DateFormatAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
DateTimeAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
IterableAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
PrimitiveArrayAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
PropertyAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
QNameAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
RestrictedStringAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SerializableAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter.BigIntegerAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter.ByteAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter.CharAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter.FloatAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter.OldDateAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter.ShortAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter.SystemTimeAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
SimpleDocument. toXml()
Serialize the object into an XmlElement.XmlElement
SimpleElement. toXml()
Serialize the object into an XmlElement.XmlElement
XmlBean. toXml()
Serialize the object into an XmlElement.XmlElement
XmlElementAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
XmlSerializable. toXml()
Serialize the object into an XmlElement.XmlElement
XmlSerializableAdapter. toXml(Object o)
Serialize an object into an XML element.XmlElement
PrimitiveArrayAdapter.BooleanArrayAdapter. toXmlString(Object o)
Serialize a primitive array into a single XML element.XmlElement
PrimitiveArrayAdapter.ByteArrayAdapter. toXmlString(Object o)
Serialize a primitive array into a single XML element.XmlElement
PrimitiveArrayAdapter.CharArrayAdapter. toXmlString(Object o)
Serialize a primitive array into a single XML element.XmlElement
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:Methods in com.tangosol.run.xml with parameters of type XmlElement Modifier and Type Method Description static 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 valueXmlValue
PropertyAdapter. findAttribute(XmlElement xml)
Find an attribute of the specified XmlElement that represents a value for a property represented by this adapter.XmlElement
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.Object
DateFormatAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
DateTimeAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
IterableAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
PrimitiveArrayAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
PropertyAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
QNameAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
RestrictedStringAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SerializableAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.BigDecimalAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.BigIntegerAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.BooleanAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.ByteAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.CharAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.DateAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.DoubleAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.FloatAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.IntAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.LongAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.OldDateAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.ShortAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.SystemTimeAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
SimpleAdapter.TimeAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
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.Object
XmlElementAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.void
XmlSerializable. fromXml(XmlElement xml)
Deserialize the object from an XmlElement.Object
XmlSerializableAdapter. fromXml(XmlElement xml)
Deserialize an object from an XML element.Object
PrimitiveArrayAdapter.BooleanArrayAdapter. fromXmlString(XmlElement xml)
Deserialize a primitive array from a single XML element.Object
PrimitiveArrayAdapter.ByteArrayAdapter. fromXmlString(XmlElement xml)
Deserialize a primitive array from a single XML element.Object
PrimitiveArrayAdapter.CharArrayAdapter. fromXmlString(XmlElement xml)
Deserialize a primitive array from a single XML element.Object
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.Iterator
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.static List<String>
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.XmlElement
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.Object
PrimitiveArrayAdapter.BooleanArrayAdapter. readArray(Iterator iter, XmlElement xml, boolean fNested)
Read an array of primitive values.Object
PrimitiveArrayAdapter.ByteArrayAdapter. readArray(Iterator iter, XmlElement xml, boolean fNested)
Read an array of primitive values.Object
PrimitiveArrayAdapter.CharArrayAdapter. readArray(Iterator iter, XmlElement xml, boolean fNested)
Read an array of primitive values.Object
PrimitiveArrayAdapter.DoubleArrayAdapter. readArray(Iterator iter, XmlElement xml, boolean fNested)
Read an array of primitive values.Object
PrimitiveArrayAdapter.FloatArrayAdapter. readArray(Iterator iter, XmlElement xml, boolean fNested)
Read an array of primitive values.Object
PrimitiveArrayAdapter.IntArrayAdapter. readArray(Iterator iter, XmlElement xml, boolean fNested)
Read an array of primitive values.Object
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.Object
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)
Object
PrimitiveArrayAdapter. readXml(XmlElement xml)
Deserialize an object from XML.Object
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.Method parameters in com.tangosol.run.xml with type arguments of type XmlElement Modifier and Type Method Description protected static boolean
XmlHelper. isSimpleSequence(List<XmlElement> listXml)
Check whether or not the specified list contains only simple elements with the same names.Constructors in com.tangosol.run.xml with parameters of type XmlElement Constructor Description ArrayAdapter(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml)
Construct a ArrayAdapter.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.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
Methods in com.tangosol.util that return XmlElement Modifier and Type Method Description XmlElement
NullImplementation.NullBackingMapManagerContext. getConfig()
Determine the current configuration of the associated BackingMapManager.Methods in com.tangosol.util with parameters of type XmlElement Modifier and Type Method Description void
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.
-