Class XmlObjectSerializerImpl
java.lang.Object
org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
- All Implemented Interfaces:
XmlObjectSerializer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionXmlObjectSerializerImpl
(Writer output, boolean includeHeader, boolean multiObject) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(boolean closeStream) Adds document end tag and optinally closes the underlying streamvoid
flush()
Flushes the underlying stream.void
writeObject
(Object object) Writes the next object to the stream.
-
Field Details
-
MULTI_OBJECT_ELEMENT
- See Also:
-
CONNECTORS_DTD
- See Also:
-
-
Constructor Details
-
XmlObjectSerializerImpl
-
-
Method Details
-
writeObject
Description copied from interface:XmlObjectSerializer
Writes the next object to the stream.- Specified by:
writeObject
in interfaceXmlObjectSerializer
- Parameters:
object
- The object to write.- See Also:
-
flush
public void flush()Description copied from interface:XmlObjectSerializer
Flushes the underlying stream.- Specified by:
flush
in interfaceXmlObjectSerializer
-
close
public void close(boolean closeStream) Description copied from interface:XmlObjectSerializer
Adds document end tag and optinally closes the underlying stream- Specified by:
close
in interfaceXmlObjectSerializer
-