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