com.sun.xml.ws.security.opt.impl.util
Class CVDataHandler
java.lang.Object
com.sun.xml.ws.security.opt.impl.util.CVDataHandler
- All Implemented Interfaces:
- DataContentHandler
public class CVDataHandler
- extends Object
- implements DataContentHandler
- Author:
- K.Venugopal@sun.com
|
Constructor Summary |
CVDataHandler()
Creates a new instance of CVDataHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVDataHandler
public CVDataHandler()
- Creates a new instance of CVDataHandler
getContent
public Object getContent(DataSource ds)
- Specified by:
getContent in interface DataContentHandler
getTransferData
public Object getTransferData(DataFlavor df,
DataSource ds)
- Specified by:
getTransferData in interface DataContentHandler
getTransferDataFlavors
public DataFlavor[] getTransferDataFlavors()
- Specified by:
getTransferDataFlavors in interface DataContentHandler
writeTo
public void writeTo(Object obj,
String mimeType,
OutputStream os)
throws IOException
- Specified by:
writeTo in interface DataContentHandler
- Throws:
IOException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.