org.springframework.oxm.support |
Provides generic support classes for using Spring's O/X Mapping integration within various scenario's. Includes the
MarshallingSource for compatibility with TrAX.
|
Java Source File Name | Type | Comment |
MarshallingSource.java | Class | Source implementation that uses a
Marshaller .Can be constructed with a Marshaller and an
object to be marshalled.
Even though StaxSource extends from SAXSource , calling the methods of
SAXSource is not supported. |