Uses of Interface
org.exolab.castor.xml.XMLClassDescriptor

Packages that use XMLClassDescriptor
org.exolab.castor.mapping.xml.descriptors   
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.parsing   
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 NamedNativeQueryDescriptor
          Class NamedNativeQueryDescriptor.
 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.descriptors
 

Classes in org.exolab.castor.mapping.xml.types.descriptors that implement XMLClassDescriptor
 class BindXmlAutoNamingTypeDescriptor
          Class BindXmlAutoNamingTypeDescriptor.
 class BindXmlNodeTypeDescriptor
          Class BindXmlNodeTypeDescriptor.
 class ClassMappingAccessTypeDescriptor
          Class ClassMappingAccessTypeDescriptor.
 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
 

Methods in org.exolab.castor.xml that return XMLClassDescriptor
 XMLClassDescriptor Introspector.generateClassDescriptor(Class c)
          Creates an XMLClassDescriptor for the given class by using Reflection.
 XMLClassDescriptor Introspector.generateClassDescriptor(Class c, PrintWriter errorWriter)
          Creates an XMLClassDescriptor for the given class by using Reflection.
 XMLClassDescriptor Marshaller.NilObject.getClassDescriptor()
          Returns the associated XMLClassDescriptor
 XMLClassDescriptor XMLClassDescriptorResolver.resolve(String className)
          Returns the XMLClassDescriptor for the given class name.
 XMLClassDescriptor XMLClassDescriptorResolver.resolve(String className, ClassLoader loader)
          Returns the XMLClassDescriptor for the given class name.
 XMLClassDescriptor XMLClassDescriptorResolver.resolveByXMLName(String xmlName, String namespaceURI, 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
 

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(Class clazz)
          Returns the XMLClassDescriptor for the given Class.
 

Uses of XMLClassDescriptor in org.exolab.castor.xml.parsing
 

Methods in org.exolab.castor.xml.parsing with parameters of type XMLClassDescriptor
 void NamespaceHandling.processNamespaces(XMLClassDescriptor classDesc, Object object)
          Saves local namespace declarations to the object model if necessary.
 

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(String className)
          Gets the descriptor that is mapped to the given class name.
 XMLClassDescriptor XMLClassDescriptorResolverImpl.resolve(String className)
          Returns the XMLClassDescriptor for the given class name.
 XMLClassDescriptor XMLClassDescriptorResolverImpl.resolve(String className, ClassLoader loader)
          Returns the XMLClassDescriptor for the given class name.
 XMLClassDescriptor XMLClassDescriptorResolverImpl.resolveByXMLName(String xmlName, String namespaceURI, ClassLoader loader)
          Returns the first XMLClassDescriptor that matches the given XML name and namespaceURI.
 

Methods in org.exolab.castor.xml.util with parameters of type XMLClassDescriptor
 void ResolverStrategy.ResolverResults.addDescriptor(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)
           
 



Copyright © 2013. All Rights Reserved.