Searched defs:addMtomAttachment (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/attachment/
H A DAttachmentMarshaller.java41 * See {@link #addMtomAttachment(DataHandler, String, String)} for details.
110 public abstract String addMtomAttachment(DataHandler data, String elementNamespace, String elementLocalName); method in class:AttachmentMarshaller
151 * @see #addMtomAttachment(DataHandler, String, String)
153 public abstract String addMtomAttachment(byte[] data, int offset, int length, String mimeType, String elementNamespace, String elementLocalName); method in class:AttachmentMarshaller
159 * value is true, the <code>addMtomAttachment(...)</code> method
171 * at least one call to <code>addMtomAttachment(...)</code> returns
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/jaxb/
H A DAttachmentMarshallerImpl.java63 public String addMtomAttachment(DataHandler data, String elementNamespace, String elementLocalName) { method in class:AttachmentMarshallerImpl
68 public String addMtomAttachment(byte[] data, int offset, int length, String mimeType, String elementNamespace, String elementLocalName) { method in class:AttachmentMarshallerImpl

Completed in 29 milliseconds