|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.oxm.xmlbeans.XmlBeansUtils
public class XmlBeansUtils
Generic utility methods for working with XMLBeans. Mainly for internal use within the framework.
| Constructor Summary | |
|---|---|
XmlBeansUtils()
|
|
| Method Summary | |
|---|---|
static XmlMappingException |
convertXmlBeansException(java.lang.Exception ex,
boolean marshalling)
Converts the given XMLBeans exception to an appropriate exception from the org.springframework.oxm
hierarchy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlBeansUtils()
| Method Detail |
|---|
public static XmlMappingException convertXmlBeansException(java.lang.Exception ex,
boolean marshalling)
org.springframework.oxm
hierarchy.
A boolean flag is used to indicate whether this exception occurs during marshalling or unmarshalling, since
XMLBeans itself does not make this distinction in its exception hierarchy.
ex - XMLBeans Exception that occuredmarshalling - indicates whether the exception occurs during marshalling (true), or
unmarshalling (false)
XmlMappingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||