Class CVDataHandler
java.lang.Object
com.sun.xml.ws.security.opt.impl.util.CVDataHandler
- All Implemented Interfaces:
javax.activation.DataContentHandler
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContent(javax.activation.DataSource ds) getTransferData(DataFlavor df, javax.activation.DataSource ds) voidwriteTo(Object obj, String mimeType, OutputStream os)
-
Constructor Details
-
CVDataHandler
public CVDataHandler()Creates a new instance of CVDataHandler
-
-
Method Details
-
getContent
- Specified by:
getContentin interfacejavax.activation.DataContentHandler
-
getTransferData
- Specified by:
getTransferDatain interfacejavax.activation.DataContentHandler
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfacejavax.activation.DataContentHandler
-
writeTo
- Specified by:
writeToin interfacejavax.activation.DataContentHandler- Throws:
IOException
-