com.sun.xml.ws.db.sdo
Class SDOAttachmentMarshaller

java.lang.Object
  extended by com.sun.xml.ws.db.sdo.SDOAttachmentMarshaller
All Implemented Interfaces:
org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller

public class SDOAttachmentMarshaller
extends Object
implements org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller

Created by IntelliJ IDEA. User: giglee Date: May 13, 2009 Time: 3:51:54 PM To change this template use File | Settings | File Templates.


Constructor Summary
SDOAttachmentMarshaller(AttachmentMarshaller jbm)
           
 
Method Summary
 String addMtomAttachment(byte[] data, int offset, int length, String mimeType, String elementNamespace, String elementLocalName)
           
 String addMtomAttachment(javax.activation.DataHandler dh, String elementNamespace, String elementLocalName)
           
 String addSwaRefAttachment(byte[] data, int start, int length)
           
 String addSwaRefAttachment(javax.activation.DataHandler dh)
           
 boolean isXOPPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOAttachmentMarshaller

public SDOAttachmentMarshaller(AttachmentMarshaller jbm)
Method Detail

addSwaRefAttachment

public String addSwaRefAttachment(byte[] data,
                                  int start,
                                  int length)
Specified by:
addSwaRefAttachment in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller

addMtomAttachment

public String addMtomAttachment(javax.activation.DataHandler dh,
                                String elementNamespace,
                                String elementLocalName)
Specified by:
addMtomAttachment in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller

addMtomAttachment

public String addMtomAttachment(byte[] data,
                                int offset,
                                int length,
                                String mimeType,
                                String elementNamespace,
                                String elementLocalName)
Specified by:
addMtomAttachment in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller

addSwaRefAttachment

public String addSwaRefAttachment(javax.activation.DataHandler dh)
Specified by:
addSwaRefAttachment in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller

isXOPPackage

public boolean isXOPPackage()
Specified by:
isXOPPackage in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.