| Name | Description | Type | Package | Framework |
| Jdbc4SqlXmlHandler | Default implementation of the SqlXmlHandler interface. | Class | org.springframework.jdbc.support.xml | Spring MVC |
| SqlXmlFeatureNotImplementedException | Exception thrown when the underlying implementation does not support therequested feature of the API. | Class | org.springframework.jdbc.support.xml | Spring MVC |
| SqlXmlHandler | Abstraction for handling XML fields in specific databases. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
| SqlXmlObjectMappingHandler | Abstraction for handling XML object mapping to fields in a database. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
| SqlXmlValue | Subinterface of SqlValuethat supports passing in XML data to specified column and adds a | Interface | org.springframework.jdbc.support.xml | Spring MVC |
| XmlBinaryStreamProvider | Interface defining handling involved with providing OutputStreamSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
| XmlCharacterStreamProvider | Interface defining handling involved with providing WriterSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |
| XmlResultProvider | Interface defining handling involved with providing ResultSince:2. | Interface | org.springframework.jdbc.support.xml | Spring MVC |