Uses of Interface
org.castor.xml.InternalContext
Packages that use InternalContext
Package
Description
Implementations for mapping interfaces and the default mapping loader.
Command line tools
Utility classes used by Castor.
The XML Marshaller API
-
Uses of InternalContext in org.castor.xml
Classes in org.castor.xml that implement InternalContextModifier and TypeClassDescriptionclass
The internal context is meant as center piece providing (and keeping) all information that is required by Marshaller, Unmarshaller, SourceGenerator, MappingTool, SchemaReader and SchemaWriter.class
As the name already expresses: this class is there for backward compatibility and should be removed from Castor with a future release.Constructors in org.castor.xml with parameters of type InternalContextModifierConstructorDescriptionJavaNamingImpl
(InternalContext context) JavaNamingNGImpl
(InternalContext context) -
Uses of InternalContext in org.exolab.castor.mapping.loader
Methods in org.exolab.castor.mapping.loader that return InternalContextMethods in org.exolab.castor.mapping.loader with parameters of type InternalContextModifier and TypeMethodDescriptionvoid
AbstractMappingLoader.setInternalContext
(InternalContext internalContext) -
Uses of InternalContext in org.exolab.castor.tools
Methods in org.exolab.castor.tools with parameters of type InternalContextModifier and TypeMethodDescriptionvoid
MappingTool.setInternalContext
(InternalContext internalContext) To set the XMLContext to be used. -
Uses of InternalContext in org.exolab.castor.util
Methods in org.exolab.castor.util with parameters of type InternalContextModifier and TypeMethodDescriptionvoid
ChangeLog2XML.setInternalContext
(InternalContext internalContext) To set theinvalid @link
AbstractInternalContext
-
Uses of InternalContext in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return InternalContextModifier and TypeMethodDescriptionUnmarshaller.getInternalContext()
To get the internal XML Context that is in use.ValidationContext.getInternalContext()
To get theinvalid @link
AbstractInternalContext
XMLContext.getInternalContext()
Deprecated.Methods in org.exolab.castor.xml with parameters of type InternalContextModifier and TypeMethodDescriptionvoid
Introspector.setInternalContext
(InternalContext internalContext) void
Marshaller.setInternalContext
(InternalContext internalContext) To set theInternalContext
to use, and to initializeMarshaller
properties linked to it.void
Unmarshaller.setInternalContext
(InternalContext internalContext) To set the internal XML Context to be used.void
ValidationContext.setInternalContext
(InternalContext internalContext) To set whichinvalid @link
AbstractInternalContext
void
XMLClassDescriptorResolver.setInternalContext
(InternalContext xmlContext) To set the XMLContext to be used.Constructors in org.exolab.castor.xml with parameters of type InternalContextModifierConstructorDescriptionMarshaller
(InternalContext internalContext) The oneMarshaller
constructor that is used byXMLContext
which sets anInternalContext
that comes from outside.protected
UnmarshalHandler
(InternalContext internalContext, Class<?> topClass) Creates a new UnmarshalHandler.Unmarshaller
(InternalContext internalContext) Creates a new basic Unmarshaller.Unmarshaller
(InternalContext internalContext, Class c) Creates a new Unmarshaller with the given Class.Unmarshaller
(InternalContext internalContext, Class c, ClassLoader loader) Creates a newUnmarshaller
with the given Class.Unmarshaller
(InternalContext internalContext, Object root) Creates a new Unmarshaller with the given Object.Unmarshaller
(InternalContext internalContext, Mapping mapping) Creates a new Unmarshaller with the given Mapping. -
Uses of InternalContext in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util with parameters of type InternalContextModifier and TypeMethodDescriptionvoid
XMLClassDescriptorResolverImpl.setInternalContext
(InternalContext internalContext) To set the XMLContext to be used.