Package com.sun.xml.ws.db.sdo
Class SDOAttachmentUnmarshaller
- java.lang.Object
-
- com.sun.xml.ws.db.sdo.SDOAttachmentUnmarshaller
-
- All Implemented Interfaces:
org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
public class SDOAttachmentUnmarshaller extends Object implements org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
Created by IntelliJ IDEA. User: giglee Date: May 13, 2009 Time: 3:52:18 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description SDOAttachmentUnmarshaller(AttachmentUnmarshaller jbu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getAttachmentAsByteArray(String cid)DataHandlergetAttachmentAsDataHandler(String cid)booleanisXOPPackage()
-
-
-
Constructor Detail
-
SDOAttachmentUnmarshaller
public SDOAttachmentUnmarshaller(AttachmentUnmarshaller jbu)
-
-
Method Detail
-
getAttachmentAsByteArray
public byte[] getAttachmentAsByteArray(String cid)
- Specified by:
getAttachmentAsByteArrayin interfaceorg.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
getAttachmentAsDataHandler
public DataHandler getAttachmentAsDataHandler(String cid)
- Specified by:
getAttachmentAsDataHandlerin interfaceorg.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
isXOPPackage
public boolean isXOPPackage()
- Specified by:
isXOPPackagein interfaceorg.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
-
-