javax.xml.bind
Class AttachmentUnmarshaller
java.lang.Object
javax.xml.bind.AttachmentUnmarshaller
public abstract class AttachmentUnmarshaller
- extends Object
- Since:
- May 9, 2006
- Author:
- Heiko Braun
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentUnmarshaller
public AttachmentUnmarshaller()
isXOPPackage
public abstract boolean isXOPPackage()
getAttachmentAsDataHandler
public abstract javax.activation.DataHandler getAttachmentAsDataHandler(String cid)
getAttachmentAsByteArray
public abstract byte[] getAttachmentAsByteArray(String cid)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.