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: 1958 $
Author:
Alexey Loubyansky, Heiko Braun

Method Summary
 byte[] getAttachmentAsByteArray(String cid)
           
 XOPObject getAttachmentAsDataHandler(String cid)
           
 boolean isXOPPackage()
           
 

Method Detail

isXOPPackage

boolean isXOPPackage()

getAttachmentAsDataHandler

XOPObject getAttachmentAsDataHandler(String cid)

getAttachmentAsByteArray

byte[] getAttachmentAsByteArray(String cid)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.