Class SDOAttachmentMarshaller

java.lang.Object
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 Details

    • SDOAttachmentMarshaller

      public SDOAttachmentMarshaller(jakarta.xml.bind.attachment.AttachmentMarshaller jbm)
  • Method Details

    • 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(jakarta.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(jakarta.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