类分层结构
- java.lang.Object
- org.springframework.oxm.support.AbstractMarshaller (implements org.springframework.oxm.Marshaller, org.springframework.oxm.Unmarshaller)
- org.springframework.oxm.castor.CastorMarshaller (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean)
- org.springframework.oxm.jibx.JibxMarshaller (implements org.springframework.beans.factory.InitializingBean)
- org.springframework.oxm.xstream.XStreamMarshaller (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean)
- org.springframework.oxm.xstream.CatchAllConverter (implements com.thoughtworks.xstream.converters.Converter)
- org.springframework.oxm.jaxb.Jaxb2Marshaller (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.oxm.GenericMarshaller, org.springframework.oxm.GenericUnmarshaller, org.springframework.beans.factory.InitializingBean, org.springframework.oxm.mime.MimeMarshaller, org.springframework.oxm.mime.MimeUnmarshaller)
- org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
- org.springframework.oxm.support.SaxResourceUtils
- javax.xml.transform.sax.SAXSource (implements javax.xml.transform.Source)
- java.lang.Throwable (implements java.io.Serializable)
接口分层结构