|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.Validator
org.exolab.castor.xml.util.XMLClassDescriptorImpl
org.exolab.castor.xml.util.XMLClassDescriptorAdapter
public class XMLClassDescriptorAdapter
An adapter class which can turn an ordinary ClassDescriptor into an XMLClassDescriptor
Constructor Summary | |
---|---|
XMLClassDescriptorAdapter(ClassDescriptor classDesc,
java.lang.String xmlName)
Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor |
|
XMLClassDescriptorAdapter(ClassDescriptor classDesc,
java.lang.String xmlName,
NodeType primitiveNodeType)
Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLClassDescriptorAdapter(ClassDescriptor classDesc, java.lang.String xmlName) throws MappingException
classDesc
- the ClassDescriptor to "adapt"xmlName
- the XML name for the class
MappingException
public XMLClassDescriptorAdapter(ClassDescriptor classDesc, java.lang.String xmlName, NodeType primitiveNodeType) throws MappingException
classDesc
- the ClassDescriptor to "adapt"xmlName
- the XML name for the classprimitiveNodeType
- the NodeType to use for primitives
MappingException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |