|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MarshalException | |
| org.exolab.castor.mapping.xml | XML objects for loading the mapping file. |
| 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.
|
| Uses of MarshalException in org.exolab.castor.mapping.xml |
| Methods in org.exolab.castor.mapping.xml that throw MarshalException | |
void |
BindXml.marshal(java.io.Writer out)
|
void |
BindXml.marshal(org.xml.sax.ContentHandler handler)
|
static BindXml |
BindXml.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
CacheTypeMapping.marshal(java.io.Writer out)
|
void |
CacheTypeMapping.marshal(org.xml.sax.ContentHandler handler)
|
static CacheTypeMapping |
CacheTypeMapping.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
ClassChoice.marshal(java.io.Writer out)
|
void |
ClassChoice.marshal(org.xml.sax.ContentHandler handler)
|
static ClassChoice |
ClassChoice.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
ClassMapping.marshal(java.io.Writer out)
|
void |
ClassMapping.marshal(org.xml.sax.ContentHandler handler)
|
static ClassMapping |
ClassMapping.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
Container.marshal(java.io.Writer out)
|
void |
Container.marshal(org.xml.sax.ContentHandler handler)
|
static Container |
Container.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
FieldHandlerDef.marshal(java.io.Writer out)
|
void |
FieldHandlerDef.marshal(org.xml.sax.ContentHandler handler)
|
static FieldHandlerDef |
FieldHandlerDef.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
FieldMapping.marshal(java.io.Writer out)
|
void |
FieldMapping.marshal(org.xml.sax.ContentHandler handler)
|
static FieldMapping |
FieldMapping.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
Include.marshal(java.io.Writer out)
|
void |
Include.marshal(org.xml.sax.ContentHandler handler)
|
static Include |
Include.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
KeyGeneratorDef.marshal(java.io.Writer out)
|
void |
KeyGeneratorDef.marshal(org.xml.sax.ContentHandler handler)
|
static KeyGeneratorDef |
KeyGeneratorDef.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
Ldap.marshal(java.io.Writer out)
|
void |
Ldap.marshal(org.xml.sax.ContentHandler handler)
|
static Ldap |
Ldap.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
MappingRoot.marshal(java.io.Writer out)
|
void |
MappingRoot.marshal(org.xml.sax.ContentHandler handler)
|
static MappingRoot |
MappingRoot.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
MapTo.marshal(java.io.Writer out)
|
void |
MapTo.marshal(org.xml.sax.ContentHandler handler)
|
static MapTo |
MapTo.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
NamedQuery.marshal(java.io.Writer out)
|
void |
NamedQuery.marshal(org.xml.sax.ContentHandler handler)
|
static NamedQuery |
NamedQuery.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
Param.marshal(java.io.Writer out)
|
void |
Param.marshal(org.xml.sax.ContentHandler handler)
|
static Param |
Param.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
Property.marshal(java.io.Writer out)
|
void |
Property.marshal(org.xml.sax.ContentHandler handler)
|
static PropertyType |
Property.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
QueryHint.marshal(java.io.Writer out)
|
void |
QueryHint.marshal(org.xml.sax.ContentHandler handler)
|
static QueryHint |
QueryHint.unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
Sql.marshal(java.io.Writer out)
|
void |
Sql.marshal(org.xml.sax.ContentHandler handler)
|
static Sql |
Sql.unmarshal(java.io.Reader reader)
Method unmarshal. |
| Uses of MarshalException in org.exolab.castor.xml |
| Methods in org.exolab.castor.xml that throw MarshalException | |
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. |
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. |
static void |
Marshaller.marshal(java.lang.Object object,
java.io.Writer out)
Marshals the given Object as XML using the given writer. |
static void |
Marshaller.marshal(java.lang.Object object,
org.xml.sax.DocumentHandler handler)
Marshals the given Object as XML using the given DocumentHandler to send events to. |
static void |
Marshaller.marshal(java.lang.Object object,
org.xml.sax.ContentHandler handler)
Marshals the given Object as XML using the given ContentHandler to send events to. |
static void |
Marshaller.marshal(java.lang.Object object,
org.w3c.dom.Node node)
Marshals the given Object as XML using the given DOM Node to send events to. |
void |
Marshaller.marshal(java.lang.Object object)
Marshals the given Object as XML using the DocumentHandler for this Marshaller. |
java.lang.Object |
Unmarshaller.unmarshal(java.io.Reader reader)
Unmarshals Objects of this Unmarshaller's Class type. |
java.lang.Object |
Unmarshaller.unmarshal(EventProducer eventProducer)
Deprecated. please use @see #unmarshal(SAX2EventProducer) instead. |
java.lang.Object |
Unmarshaller.unmarshal(SAX2EventProducer eventProducer)
Unmarshals Objects of this Unmarshaller's Class type. |
java.lang.Object |
Unmarshaller.unmarshal(org.xml.sax.InputSource source)
Unmarshals Objects of this Unmarshaller's Class type. |
java.lang.Object |
Unmarshaller.unmarshal(org.w3c.dom.Node node)
Unmarshals Objects of this Unmarshaller's Class type. |
static java.lang.Object |
Unmarshaller.unmarshal(java.lang.Class c,
java.io.Reader reader)
Unmarshals Objects of the given Class type. |
static java.lang.Object |
Unmarshaller.unmarshal(java.lang.Class c,
org.xml.sax.InputSource source)
Unmarshals Objects of the given Class type. |
static java.lang.Object |
Unmarshaller.unmarshal(java.lang.Class c,
org.w3c.dom.Node node)
Unmarshals Objects of the given Class type. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||