org.jboss.xb.binding.sunday.xop
Interface XOPUnmarshaller


public interface XOPUnmarshaller

This interface is a copy of AttachmentUnmarshaller from JAXB2.0. It's added to avoid circular module dependecy in the build system.

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Method Summary
 byte[] getAttachmentAsByteArray(String cid)
           
 javax.activation.DataHandler getAttachmentAsDataHandler(String cid)
           
 boolean isXOPPackage()
           
 

Method Detail

isXOPPackage

boolean isXOPPackage()

getAttachmentAsDataHandler

javax.activation.DataHandler getAttachmentAsDataHandler(String cid)

getAttachmentAsByteArray

byte[] getAttachmentAsByteArray(String cid)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.