JBoss XML Binding 2.0.3.GA

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


public interface XOPMarshaller

This interface is a copy of AttachmentMarshaller 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
 String addMtomAttachment(byte[] data, String elementNamespace, String elementName)
           
 String addMtomAttachment(XOPObject obj, String elementNamespace, String elementName)
           
 boolean isXOPPackage()
           
 

Method Detail

isXOPPackage

boolean isXOPPackage()

addMtomAttachment

String addMtomAttachment(XOPObject obj,
                         String elementNamespace,
                         String elementName)

addMtomAttachment

String addMtomAttachment(byte[] data,
                         String elementNamespace,
                         String elementName)

JBoss XML Binding 2.0.3.GA

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