com.openexchange.mail.conversion
Class VCardMailPartDataSource

java.lang.Object
  extended by com.openexchange.mail.conversion.MailPartDataSource
      extended by com.openexchange.mail.conversion.VCardMailPartDataSource
All Implemented Interfaces:
com.openexchange.conversion.DataSource

public final class VCardMailPartDataSource
extends MailPartDataSource

VCardMailPartDataSource - The MailPartDataSource for VCard parts.

Author:
Thorben Betten

Constructor Summary
VCardMailPartDataSource()
          Initializes a new VCardMailPartDataSource
 
Method Summary
<D> com.openexchange.conversion.Data<D>
getData(java.lang.Class<? extends D> type, com.openexchange.conversion.DataArguments dataArguments, com.openexchange.session.Session session)
           
 
Methods inherited from class com.openexchange.mail.conversion.MailPartDataSource
getRequiredArguments, getTypes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardMailPartDataSource

public VCardMailPartDataSource()
Initializes a new VCardMailPartDataSource

Method Detail

getData

public <D> com.openexchange.conversion.Data<D> getData(java.lang.Class<? extends D> type,
                                                       com.openexchange.conversion.DataArguments dataArguments,
                                                       com.openexchange.session.Session session)
                                            throws com.openexchange.conversion.DataException
Throws:
com.openexchange.conversion.DataException