Class XmlObjectSerializerImpl
java.lang.Object
org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
- All Implemented Interfaces:
XmlObjectSerializer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXmlObjectSerializerImpl(Writer output, boolean includeHeader, boolean multiObject) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(boolean closeStream) Adds document end tag and optinally closes the underlying streamvoidflush()Flushes the underlying stream.voidwriteObject(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:XmlObjectSerializerWrites the next object to the stream.- Specified by:
writeObjectin interfaceXmlObjectSerializer- Parameters:
object- The object to write.- See Also:
-
flush
public void flush()Description copied from interface:XmlObjectSerializerFlushes the underlying stream.- Specified by:
flushin interfaceXmlObjectSerializer
-
close
public void close(boolean closeStream) Description copied from interface:XmlObjectSerializerAdds document end tag and optinally closes the underlying stream- Specified by:
closein interfaceXmlObjectSerializer
-