Public Member Functions

org.exolab.castor.xml.util.XMLClassDescriptorAdapter Class Reference

Inheritance diagram for org.exolab.castor.xml.util.XMLClassDescriptorAdapter:
org.exolab.castor.xml.util.XMLClassDescriptorImpl org.exolab.castor.xml.Validator org.exolab.castor.xml.XMLClassDescriptor org.exolab.castor.xml.ClassValidator org.exolab.castor.mapping.ClassDescriptor org.exolab.castor.xml.TypeValidator

List of all members.

Public Member Functions

 XMLClassDescriptorAdapter (ClassDescriptor classDesc, String xmlName) throws org.exolab.castor.mapping.MappingException
 XMLClassDescriptorAdapter (ClassDescriptor classDesc, String xmlName, NodeType primitiveNodeType) throws org.exolab.castor.mapping.MappingException

Detailed Description

An adapter class which can turn an ordinary ClassDescriptor into an XMLClassDescriptor

Author:
Keith Visco
Version:
Revision:
1.2
Date:
2003/03/03 09:57:20

Constructor & Destructor Documentation

org.exolab.castor.xml.util.XMLClassDescriptorAdapter.XMLClassDescriptorAdapter ( ClassDescriptor  classDesc,
String  xmlName 
) throws org.exolab.castor.mapping.MappingException

Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor

Parameters:
classDesc the ClassDescriptor to "adapt"
xmlName the XML name for the class
org.exolab.castor.xml.util.XMLClassDescriptorAdapter.XMLClassDescriptorAdapter ( ClassDescriptor  classDesc,
String  xmlName,
NodeType  primitiveNodeType 
) throws org.exolab.castor.mapping.MappingException

Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor

Parameters:
classDesc the ClassDescriptor to "adapt"
xmlName the XML name for the class
primitiveNodeType the NodeType to use for primitives

References org.exolab.castor.xml.util.XMLClassDescriptorImpl.setJavaClass(), org.exolab.castor.xml.util.XMLClassDescriptorImpl.setXMLName(), and org.exolab.castor.xml.XMLNaming.toXMLName().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties