net.wimpi.pim.contact.io.vcard
Class vCardIOFactory

java.lang.Object
  |
  +--net.wimpi.pim.contact.io.vcard.vCardIOFactory
All Implemented Interfaces:
ContactIOFactory

public class vCardIOFactory
extends java.lang.Object
implements ContactIOFactory

Class representing a ContactIOFactory, which can be used to instantiate vCard marshaller and unmarshaller instances.

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

Constructor Summary
vCardIOFactory()
           
 
Method Summary
 ContactMarshaller createContactMarshaller()
          Returns a new ContactMarshaller instance.
 ContactUnmarshaller createContactUnmarshaller()
          Returns a new ContactUnmarshaller instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

vCardIOFactory

public vCardIOFactory()
Method Detail

createContactMarshaller

public ContactMarshaller createContactMarshaller()
Description copied from interface: ContactIOFactory
Returns a new ContactMarshaller instance.

Specified by:
createContactMarshaller in interface ContactIOFactory
Returns:
the newly created ContactMarshaller instance.

createContactUnmarshaller

public ContactUnmarshaller createContactUnmarshaller()
Description copied from interface: ContactIOFactory
Returns a new ContactUnmarshaller instance.

Specified by:
createContactUnmarshaller in interface ContactIOFactory
Returns:
the newly created ContactUnmarshaller instance.


Copyright © 2001-2003 jpim team.