org.identityconnectors.framework.impl.serializer
Class ObjectSerializerFactoryImpl

java.lang.Object
  extended by org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
      extended by org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl

public class ObjectSerializerFactoryImpl
extends ObjectSerializerFactory


Constructor Summary
ObjectSerializerFactoryImpl()
           
 
Method Summary
 void deserializeXmlStream(InputSource is, XmlObjectResultsHandler handler, boolean validate)
           
 BinaryObjectDeserializer newBinaryDeserializer(InputStream is)
           
 BinaryObjectSerializer newBinarySerializer(OutputStream os)
           
 XmlObjectSerializer newXmlSerializer(Writer w, boolean includeHeader, boolean multiObject)
           
 
Methods inherited from class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectSerializerFactoryImpl

public ObjectSerializerFactoryImpl()
Method Detail

newBinaryDeserializer

public BinaryObjectDeserializer newBinaryDeserializer(InputStream is)
Specified by:
newBinaryDeserializer in class ObjectSerializerFactory

newBinarySerializer

public BinaryObjectSerializer newBinarySerializer(OutputStream os)
Specified by:
newBinarySerializer in class ObjectSerializerFactory

newXmlSerializer

public XmlObjectSerializer newXmlSerializer(Writer w,
                                            boolean includeHeader,
                                            boolean multiObject)
Specified by:
newXmlSerializer in class ObjectSerializerFactory

deserializeXmlStream

public void deserializeXmlStream(InputSource is,
                                 XmlObjectResultsHandler handler,
                                 boolean validate)
Specified by:
deserializeXmlStream in class ObjectSerializerFactory


Copyright © 2011. All Rights Reserved.