net.wimpi.pim.factory
Interface ContactIOFactory

All Known Implementing Classes:
vCardIOFactory

public interface ContactIOFactory

Interface for a ContactIOFactory, which can be used to instantiate marshaller and unmarshaller instances.

Version:
0.1 (22/07/2003)
Author:
Dieter Wimberger

Method Summary
 ContactMarshaller createContactMarshaller()
          Returns a new ContactMarshaller instance.
 ContactUnmarshaller createContactUnmarshaller()
          Returns a new ContactUnmarshaller instance.
 

Method Detail

createContactMarshaller

public ContactMarshaller createContactMarshaller()
Returns a new ContactMarshaller instance.

Returns:
the newly created ContactMarshaller instance.

createContactUnmarshaller

public ContactUnmarshaller createContactUnmarshaller()
Returns a new ContactUnmarshaller instance.

Returns:
the newly created ContactUnmarshaller instance.


Copyright © 2001-2003 jpim team.