javax.xml.bind.attachment
Class AttachmentUnmarshaller

java.lang.Object
  extended by javax.xml.bind.attachment.AttachmentUnmarshaller

public abstract class AttachmentUnmarshaller
extends Object


Constructor Summary
AttachmentUnmarshaller()
           
 
Method Summary
abstract  byte[] getAttachmentAsByteArray(String cid)
           
abstract  javax.activation.DataHandler getAttachmentAsDataHandler(String cid)
           
 boolean isXOPPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentUnmarshaller

public AttachmentUnmarshaller()
Method Detail

getAttachmentAsByteArray

public abstract byte[] getAttachmentAsByteArray(String cid)

getAttachmentAsDataHandler

public abstract javax.activation.DataHandler getAttachmentAsDataHandler(String cid)

isXOPPackage

public boolean isXOPPackage()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.