Class TransactionReader
java.lang.Object
org.eclipse.rdf4j.http.protocol.transaction.TransactionReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse
(InputStream in) parse the transaction from the serializationparse the transaction from the serialization
-
Constructor Details
-
TransactionReader
public TransactionReader()
-
-
Method Details
-
parse
parse the transaction from the serialization- Throws:
SAXException
- If the SimpleSAXParser was unable to create an XMLReader or if the XML is faulty.IOException
- If IO problems during parsing.
-
parse
parse the transaction from the serialization- Throws:
SAXException
- If the SimpleSAXParser was unable to create an XMLReader or if the XML is faulty.IOException
- If IO problems during parsing.
-