Package org.hibernate.boot.jaxb.spi
Class Binding<T>
java.lang.Object
org.hibernate.boot.jaxb.spi.Binding<T>
- All Implemented Interfaces:
Serializable
Represents a JAXB binding, as well as keeping information about the origin
of the processed XML
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Binding
-
-
Method Details
-
getRoot
Obtain the root JAXB bound object- Returns:
- The JAXB root object
-
getOrigin
Obtain the metadata about the document's origin- Returns:
- The origin
-