Class 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 Detail

      • SDOAttachmentMarshaller

        public SDOAttachmentMarshaller​(javax.xml.bind.attachment.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