Class AbstractXMLContentExporter
java.lang.Object
org.apache.syncope.core.persistence.common.content.AbstractXMLContentExporter
- All Implemented Interfaces:
ContentDealer,ContentExporter
- Direct Known Subclasses:
XMLContentExporter,XMLContentExporter
-
Field Summary
FieldsFields inherited from interface org.apache.syncope.core.persistence.api.content.ContentDealer
ROOT_ELEMENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidend(TransformerHandler handler) protected TransformerHandlerstart(OutputStream os) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.content.ContentExporter
export
-
Field Details
-
LOG
-
-
Constructor Details
-
AbstractXMLContentExporter
public AbstractXMLContentExporter()
-
-
Method Details
-
start
protected TransformerHandler start(OutputStream os) throws TransformerConfigurationException, SAXException -
end
- Throws:
SAXException
-