javax.xml.bind
Class AttachmentUnmarshaller

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

public abstract class AttachmentUnmarshaller
extends Object

Since:
May 9, 2006
Author:
Heiko Braun

Constructor Summary
AttachmentUnmarshaller()
           
 
Method Summary
abstract  byte[] getAttachmentAsByteArray(String cid)
           
abstract  javax.activation.DataHandler getAttachmentAsDataHandler(String cid)
           
abstract  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

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.