|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLClassDescriptor | |
| org.exolab.castor.mapping.xml.descriptors | |
| org.exolab.castor.mapping.xml.types | |
| org.exolab.castor.mapping.xml.types.descriptors | |
| org.exolab.castor.types | The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation. |
| org.exolab.castor.xml | The XML Marshaller API
Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
Author: Keith Visco
Marshaller marshalls a Java object into an XML document.
|
| org.exolab.castor.xml.descriptors | |
| org.exolab.castor.xml.util | |
| Uses of XMLClassDescriptor in org.exolab.castor.mapping.xml.descriptors |
| Classes in org.exolab.castor.mapping.xml.descriptors that implement XMLClassDescriptor | |
class |
BindXmlDescriptor
Class BindXmlDescriptor. |
class |
CacheTypeMappingDescriptor
Class CacheTypeMappingDescriptor. |
class |
ClassChoiceDescriptor
Class ClassChoiceDescriptor. |
class |
ClassMappingDescriptor
Class ClassMappingDescriptor. |
class |
ContainerDescriptor
Class ContainerDescriptor. |
class |
FieldHandlerDefDescriptor
Class FieldHandlerDefDescriptor. |
class |
FieldMappingDescriptor
Class FieldMappingDescriptor. |
class |
IncludeDescriptor
Class IncludeDescriptor. |
class |
KeyGeneratorDefDescriptor
Class KeyGeneratorDefDescriptor. |
class |
LdapDescriptor
Class LdapDescriptor. |
class |
MappingRootDescriptor
Class MappingRootDescriptor. |
class |
MapToDescriptor
Class MapToDescriptor. |
class |
NamedQueryDescriptor
Class NamedQueryDescriptor. |
class |
ParamDescriptor
Class ParamDescriptor. |
class |
PropertyDescriptor
Class PropertyDescriptor. |
class |
PropertyTypeDescriptor
Class PropertyTypeDescriptor. |
class |
QueryHintDescriptor
Class QueryHintDescriptor. |
class |
SqlDescriptor
Class SqlDescriptor. |
| Uses of XMLClassDescriptor in org.exolab.castor.mapping.xml.types |
| Classes in org.exolab.castor.mapping.xml.types that implement XMLClassDescriptor | |
class |
BindXmlAutoNamingTypeDescriptor
Class BindXmlAutoNamingTypeDescriptor. |
class |
BindXmlNodeTypeDescriptor
Class BindXmlNodeTypeDescriptor. |
class |
ClassMappingAccessTypeDescriptor
Class ClassMappingAccessTypeDescriptor. |
| Uses of XMLClassDescriptor in org.exolab.castor.mapping.xml.types.descriptors |
| Classes in org.exolab.castor.mapping.xml.types.descriptors that implement XMLClassDescriptor | |
class |
FieldMappingCollectionTypeDescriptor
Class FieldMappingCollectionTypeDescriptor. |
class |
SqlDirtyTypeDescriptor
Class SqlDirtyTypeDescriptor. |
| Uses of XMLClassDescriptor in org.exolab.castor.types |
| Classes in org.exolab.castor.types that implement XMLClassDescriptor | |
class |
BaseDescriptor
The Base Descriptor class, this class is extended by the descriptors for the custom Castor schema types. |
class |
CenturyDescriptor
Deprecated. since Castor 1.0.6 since this type is not in any recommendation. |
class |
DateDescriptor
The Date Descriptor |
class |
DateTimeDescriptor
The DateTime Descriptor. |
class |
DurationDescriptor
The Duration Descriptor |
class |
GDayDescriptor
The GDay Descriptor |
class |
GMonthDayDescriptor
The gMonthDay Descriptor. |
class |
GMonthDescriptor
The GMonth Descriptor |
class |
GYearDescriptor
The GYear Descriptor |
class |
GYearMonthDescriptor
The GYearMonth Descriptor |
class |
MonthDescriptor
Deprecated. since Castor 1.0.6 since this type is not in any recommendation. |
class |
RecurringDurationDescriptor
Deprecated. since Castor 1.0.6 since this type is not in any recommendation. |
class |
TimeDescriptor
The Time Descriptor |
class |
TimeDurationDescriptor
Deprecated. since Castor 1.0.6 since this type is not in any recommendation. |
class |
TimePeriodDescriptor
Deprecated. since Castor 1.0.6 since this type is not in any recommendation. |
class |
YearDescriptor
Deprecated. since Castor 1.0.6 since this type is not in any recommendation. |
| Uses of XMLClassDescriptor in org.exolab.castor.xml |
| Classes in org.exolab.castor.xml that implement XMLClassDescriptor | |
(package private) class |
IntrospectedXMLClassDescriptor
A simple extension of XMLClassDescriptor so that we can set the "instrospected" flag. |
(package private) class |
MarshalFramework.InternalXMLClassDescriptor
An internal implementation of XMLClassDescriptor used by the Unmarshaller and Marshaller... |
| Fields in org.exolab.castor.xml declared as XMLClassDescriptor | |
XMLClassDescriptor |
MarshalFramework.InheritanceMatch.inheritedClassDesc
The class descriptor to instantiate. |
(package private) XMLClassDescriptor |
UnmarshalState.classDesc
The class descriptor for the Object, in case FieldDescriptor#getClassDescriptor returns null |
| Methods in org.exolab.castor.xml that return XMLClassDescriptor | |
XMLClassDescriptor |
Introspector.generateClassDescriptor(java.lang.Class c)
Creates an XMLClassDescriptor for the given class by using Reflection. |
XMLClassDescriptor |
Introspector.generateClassDescriptor(java.lang.Class c,
java.io.PrintWriter errorWriter)
Creates an XMLClassDescriptor for the given class by using Reflection. |
XMLClassDescriptor |
MarshalFramework.InternalXMLClassDescriptor.getClassDescriptor()
Returns the XMLClassDescriptor that this InternalXMLClassDescriptor wraps. |
XMLClassDescriptor |
Marshaller.NilObject.getClassDescriptor()
Returns the associated XMLClassDescriptor |
XMLClassDescriptor |
XMLClassDescriptorResolver.resolve(java.lang.String className)
Returns the XMLClassDescriptor for the given class name. |
XMLClassDescriptor |
XMLClassDescriptorResolver.resolve(java.lang.String className,
java.lang.ClassLoader loader)
Returns the XMLClassDescriptor for the given class name. |
XMLClassDescriptor |
XMLClassDescriptorResolver.resolveByXMLName(java.lang.String xmlName,
java.lang.String namespaceURI,
java.lang.ClassLoader loader)
Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI. |
| Methods in org.exolab.castor.xml with parameters of type XMLClassDescriptor | |
static boolean |
Introspector.introspected(XMLClassDescriptor descriptor)
Returns true if the given XMLClassDescriptor was created via introspection |
(package private) static boolean |
MarshalFramework.hasFieldsAtLocation(java.lang.String location,
XMLClassDescriptor classDesc)
Returns true if any of the fields associated with the given XMLClassDescriptor are located at, or beneath, the given location. |
protected MarshalFramework.InheritanceMatch[] |
MarshalFramework.searchInheritance(java.lang.String name,
java.lang.String namespace,
XMLClassDescriptor classDesc)
Search there is a field descriptor which can accept one of the class descriptor which match the given name and namespace. |
| Constructors in org.exolab.castor.xml with parameters of type XMLClassDescriptor | |
MarshalFramework.InheritanceMatch(XMLFieldDescriptor fieldDesc,
XMLClassDescriptor classDesc)
|
|
MarshalFramework.InternalXMLClassDescriptor(XMLClassDescriptor classDesc)
Creates a new InternalXMLClassDescriptor for the given XMLClassDescriptor. |
|
Marshaller.NilObject(XMLClassDescriptor classDesc,
XMLFieldDescriptor fieldDesc)
|
|
| Uses of XMLClassDescriptor in org.exolab.castor.xml.descriptors |
| Classes in org.exolab.castor.xml.descriptors that implement XMLClassDescriptor | |
class |
DateClassDescriptor
A ClassDescriptor for java.util.Date. |
class |
EnumerationDescriptor
The default class descriptor for Enumerations that are passed in as the root-level class, this is really only useful for marshaling, as Enumerations are immutable. |
class |
ListClassDescriptor
The default java.util.List class descriptor. |
class |
LocaleDescriptor
A ClassDescriptor for java.util.Locale. |
class |
PrimitivesClassDescriptor
The default primitives class descriptor, this is only used when unmarshaling a primitive as the "root" object. |
class |
RootArrayDescriptor
The default class descriptor for Arrays that are passed in as the root-level class. |
class |
SQLDateClassDescriptor
A ClassDescriptor for java.sql.Date. |
class |
SQLTimeClassDescriptor
A ClassDescriptor for java.sql.Time. |
class |
SQLTimestampClassDescriptor
A ClassDescriptor for java.sql.Date. |
class |
StringClassDescriptor
The default String class descriptor. |
class |
VectorClassDescriptor
The default java.util.Vector class descriptor. |
| Methods in org.exolab.castor.xml.descriptors that return XMLClassDescriptor | |
static XMLClassDescriptor |
CoreDescriptors.getDescriptor(java.lang.Class clazz)
Returns the XMLClassDescriptor for the given Class. |
| Uses of XMLClassDescriptor in org.exolab.castor.xml.util |
| Classes in org.exolab.castor.xml.util that implement XMLClassDescriptor | |
class |
XMLClassDescriptorAdapter
An adapter class which can turn an ordinary ClassDescriptor into an XMLClassDescriptor. |
class |
XMLClassDescriptorImpl
The core implementation of XMLClassDescriptor. |
| Methods in org.exolab.castor.xml.util that return XMLClassDescriptor | |
XMLClassDescriptor |
ResolverStrategy.ResolverResults.getDescriptor(java.lang.String className)
Gets the descriptor that is mapped to the given class name. |
XMLClassDescriptor |
XMLClassDescriptorResolverImpl.resolve(java.lang.String className)
Returns the XMLClassDescriptor for the given class name. |
XMLClassDescriptor |
XMLClassDescriptorResolverImpl.resolve(java.lang.String className,
java.lang.ClassLoader loader)
Returns the XMLClassDescriptor for the given class name. |
XMLClassDescriptor |
XMLClassDescriptorResolverImpl.resolveByXMLName(java.lang.String xmlName,
java.lang.String namespaceURI,
java.lang.ClassLoader loader)
Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI. Null is returned if no descriptor can be found. |
| Methods in org.exolab.castor.xml.util with parameters of type XMLClassDescriptor | |
void |
ResolverStrategy.ResolverResults.addDescriptor(java.lang.String className,
XMLClassDescriptor descriptor)
Adds a descriptor to this caches maps. |
void |
XMLClassDescriptorImpl.setExtends(XMLClassDescriptor classDesc)
Sets the XMLClassDescriptor that this descriptor inherits from |
protected void |
XMLClassDescriptorImpl.setExtendsWithoutFlatten(XMLClassDescriptor classDesc)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||