org.springframework.data.jdbc.support.oracle
Class StreamXmlTypeHandler

java.lang.Object
  extended by org.springframework.data.jdbc.support.oracle.AbstractXmlTypeHandler
      extended by org.springframework.data.jdbc.support.oracle.StreamXmlTypeHandler
All Implemented Interfaces:
XmlTypeHandler

public class StreamXmlTypeHandler
extends AbstractXmlTypeHandler

Implementation handling moving data using a InputStream representation to and from an XMLType.

Since:
1.0

Constructor Summary
StreamXmlTypeHandler()
           
 
Method Summary
 Object extractXmlContent(oracle.xdb.XMLType data)
           
 
Methods inherited from class org.springframework.data.jdbc.support.oracle.AbstractXmlTypeHandler
createXmlType, getXmlContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamXmlTypeHandler

public StreamXmlTypeHandler()
Method Detail

extractXmlContent

public Object extractXmlContent(oracle.xdb.XMLType data)
                         throws SQLException
Specified by:
extractXmlContent in class AbstractXmlTypeHandler
Throws:
SQLException