Uses of Package
com.tangosol.run.xml
-
Packages that use com.tangosol.run.xml Package Description com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.oracle.coherence.grpc Low-level utilities for Coherence gRPC server and client implementation.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml Defines the Xml Document Pre-Processors and Xml Element Processors for converting Coherence Cache Configuration files into Coherence configuration object models.com.tangosol.coherence.config.xml.preprocessor Defines the Xml document Pre-Processors for Coherence Cache Configuration files.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration.com.tangosol.config.expression Defines classes and interfaces for representing and evaluating expressions.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.net.ssl Contains interfaces and classes related to custom SSL certificate and key store loaders.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. -
Classes in com.tangosol.run.xml used by com.oracle.coherence.cdi.server Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.oracle.coherence.grpc Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.oracle.coherence.grpc.proxy Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.coherence.config.builder Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.coherence.config.scheme Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.coherence.config.xml Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.coherence.config.xml.preprocessor Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.coherence.config.xml.processor Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.coherence.jcache Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.coherence.rest.config Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.config.expression Class Description XmlValue An interface for XML element content and element attribute values. -
Classes in com.tangosol.run.xml used by com.tangosol.config.xml Class Description XmlAttribute AnXmlAttribute
represents an Xml Attribute, defined within anXmlElement
.XmlDocumentReference AnXmlDocumentReference
provides an mechanism to reference anXmlDocument
.XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.io Class Description XmlConfigurable Deprecated.XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.io.bdb Class Description XmlConfigurable Deprecated.XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.io.pof Class Description XmlConfigurable Deprecated.XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.net Class Description XmlConfigurable Deprecated.XmlDocument An interface for XML document access.XmlElement An interface for XML element access.XmlValue An interface for XML element content and element attribute values. -
Classes in com.tangosol.run.xml used by com.tangosol.net.cache Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.net.security Class Description XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.net.ssl Class Description XmlValue An interface for XML element content and element attribute values. -
Classes in com.tangosol.run.xml used by com.tangosol.persistence Class Description XmlConfigurable Deprecated.XmlElement An interface for XML element access. -
Classes in com.tangosol.run.xml used by com.tangosol.run.xml Class Description IterableAdapter An IterableAdapter is the base class for any data type that must be iterated over to serialize/deserialize, such as arrays, collections and maps.Key This class represents an XmlBean that could be serialized into a URI.PrimitiveArrayAdapter A PrimitiveArrayAdapter supports arrays of primitive types, such as "int", "char", etc.PropertyAdapter The PropertyAdapter is the base class for handling the operations that can occur on any property.QualifiedName AQualifiedName
is a useful class to separately capture the xml namespace prefix and local name of xml elements and attributes as a single object (instead of having to parse them out ofString
s all the time).SimpleAdapter A SimpleAdapter supports Java intrinsic types and a common set of Java classes: java.lang.Boolean java.lang.Byte java.lang.Character java.lang.Short java.lang.Integer java.lang.Long java.lang.Float java.lang.Double java.lang.String java.math.BigDecimal java.math.BigInteger java.sql.Date java.sql.Time java.sql.Timestamp java.util.DateSimpleAdapter.LongAdapter A simple property adapter for long.SimpleAdapter.OldDateAdapter A simple property adapter for the Date class from the java/util package.SimpleAdapter.StringAdapter A simple property adapter for String.SimpleElement A simple implementation of the XmlElement interface.SimpleElement.AttributeMap.Entry An implementation of Entry that supports keeping them in a list.SimpleValue A simple implementation of the XmlValue interface.XmlAttribute AnXmlAttribute
represents an Xml Attribute, defined within anXmlElement
.XmlBean This is a base class for building XmlSerializable value objects.XmlBean.BeanInfo A BeanInfo contains information about the XML bean and its properties.XmlDocument An interface for XML document access.XmlElement An interface for XML element access.XmlHelper.ParameterResolver An interface that describes a callback to resolve a substitutable parameter value.XmlSerializable An interface for XML serialization.XmlToken Represents an XML language token.XmlTokenizer Converts a character stream (Script object) into XML tokens.XmlValue An interface for XML element content and element attribute values. -
Classes in com.tangosol.run.xml used by com.tangosol.util Class Description XmlBean This is a base class for building XmlSerializable value objects.XmlConfigurable Deprecated.XmlElement An interface for XML element access.XmlSerializable An interface for XML serialization.