|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericMarshallingFailureException | |
---|---|
org.springframework.oxm | Root package for Spring's O/X Mapping integration classes. |
org.springframework.oxm.castor | Package providing integration of Castor within Springs O/X Mapping support. |
org.springframework.oxm.jaxb | Package providing integration of JAXB with Springs O/X Mapping support. |
org.springframework.oxm.jibx | Package providing integration of JiBX with Springs O/X Mapping support. |
org.springframework.oxm.xmlbeans | Package providing integration of XMLBeans with Springs O/X Mapping support. |
org.springframework.oxm.xstream | Package providing integration of XStream with Springs O/X Mapping support. |
Uses of GenericMarshallingFailureException in org.springframework.oxm |
---|
Subclasses of GenericMarshallingFailureException in org.springframework.oxm | |
---|---|
class |
MarshallingFailureException
Exception thrown on marshalling failure. |
class |
UnmarshallingFailureException
Exception thrown on unmarshalling failure. |
Uses of GenericMarshallingFailureException in org.springframework.oxm.castor |
---|
Subclasses of GenericMarshallingFailureException in org.springframework.oxm.castor | |
---|---|
class |
CastorMarshallingFailureException
Castor-specific subclass of MarshallingFailureException . |
class |
CastorUnmarshallingFailureException
Castor-specific subclass of UnmarshallingFailureException . |
Uses of GenericMarshallingFailureException in org.springframework.oxm.jaxb |
---|
Subclasses of GenericMarshallingFailureException in org.springframework.oxm.jaxb | |
---|---|
class |
JaxbMarshallingFailureException
JAXB-specific subclass of MarshallingFailureException . |
class |
JaxbUnmarshallingFailureException
JAXB-specific subclass of UnmarshallingFailureException . |
Uses of GenericMarshallingFailureException in org.springframework.oxm.jibx |
---|
Subclasses of GenericMarshallingFailureException in org.springframework.oxm.jibx | |
---|---|
class |
JibxMarshallingFailureException
JiXB-specific subclass of MarshallingFailureException . |
class |
JibxUnmarshallingFailureException
JiXB-specific subclass of UnmarshallingFailureException . |
Uses of GenericMarshallingFailureException in org.springframework.oxm.xmlbeans |
---|
Subclasses of GenericMarshallingFailureException in org.springframework.oxm.xmlbeans | |
---|---|
class |
XmlBeansMarshallingFailureException
XMLBeans-specific subclass of MarshallingFailureException . |
class |
XmlBeansUnmarshallingFailureException
XMLBeans-specific subclass of UnmarshallingFailureException . |
Uses of GenericMarshallingFailureException in org.springframework.oxm.xstream |
---|
Subclasses of GenericMarshallingFailureException in org.springframework.oxm.xstream | |
---|---|
class |
XStreamMarshallingFailureException
XStream-specific subclass of MarshallingFailureException . |
class |
XStreamUnmarshallingFailureException
XStream-specific subclass of UnmarshallingFailureException . |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |