Uses of Class
org.exolab.castor.xml.MarshalException
Packages that use MarshalException
Package
Description
The XML Marshaller API
-
Uses of MarshalException in org.exolab.castor.builder.binding.xml
Methods in org.exolab.castor.builder.binding.xml that throw MarshalExceptionModifier and TypeMethodDescriptionvoid
void
AutomaticNamingType.marshal
(ContentHandler handler) void
void
Binding.marshal
(ContentHandler handler) void
void
ClassType.marshal
(ContentHandler handler) void
void
ComponentBindingType.marshal
(ContentHandler handler) void
void
ComponentBindingTypeChoice.marshal
(ContentHandler handler) void
void
ContentMemberType.marshal
(ContentHandler handler) void
void
EnumBindingType.marshal
(ContentHandler handler) void
void
EnumClassName.marshal
(ContentHandler handler) void
void
EnumMember.marshal
(ContentHandler handler) void
void
Exclude.marshal
(ContentHandler handler) void
void
Excludes.marshal
(ContentHandler handler) void
void
FieldType.marshal
(ContentHandler handler) void
void
Forces.marshal
(ContentHandler handler) void
void
IncludeType.marshal
(ContentHandler handler) void
void
Interface.marshal
(ContentHandler handler) void
void
NamingType.marshal
(ContentHandler handler) void
void
NamingXMLType.marshal
(ContentHandler handler) void
void
PackageType.marshal
(ContentHandler handler) void
void
PackageTypeChoice.marshal
(ContentHandler handler) static AutomaticNamingType
AutomaticNamingType.unmarshalAutomaticNamingType
(Reader reader) Method unmarshalAutomaticNamingType.static Binding
Binding.unmarshalBinding
(Reader reader) Method unmarshalBinding.static ClassType
ClassType.unmarshalClassType
(Reader reader) Method unmarshalClassType.static ComponentBindingType
ComponentBindingType.unmarshalComponentBindingType
(Reader reader) Method unmarshalComponentBindingType.static ComponentBindingTypeChoice
ComponentBindingTypeChoice.unmarshalComponentBindingTypeChoice
(Reader reader) Method unmarshalComponentBindingTypeChoice.static ContentMemberType
ContentMemberType.unmarshalContentMemberType
(Reader reader) Method unmarshalContentMemberType.static EnumBindingType
EnumBindingType.unmarshalEnumBindingType
(Reader reader) Method unmarshalEnumBindingType.static EnumClassName
EnumClassName.unmarshalEnumClassName
(Reader reader) Method unmarshalEnumClassName.static EnumMember
EnumMember.unmarshalEnumMember
(Reader reader) Method unmarshalEnumMember.static Exclude
Exclude.unmarshalExclude
(Reader reader) Method unmarshalExclude.static Excludes
Excludes.unmarshalExcludes
(Reader reader) Method unmarshalExcludes.static FieldType
FieldType.unmarshalFieldType
(Reader reader) Method unmarshalFieldType.static Forces
Forces.unmarshalForces
(Reader reader) Method unmarshalForces.static IncludeType
IncludeType.unmarshalIncludeType
(Reader reader) Method unmarshalIncludeType.static Interface
Interface.unmarshalInterface
(Reader reader) Method unmarshalInterface.static NamingType
NamingType.unmarshalNamingType
(Reader reader) Method unmarshalNamingType.static NamingXMLType
NamingXMLType.unmarshalNamingXMLType
(Reader reader) Method unmarshalNamingXMLType.static PackageType
PackageType.unmarshalPackageType
(Reader reader) Method unmarshalPackageType.static PackageTypeChoice
PackageTypeChoice.unmarshalPackageTypeChoice
(Reader reader) Method unmarshalPackageTypeChoice. -
Uses of MarshalException in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that throw MarshalExceptionModifier and TypeMethodDescriptionvoid
void
BindXml.marshal
(ContentHandler handler) void
void
CacheTypeMapping.marshal
(ContentHandler handler) void
void
ClassChoice.marshal
(ContentHandler handler) void
void
ClassMapping.marshal
(ContentHandler handler) void
void
Container.marshal
(ContentHandler handler) void
void
FieldHandlerDef.marshal
(ContentHandler handler) void
void
FieldMapping.marshal
(ContentHandler handler) void
void
Include.marshal
(ContentHandler handler) void
void
KeyGeneratorDef.marshal
(ContentHandler handler) void
void
Ldap.marshal
(ContentHandler handler) void
void
MappingRoot.marshal
(ContentHandler handler) void
void
MapTo.marshal
(ContentHandler handler) void
void
NamedNativeQuery.marshal
(ContentHandler handler) void
void
NamedQuery.marshal
(ContentHandler handler) void
void
Param.marshal
(ContentHandler handler) void
void
Property.marshal
(ContentHandler handler) void
void
QueryHint.marshal
(ContentHandler handler) void
void
Sql.marshal
(ContentHandler handler) static BindXml
Method unmarshal.static CacheTypeMapping
Method unmarshal.static ClassChoice
Method unmarshal.static ClassMapping
Method unmarshal.static Container
Method unmarshal.static FieldHandlerDef
Method unmarshal.static FieldMapping
Method unmarshal.static Include
Method unmarshal.static KeyGeneratorDef
Method unmarshal.static Ldap
Method unmarshal.static MappingRoot
Method unmarshal.static MapTo
Method unmarshal.static NamedNativeQuery
Method unmarshal.static NamedQuery
Method unmarshal.static Param
Method unmarshal.static Property
Method unmarshal.static QueryHint
Method unmarshal.static Sql
Method unmarshal. -
Uses of MarshalException in org.exolab.castor.xml
Methods in org.exolab.castor.xml that throw MarshalExceptionModifier and TypeMethodDescriptionIntrospector.generateClassDescriptor
(Class c) Creates an XMLClassDescriptor for the given class by using Reflection.Introspector.generateClassDescriptor
(Class c, PrintWriter errorWriter) Creates an XMLClassDescriptor for the given class by using Reflection.void
Marshals the given Object as XML using the DocumentHandler for this Marshaller.static void
Marshals the given Object as XML using the given writer.static void
Marshals the given Object as XML using the given DOM Node to send events to.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.Unmarshals Objects of this Unmarshaller's Class type.static Object
Unmarshals Objects of the given Class type.static Object
Unmarshals Objects of the given Class type.static Object
Unmarshaller.unmarshal
(Class c, InputSource source) Unmarshals Objects of the given Class type.Unmarshaller.unmarshal
(XMLEventReader eventReader) Unmarshals objects of thisUnmarshaller
's class type.Unmarshaller.unmarshal
(XMLStreamReader streamReader) Unmarshals objects of thisUnmarshaller
's class type.Unmarshals ths givenSource
instance.Unmarshals objects of thisUnmarshaller
's Class type from anAnyNode
instance.Unmarshaller.unmarshal
(EventProducer eventProducer) Deprecated.please use @see #unmarshal(SAX2EventProducer) instead.Unmarshaller.unmarshal
(SAX2EventAndErrorProducer eventProducer) Unmarshals objects of thisUnmarshaller
's class type.Unmarshaller.unmarshal
(SAX2EventProducer eventProducer) Unmarshals Objects of this Unmarshaller's Class type.Unmarshals Objects of this Unmarshaller's Class type.Unmarshaller.unmarshal
(InputSource source) Unmarshals Objects of this Unmarshaller's Class type. -
Uses of MarshalException in org.exolab.castor.xml.schema.annotations.jdo
Methods in org.exolab.castor.xml.schema.annotations.jdo that throw MarshalExceptionModifier and TypeMethodDescriptionvoid
void
Column.marshal
(ContentHandler handler) void
void
ManyToMany.marshal
(ContentHandler handler) void
void
OneToMany.marshal
(ContentHandler handler) void
void
OneToOne.marshal
(ContentHandler handler) void
void
PkType.marshal
(ContentHandler handler) void
void
PrimaryKey.marshal
(ContentHandler handler) void
void
ReadonlyDirtyType.marshal
(ContentHandler handler) void
void
Table.marshal
(ContentHandler handler) static Column
Method unmarshal.static ManyToMany
Method unmarshal.static OneToMany
Method unmarshal.static OneToOne
Method unmarshal.static PkType
Method unmarshal.static PrimaryKey
Method unmarshal.static ReadonlyDirtyType
Method unmarshal.static Table
Method unmarshal. -
Uses of MarshalException in org.exolab.castor.xml.schema.annotations.solrj
Methods in org.exolab.castor.xml.schema.annotations.solrj that throw MarshalException