Package | Description |
---|---|
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.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
ServiceBuilder.getXml()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceBuilder.setXml(XmlElement element)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
AbstractServiceScheme.getXml()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceScheme.setXml(XmlElement element)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationalConfigNamespaceHandler.onStartNamespace(ProcessingContext context,
XmlElement element,
String prefix,
URI uri)
Called when the xml namespace associated with the
NamespaceHandler is first encountered in an xml
document. |
void |
CacheConfigNamespaceHandler.onStartNamespace(ProcessingContext context,
XmlElement element,
String prefix,
URI uri)
Called when the xml namespace associated with the
NamespaceHandler is first encountered in an xml
document. |
Modifier and Type | Method and Description |
---|---|
XmlElement |
SchemeRefPreprocessor.findCachingScheme(String sSchemeName,
XmlElement element)
Obtains the
XmlElement that contains a <scheme-name> definition for the specified sSchemeName with in
the provided XmlElement , or null if not found. |
Modifier and Type | Method and 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 the
XmlElement that contains a <scheme-name> definition for the specified sSchemeName with in
the provided XmlElement , or null if not found. |
boolean |
TCPAcceptorPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
ViewSchemePreprocessor.preprocess(ProcessingContext context,
XmlElement element) |
boolean |
PofSerializerPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
SchemeRefPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
CacheDefaultsPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
DefaultsCreationPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlConfig) |
boolean |
ExtendPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
SystemPropertyPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
TransactionalPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
boolean |
OperationalDefaultsPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
static boolean |
SystemPropertyPreprocessor.processValueMacro(XmlElement element)
Process macros embedded in element's value
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractEmptyElementProcessor.accepts(ProcessingContext context,
XmlElement xmlElement)
Determines if the specified
XmlElement should be processed. |
protected boolean |
AbstractEmptyElementProcessor.isEmptyElement(ProcessingContext context,
XmlElement xmlElement)
Determines if an
XmlElement 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 namespace
|
static AddressProviderBuilder |
AddressProviderBuilderProcessor.newLocalAddressProviderBuilder(XmlElement xmlLocalAddress)
Build a new AddressProviderBuilder for the local-address.
|
T |
EnumProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Long |
MillisProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
protected PersistenceEnvironmentParamBuilder |
PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
ParameterizedBuilder<PasswordProvider> |
PasswordProviderBuilderProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
List<ParameterizedBuilder<MemberListener>> |
MemberListenerProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SerializerFactory |
SerializerFactoryProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
protected abstract T |
AbstractEmptyElementProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ServiceFailurePolicyBuilder |
ServiceFailurePolicyProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
List<ParameterizedBuilder<PartitionListener>> |
PartitionListenerProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<StorageAccessAuthorizer> |
StorageAccessAuthorizerBuilderProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
com.tangosol.internal.net.service.grid.PersistenceDependencies |
PersistenceProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
ParameterizedBuilder<Serializer> |
SerializerBuilderProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
T |
SpecificInstanceProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Integer |
MemorySizeProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
CacheMapping |
CacheMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
InetSocketAddress |
LocalAddressProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ActionPolicyBuilder |
PartitionedQuorumPolicyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.initiator.TcpInitiatorDependencies |
TcpInitiatorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies |
CacheServiceProxyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Filter> |
AuthorizedHostsProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
PagedTopicScheme |
PagedTopicSchemeProcessor.process(ProcessingContext context,
XmlElement element) |
SSLSocketProviderDependenciesBuilder.ProviderBuilder |
ProviderProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder.DefaultKeystoreDependencies |
KeystoreProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
ActionPolicyBuilder |
ProxyQuorumPolicyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ResolvableParameterList |
InitParamsProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
AddressProviderBuilder |
AddressProviderBuilderProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Integer |
LeaseGranularityProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SocketOptions |
SocketOptionsProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Executor> |
ExecutorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Object |
UnsupportedFeatureProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
Void |
PersistenceEnvironmentsProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
Void |
DefaultsProcessor.process(ProcessingContext context,
XmlElement element) |
TopicMapping |
TopicMappingProcessor.process(ProcessingContext context,
XmlElement element) |
Void |
SocketProvidersProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
BackingMapScheme |
BackingMapSchemeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
PartitionAssignmentStrategyBuilder |
PartitionAssignmentStrategyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<MapListener> |
MapListenerProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
MapBuilder |
InternalCacheSchemeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
SocketProviderBuilder |
SocketProviderProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Object> |
InstanceProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ResourceMappingRegistry |
CachingSchemeMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
BackingMapScheme |
ValueStorageSchemeProcessor.process(ProcessingContext context,
XmlElement element) |
T |
ServiceBuilderProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
String |
ParamTypeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
T |
AbstractEmptyElementProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
T |
CustomizableBinaryStoreManagerBuilderProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Void |
SerializersProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.extend.proxy.DefaultInvocationServiceProxyDependencies |
InvocationServiceProxyProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
String |
ScopeNameProcessor.process(ProcessingContext context,
XmlElement element) |
CachingScheme |
StorageProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies |
AcceptorDependenciesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ParameterizedBuilder<Filter> |
TransformerProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
SSLSocketProviderDependenciesBuilder.NameListDependencies |
SSLNameListProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
List<WrapperStreamFactory> |
WrapperStreamFactoryListProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Deprecated.
Process an
XmlElement to return a specific type of value. |
ServiceSchemeRegistry |
CachingSchemesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
T |
CustomizableBuilderProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Integer |
MessageDeliveryModeProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
BundleManager |
OperationBundlingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Void |
StorageAccessAuthorizersProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ServiceSchemeRegistry |
SchemesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.acceptor.TcpAcceptorDependencies |
TcpAcceptorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
List<NamedEventInterceptorBuilder> |
InterceptorsProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Void |
PasswordProvidersProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
SubscriberGroupBuilder |
SubscriberGroupProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
T |
CompositeSchemeProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
com.tangosol.internal.net.service.peer.initiator.InitiatorDependencies |
InitiatorDependenciesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Integer |
BufferTypeProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
com.tangosol.config.expression.Parameter |
InitParamProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
UnitCalculatorBuilder |
UnitCalculatorProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder |
SSLHostnameVerifierProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
CacheConfig |
ConfigurationProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ResourceMappingRegistry |
TopicSchemeMappingProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
ServiceLoadBalancerBuilder |
ServiceLoadBalancerProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Collection<SubscriberGroupBuilder> |
SubscriberGroupsProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
com.tangosol.internal.net.service.peer.acceptor.HttpAcceptorDependencies |
HttpAcceptorDependenciesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder |
SSLProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
EvictionPolicyBuilder |
EvictionPolicyProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
DeltaCompressor |
DeltaCompressorProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
SSLSocketProviderDependenciesBuilder.DefaultManagerDependencies |
SSLManagerProcessor.process(ProcessingContext context,
XmlElement xmlElement) |
static ParameterizedBuilder<?> |
ElementProcessorHelper.processParameterizedBuilder(ProcessingContext context,
XmlElement element)
Attempts to process the specified
XmlElement to produce a ParameterizedBuilder given a
ProcessingContext . |
Modifier and Type | Method and Description |
---|---|
void |
JCacheNamespace.onEndNamespace(ProcessingContext processingContext,
XmlElement xmlElement,
String s,
URI uri) |
void |
JCacheExtendNamespace.onEndNamespace(ProcessingContext processingContext,
XmlElement xmlElement,
String s,
URI uri)
{@code
|
Modifier and Type | Method and 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 of
QueryConfig objects from the given XML
configuration. |
protected Collection<QueryEngineConfig> |
RestConfig.createQueryEngines(XmlElement xml)
Create a collection of
QueryEngineConfig 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.
|
Constructor and Description |
---|
RestConfig(XmlElement xmlConfig)
Construct an instance of RestConfig based on the specified XML element.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionalElementProcessor.accepts(ProcessingContext context,
XmlElement xmlElement)
Determines if the specified
XmlElement should be processed. |
ElementProcessor<?> |
AbstractNamespaceHandler.getElementProcessor(XmlElement element)
Obtains the
ElementProcessor that is suitable for processing the specified XmlElement
in the xml namespace associated with this NamespaceHandler . |
ElementProcessor<?> |
NamespaceHandler.getElementProcessor(XmlElement element)
Obtains the
ElementProcessor that is suitable for processing the specified XmlElement
in the xml namespace associated with this NamespaceHandler . |
<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 specified
XmlElement . |
<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 specified
XmlElement . |
<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 specified
XmlElement . |
<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 specified
XmlElement . |
com.tangosol.config.expression.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 specified
XmlElement in order to do so. |
<B> B |
DefaultProcessingContext.inject(B bean,
XmlElement xmlElement)
Given the information available in the
ProcessingContext , including the cookies, the
ResourceRegistry the XmlElement , its
XmlAttribute 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 the
ProcessingContext , including the cookies, the
ResourceRegistry the XmlElement , its
XmlAttribute 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 specified
XmlElement . |
boolean |
ProcessingContext.isPropertyDefined(String sPath,
XmlElement xmlElement)
Determines if the specified property is defined at the path relative to the specified
XmlElement . |
void |
AbstractNamespaceHandler.onEndNamespace(ProcessingContext context,
XmlElement element,
String prefix,
URI uri)
Called when the xml namespace associated with the
NamespaceHandler 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 the
NamespaceHandler 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 the
NamespaceHandler 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 the
NamespaceHandler is first encountered in an xml
document. |
protected ElementProcessor<?> |
AbstractNamespaceHandler.onUnknownElement(XmlElement element)
A call-back to handle when an
XmlElement is unknown to the NamespaceHandler . |
boolean |
DocumentPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlElement)
Performs pre-processing of the an
XmlElement , optionally mutating
it (or it's children) as required. |
boolean |
DocumentElementPreprocessor.preprocess(ProcessingContext context,
XmlElement xmlElement)
Performs pre-processing of the an
XmlElement , optionally mutating
it (or it's children) as required. |
boolean |
DocumentElementPreprocessor.ElementPreprocessor.preprocess(ProcessingContext context,
XmlElement element)
Process an
XmlElement , optionally mutating it (or it's children) if required. |
T |
ElementProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
T |
SimpleElementProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Object |
DefaultProcessingContext.processDocument(XmlElement xmlElement)
Request that the specified
XmlElement
(representing the root of an XmlDocument)
be processed with appropriate NamespaceHandler s. |
Object |
ProcessingContext.processDocument(XmlElement xmlElement)
Request that the specified
XmlElement
(representing the root of an XmlDocument)
be processed with appropriate NamespaceHandler s. |
Object |
DefaultProcessingContext.processElement(XmlElement xmlElement)
Request the specified
XmlElement to be processed with an appropriate NamespaceHandler
known by the ProcessingContext or outer ProcessingContext s. |
Object |
ProcessingContext.processElement(XmlElement xmlElement)
Request the specified
XmlElement to be processed with an appropriate NamespaceHandler
known by the ProcessingContext or outer ProcessingContext s. |
Map<String,?> |
DefaultProcessingContext.processElementsOf(XmlElement xmlElement)
Request that all of the child elements contained with in the specified
XmlElement be
processed using appropriate NamespaceHandler s known by the ProcessingContext . |
Map<String,?> |
ProcessingContext.processElementsOf(XmlElement xmlElement)
Request that all of the child elements contained with in the specified
XmlElement be
processed using appropriate NamespaceHandler s known by the ProcessingContext . |
Map<String,?> |
DefaultProcessingContext.processForeignElementsOf(XmlElement xmlElement)
Request that all of the child elements contained within the specified
XmlElement that do not belong
to the namespace of the said XmlElement are processed using appropriate processes. |
Map<String,?> |
ProcessingContext.processForeignElementsOf(XmlElement xmlElement)
Request that all of the child elements contained within the specified
XmlElement that do not belong
to the namespace of the said XmlElement are processed using appropriate processes. |
<T> T |
DefaultProcessingContext.processOnlyElementOf(XmlElement xmlElement)
Request that the only child element contained within the
XmlElement is processed
using an appropriate NamespaceHandler known by the ProcessingContext . |
<T> T |
ProcessingContext.processOnlyElementOf(XmlElement xmlElement)
Request that the only child element contained within the
XmlElement is processed
using an appropriate NamespaceHandler known by the ProcessingContext . |
<T> T |
DefaultProcessingContext.processRemainingElementOf(XmlElement xmlElement)
Request that the last remaining unprocessed child element contained within the specified
XmlElement
is processed using an appropriate ElementProcessor . |
<T> T |
ProcessingContext.processRemainingElementOf(XmlElement xmlElement)
Request that the last remaining unprocessed child element contained within the specified
XmlElement
is processed using an appropriate ElementProcessor . |
Map<String,?> |
DefaultProcessingContext.processRemainingElementsOf(XmlElement xmlElement)
Request that the last remaining unprocessed children contained within the specified
XmlElement
are processed using appropriate ElementProcessor s. |
Map<String,?> |
ProcessingContext.processRemainingElementsOf(XmlElement xmlElement)
Request that the last remaining unprocessed children contained within the specified
XmlElement
are processed using appropriate ElementProcessor s. |
Constructor and Description |
---|
DefaultProcessingContext(DefaultProcessingContext ctxParent,
XmlElement xmlElement)
Constructs a sub-
ProcessingContext of another ProcessingContext . |
DefaultProcessingContext(DocumentProcessor.Dependencies dependencies,
XmlElement xmlElement)
Constructs a root
ProcessingContext for a given XmlElement . |
DefaultProcessingContext(XmlElement xmlElement)
Constructs a root
ProcessingContext for a given XmlElement using default DocumentProcessor
dependencies. |
Modifier and Type | Method and Description |
---|---|
XmlElement |
ConfigurableSerializerFactory.getConfig()
Deprecated.
Determine the current configuration of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableSerializerFactory.setConfig(XmlElement xml)
Deprecated.
Specify the configuration for the object.
|
Modifier and Type | Field and Description |
---|---|
protected XmlElement |
DatabaseFactory.EnvironmentHolder.m_xmlConfig
Configuration.
|
protected XmlElement |
BerkeleyDBBinaryStoreManager.m_xmlConfig
Stored configuration for this Manager.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
BerkeleyDBBinaryStoreManager.getConfig()
Retrieve the manager's configuration.
|
XmlElement |
DatabaseFactory.EnvironmentHolder.getXmlConfig()
Get the XML Configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
BerkeleyDBBinaryStoreManager.setConfig(XmlElement xmlConfig)
Specify the manager's configuration.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
ConfigurablePofContext.getConfig()
Determine the current configuration of the object.
|
Modifier and Type | Method and 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 a
PofSerializer 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.
|
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
protected XmlElement |
SocketOptions.m_xml
The configuration.
|
protected XmlElement |
DefaultConfigurableCacheFactory.PartitionedBackingMapManager.m_xmlScheme
The xml configuration for the enclosed backing maps.
|
Modifier and Type | Field and Description |
---|---|
protected Map<ClassLoader,Map<URI,XmlElement>> |
ScopedCacheFactoryBuilder.m_mapConfigByLoader
Mapping used to associate class loaders with specific configuration elements.
|
Modifier and Type | Method and Description |
---|---|
protected XmlElement |
DefaultConfigurableCacheFactory.findScheme(String sSchemeName)
Deprecated.
In the configuration XML find a "scheme" element associated with a given
scheme name.
|
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.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 |
SocketOptions.getConfig()
Deprecated.
|
XmlElement |
DefaultConfigurableCacheFactory.getConfig()
Deprecated.
Obtain the factory configuration XML.
|
XmlElement |
CompressionFilter.getConfig()
Deprecated.
Determine the current configuration of the object.
|
XmlElement |
BackingMapManagerContext.getConfig()
Determine the current configuration of the associated BackingMapManager.
|
XmlElement |
ConfigurableAddressProviderFactory.getConfig()
Deprecated.
Determine the current configuration of the object.
|
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 a
ConfigurableCacheFactory . |
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 the
XML 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.
|
Modifier and Type | Method and 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).
|
Modifier and Type | Method and 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 Events
Registry . |
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 the
XmlElement . |
com.oracle.coherence.common.net.SocketProvider |
SocketProviderFactory.getSocketProvider(XmlElement xml)
Deprecated.
|
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 by
DefaultConfigurableCacheFactory.instantiateExternalBackingMap(com.tangosol.net.DefaultConfigurableCacheFactory.CacheInfo, com.tangosol.run.xml.XmlElement, com.tangosol.net.BackingMapManagerContext, java.lang.ClassLoader) and
DefaultConfigurableCacheFactory.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)
Create a new instance of
ConfigurableCacheFactory based on a given
ClassLoader 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 an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement that of which is compliant with the
"coherence-cache-config.xsd". |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig,
ClassLoader contextClassLoader)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement that of which is compliant with the
"coherence-cache-config.xsd". |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig,
ClassLoader contextClassLoader,
String sPofConfigUri)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement 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 an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement 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 an
EventInterceptor 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 |
ScopedCacheFactoryBuilder.setCacheConfiguration(ClassLoader loader,
XmlElement xmlConfig)
Dynamically set the default cache configuration for a given class loader.
|
void |
CacheFactoryBuilder.setCacheConfiguration(ClassLoader loader,
XmlElement xmlConfig)
Dynamically set the default cache configuration for a given class loader.
|
void |
SingletonCacheFactoryBuilder.setCacheConfiguration(String sConfigURI,
ClassLoader loader,
XmlElement xmlConfig)
Dynamically set the cache configuration for a given URI and class loader.
|
void |
ScopedCacheFactoryBuilder.setCacheConfiguration(String sConfigURI,
ClassLoader loader,
XmlElement xmlConfig)
Dynamically set the cache configuration for a given URI and class loader.
|
void |
CacheFactoryBuilder.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 |
SocketOptions.setConfig(XmlElement xml)
Deprecated.
|
void |
DefaultConfigurableCacheFactory.setConfig(XmlElement xmlConfig)
Deprecated.
Specify the factory configuration XML.
|
void |
CompressionFilter.setConfig(XmlElement xml)
Deprecated.
Specify the configuration for the object.
|
void |
BackingMapManagerContext.setConfig(XmlElement xml)
Specify the configuration for the associated BackingMapManager.
|
void |
ConfigurableAddressProviderFactory.setConfig(XmlElement xml)
Deprecated.
Specify the configuration for the object.
|
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 provided
XML 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.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
XmlElement |
SerializationPagedCache.getConfig()
Determine the current configuration of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
SerializationPagedCache.setConfig(XmlElement xml)
Specify the configuration for the object.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
DefaultController.getPermissionsConfig()
Obtain the permission configuration descriptor.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
ConfigurableSnapshotArchiverFactory.getConfig()
Determine the current configuration of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableSnapshotArchiverFactory.setConfig(XmlElement xml)
Specify the configuration for the object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XmlDocument
An interface for XML document access.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDocument
A simple implementation of the XmlElement interface.
|
class |
SimpleElement
A simple implementation of the XmlElement interface.
|
Modifier and Type | Field and Description |
---|---|
protected XmlElement |
SimpleElement.ElementIterator.m_element |
Modifier and Type | Method and Description |
---|---|
XmlElement |
XmlElement.addElement(String sName)
Create a new element and add it as a child element to this element.
|
XmlElement |
SimpleElement.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 |
XmlElement.ensureElement(String sPath)
Ensure that a child element exists.
|
XmlElement |
SimpleElement.ensureElement(String sPath)
Ensure that a child element exists.
|
static XmlElement |
XmlHelper.ensureElement(XmlElement xml,
String sPath)
Ensure that a child element exists.
|
XmlElement |
XmlElement.findElement(String sPath)
Find a child element with the specified '/'-delimited path.
|
XmlElement |
SimpleElement.findElement(String sPath)
Find a child element with the specified '/'-delimited path.
|
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.
|
XmlElement |
XmlConfigurable.getConfig()
Deprecated.
Determine the current configuration of the object.
|
XmlElement |
XmlElement.getElement(String sName)
Get a child element.
|
XmlElement |
SimpleElement.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 |
XmlElement.getRoot()
Get the root element.
|
XmlElement |
SimpleElement.getRoot()
Get the root element.
|
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 |
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 |
XmlAttribute.getXmlElement()
Get the
XmlElement in which the XmlAttribute is defined. |
XmlElement |
SimpleAttribute.getXmlElement()
Return the
XmlElement in which the XmlAttribute 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.
|
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...
|
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.
|
static XmlElement |
XmlHelper.removeEmptyElements(XmlElement xml)
Remove all empty descendant elements.
|
XmlElement |
XmlBean.toXml()
Serialize the object into an XmlElement.
|
XmlElement |
XmlSerializable.toXml()
Serialize the object into an XmlElement.
|
XmlElement |
SimpleDocument.toXml()
Serialize the object into an XmlElement.
|
XmlElement |
SimpleElement.toXml()
Serialize the object into an XmlElement.
|
XmlElement |
XmlSerializableAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
XmlElementAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
QNameAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
DateTimeAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
SimpleAdapter.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.ShortAdapter.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.BigIntegerAdapter.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.SystemTimeAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
IterableAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
PropertyAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
DateFormatAdapter.toXml(Object o)
Serialize an object into an XML element.
|
XmlElement |
PrimitiveArrayAdapter.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 |
PrimitiveArrayAdapter.toXmlString(Object o)
Serialize a primitive array into a single 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.
|
static XmlElement |
XmlHelper.transformInitParams(XmlElement xmlParent,
XmlElement xmlParams)
Transform the specified "init-params" element of the following structure:
<!
|
Modifier and Type | Method and 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 value
|
XmlValue |
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 |
XmlSerializableAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
Object |
XmlElementAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
Object |
QNameAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
Object |
DateTimeAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
void |
XmlBean.fromXml(XmlElement xml)
Deserialize the object from an XmlElement.
|
Object |
SimpleAdapter.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.ShortAdapter.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.FloatAdapter.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.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.DateAdapter.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.
|
Object |
SimpleAdapter.OldDateAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
Object |
SimpleAdapter.SystemTimeAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
void |
XmlSerializable.fromXml(XmlElement xml)
Deserialize the object from an XmlElement.
|
Object |
IterableAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
Object |
PropertyAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
Object |
DateFormatAdapter.fromXml(XmlElement xml)
Deserialize an object from an XML element.
|
void |
SimpleDocument.fromXml(XmlElement xml)
Deserialize the object from an XmlElement.
|
Object |
PrimitiveArrayAdapter.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.
|
void |
SimpleElement.fromXml(XmlElement xml)
Deserialize the object from an XmlElement.
|
Object |
PrimitiveArrayAdapter.fromXmlString(XmlElement xml)
Deserialize a primitive array from a single 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.
|
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 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 parsed
|
static 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.
|
protected XmlElement |
SaxParser.parseXml(InputSource input,
XmlElement xmlRoot)
Actual implementation...
|
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.
|
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.
|
abstract Object |
PrimitiveArrayAdapter.readArray(Iterator iter,
XmlElement xml,
boolean fNested)
Read an array of primitive values.
|
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.ShortArrayAdapter.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.
|
Object |
PrimitiveArrayAdapter.FloatArrayAdapter.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.
|
protected Object |
CollectionAdapter.readElements(XmlElement xml) |
protected Object |
ArrayAdapter.readElements(XmlElement xml) |
protected abstract Object |
IterableAdapter.readElements(XmlElement xml) |
protected Object |
PrimitiveArrayAdapter.readElements(XmlElement xml) |
protected Object |
MapAdapter.readElements(XmlElement xml) |
Object |
PropertyAdapter.readXml(XmlElement xml)
Deserialize an object from XML.
|
Object |
PrimitiveArrayAdapter.readXml(XmlElement xml)
Deserialize an object from XML.
|
static int |
XmlHelper.removeElement(XmlElement xml,
String sName)
Remove all immediate child elements with the given name
|
static 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:
<!
|
abstract void |
PrimitiveArrayAdapter.writeArray(XmlElement xml,
Object o,
String sElement)
Write a sparse array of primitive values.
|
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.ShortArrayAdapter.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.FloatArrayAdapter.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.
|
protected void |
CollectionAdapter.writeElements(XmlElement xml,
Object o) |
protected void |
ArrayAdapter.writeElements(XmlElement xml,
Object o) |
protected abstract void |
IterableAdapter.writeElements(XmlElement xml,
Object o) |
protected void |
PrimitiveArrayAdapter.writeElements(XmlElement xml,
Object o) |
protected void |
MapAdapter.writeElements(XmlElement xml,
Object o) |
abstract void |
PrimitiveArrayAdapter.writeSparseArray(XmlElement xml,
Object o,
String sElement)
Write a sparse array of primitive values.
|
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.ShortArrayAdapter.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.FloatArrayAdapter.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 |
PropertyAdapter.writeXml(XmlElement xml,
Object o)
Serialize an object into an XML element.
|
void |
PrimitiveArrayAdapter.writeXml(XmlElement xml,
Object o)
Serialize an object into an XML element.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
XmlHelper.isSimpleSequence(List<XmlElement> listXml)
Check whether or not the specified list contains only simple elements
with the same names.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
XmlElement |
NullImplementation.NullBackingMapManagerContext.getConfig()
Determine the current configuration of the associated BackingMapManager.
|
Modifier and Type | Method and Description |
---|---|
void |
Controllable.configure(XmlElement xml)
Deprecated.
|
void |
ExternalizableHelper.XmlBeanClassCache.init(XmlElement xml)
Initialize the XmlBeanClassCache.
|
void |
ExternalizableHelper.SimpleXmlBeanClassCache.init(XmlElement xml)
Initialize the XmlBeanClassCache.
|
void |
NullImplementation.NullBackingMapManagerContext.setConfig(XmlElement xml)
Specify the configuration for the associated BackingMapManager.
|