|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MessageAttachment
Represents part of an attachment in an ebXML or RosettaNet business message. Provides methods for retrieving untyped XML or non-XML data from an attachment.
| Nested Class Summary | |
|---|---|
static class |
MessageAttachment.Factory
Static factory class for creating new instances of MessageAttachment |
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Method Summary | |
|---|---|
RawData |
getRawData()
Retrieves this portion of the attachment as non-XML (raw) data. |
org.apache.xmlbeans.XmlObject |
getXmlObject()
Retrieves this portion of the attachment as an XmlObject. |
boolean |
isRawData()
Returns true if this portion of the attachment contains non-XML (raw) data. |
boolean |
isXmlObject()
Returns true if this portion of the attachment contains untyped XML data. |
String |
toString()
Converts this portion of the attachment to a String. |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
org.apache.xmlbeans.XmlObject getXmlObject()
RawData getRawData()
boolean isXmlObject()
boolean isRawData()
String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||