Uses of Class
com.tangosol.config.ConfigurationException
-
Packages that use ConfigurationException Package Description com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.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.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. -
-
Uses of ConfigurationException in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server that throw ConfigurationException Modifier and Type Method Description BeanBuilder
BeanProcessor. process(ProcessingContext context, XmlElement element)
-
Uses of ConfigurationException in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder with parameters of type ConfigurationException Modifier and Type Method Description AddressProviderBuilder
FactoryBasedAddressProviderBuilder. setDeferredException(ConfigurationException e)
Defer reporting ConfigurationException until realized.Methods in com.tangosol.coherence.config.builder that throw ConfigurationException Modifier and Type Method Description ActionPolicy
ActionPolicyBuilder.ActionPolicyParameterizedBuilder. realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ActionPolicy
ActionPolicyBuilder.NullImplementationBuilder. realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ActionPolicy
ClusterQuorumPolicyBuilder. realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ActionPolicy
PartitionedCacheQuorumPolicyBuilder. realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.ActionPolicy
ProxyQuorumPolicyBuilder. realize(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters)
Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s.void
ActionPolicyBuilder.QuorumRule. validate()
Throw ConfigurationException if thisActionPolicyBuilder.QuorumRule.m_xmlElement
configuration violates constraints. -
Uses of ConfigurationException in com.tangosol.coherence.config.xml.preprocessor
Methods in com.tangosol.coherence.config.xml.preprocessor that throw ConfigurationException Modifier and Type Method Description 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)
-
Uses of ConfigurationException in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that throw ConfigurationException Modifier and Type Method Description boolean
AbstractEmptyElementProcessor. accepts(ProcessingContext context, XmlElement xmlElement)
Determines if the specifiedXmlElement
should be processed.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.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.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.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.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 ConfigurationException in com.tangosol.config.xml
Methods in com.tangosol.config.xml that throw ConfigurationException Modifier and Type Method Description boolean
ConditionalElementProcessor. accepts(ProcessingContext context, XmlElement xmlElement)
Determines if the specifiedXmlElement
should be processed.NamespaceHandler
DefaultProcessingContext. ensureNamespaceHandler(String sPrefix, NamespaceHandler handler)
Ensures that the specifiedNamespaceHandler
for the specified prefix is defined in thisProcessingContext
.NamespaceHandler
DefaultProcessingContext. ensureNamespaceHandler(String sPrefix, URI uri)
Ensures that anNamespaceHandler
with the specifiedURI
is available for use in theProcessingContext
with the specified prefix.<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
.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
AttributeProcessor. process(ProcessingContext context, XmlAttribute attribute)
Process anXmlAttribute
and return a specific type of value.<T> T
DocumentProcessor. process(XmlDocumentReference refDocument, XmlDocumentReference... aOverrides)
Processes theXmlDocument
located at the specifiedXmlDocumentReference
.T
ElementProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.T
SimpleAttributeProcessor. process(ProcessingContext context, XmlAttribute attribute)
Process anXmlAttribute
and return a specific type of value.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
DefaultProcessingContext. processDocument(String sXml)
Request that the specified xml string (representing an xml document) 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
ProcessingContext. processDocument(String sXml)
Request that the specified xml string (representing an xml document) be processed with appropriateNamespaceHandler
s.Object
DefaultProcessingContext. processDocumentAt(String sLocation)
Request that the document specified by the URI/filename (containing the root of an XmlDocument) be processed with appropriateNamespaceHandler
s.Object
DefaultProcessingContext. processDocumentAt(URI uri)
Request that the document specified by the URI/filename (containing the root of an XmlDocument) be processed with appropriateNamespaceHandler
s.Object
ProcessingContext. processDocumentAt(String sLocation)
Request that the document specified by the URI/filename (containing the root of an XmlDocument) be processed with appropriateNamespaceHandler
s.Object
ProcessingContext. processDocumentAt(URI uri)
Request that the document specified by the URI/filename (containing 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
DefaultProcessingContext. processElement(String sXml)
Request the specified xml string be processed with an appropriateNamespaceHandler
known by theProcessingContext
.Object
ProcessingContext. processElement(XmlElement xmlElement)
Request the specifiedXmlElement
to be processed with an appropriateNamespaceHandler
known by theProcessingContext
or outerProcessingContext
s.Object
ProcessingContext. processElement(String sXml)
Request the specified xml string be processed with an appropriateNamespaceHandler
known by theProcessingContext
.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.
-