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

java.lang.Object
  extended by com.sun.xml.ws.db.sdo.SDOAttachmentMarshaller

public class SDOAttachmentMarshaller
extends Object

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)

addMtomAttachment

public String addMtomAttachment(javax.activation.DataHandler dh,
                                String elementNamespace,
                                String elementLocalName)

addMtomAttachment

public String addMtomAttachment(byte[] data,
                                int offset,
                                int length,
                                String mimeType,
                                String elementNamespace,
                                String elementLocalName)

addSwaRefAttachment

public String addSwaRefAttachment(javax.activation.DataHandler dh)

isXOPPackage

public boolean isXOPPackage()


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