MessageAttachment Interface
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.
Syntax
public interface MessageAttachment
Extends
Serializable
Package
com.bea.data
Nested Class Summary
public static final class MessageAttachment.Factory
See MessageAttachment.Factory Class.
Field Summary
public static final long serialVersionUID
Version. Internal use only.
Method Summary
|
|
com.bea.xml.XmlObject |
getXmlObject() Retrieves this portion of the attachment as an XmlObject. Call isXmlObject() first to verify that the data is untyped XML. |
com.bea.data.RawData |
getRawData() Retrieves this portion of the attachment as non-XML (raw) data. Call isRawData() first to verify that the data is raw data. |
boolean |
isXmlObject() Returns true if this portion of the attachment contains untyped XML data. |
boolean |
isRawData() Returns true if this portion of the attachment contains non-XML (raw) data. |
String |
toString() Converts this portion of the attachment to a String. Overrides: toString in class Object. |
Related Topics
MessageAttachment.Factory Class
Guide to Building Business Processes
ebXML Control
RosettaNet Control
Introducing Trading Partner Integration
WebLogic Workshop Reference