javax.xml.bind
Class AttachmentMarshaller

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

public abstract class AttachmentMarshaller
extends Object

Since:
May 9, 2006
Author:
Heiko Braun

Constructor Summary
AttachmentMarshaller()
           
 
Method Summary
abstract  String addMtomAttachment(byte[] data, String elementNamespace, String elementName)
           
abstract  String addMtomAttachment(javax.activation.DataHandler dataHandler, String elementNamespace, String elementName)
           
abstract  String addSwaRefAttachment(javax.activation.DataHandler dataHandler)
           
abstract  boolean isXOPPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentMarshaller

public AttachmentMarshaller()
Method Detail

isXOPPackage

public abstract boolean isXOPPackage()

addMtomAttachment

public abstract String addMtomAttachment(javax.activation.DataHandler dataHandler,
                                         String elementNamespace,
                                         String elementName)

addMtomAttachment

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

addSwaRefAttachment

public abstract String addSwaRefAttachment(javax.activation.DataHandler dataHandler)


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