|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.bind.attachment.AttachmentMarshaller
public abstract class AttachmentMarshaller
| Constructor Summary | |
|---|---|
AttachmentMarshaller()
|
|
| Method Summary | |
|---|---|
abstract String |
addMtomAttachment(byte[] data,
int offset,
int length,
String mimeType,
String elementNamespace,
String elementLocalName)
|
abstract String |
addMtomAttachment(javax.activation.DataHandler data,
String elementNamespace,
String elementLocalName)
|
abstract String |
addSwaRefAttachment(javax.activation.DataHandler data)
|
boolean |
isXOPPackage()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentMarshaller()
| Method Detail |
|---|
public abstract String addMtomAttachment(byte[] data,
int offset,
int length,
String mimeType,
String elementNamespace,
String elementLocalName)
public abstract String addMtomAttachment(javax.activation.DataHandler data,
String elementNamespace,
String elementLocalName)
public abstract String addSwaRefAttachment(javax.activation.DataHandler data)
public boolean isXOPPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||