|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.b2b.protocol.messaging.Attachment
The Attachment class represents an attachment, which consists of binary content. An Attachment is a payload part of a business message and is used to exchange binary content between trading partners.
Constructor Summary | |
Attachment()
Constructs an Attachment. |
|
Attachment(java.io.InputStream is)
Constructs an Attachment using the specified input stream. |
Method Summary | |
java.io.InputStream |
getInputStream()
Gets the input stream for this message part. |
void |
setInputStream(java.io.InputStream is)
Sets the input stream for this message part. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Attachment()
public Attachment(java.io.InputStream is)
is
- InputStream of the part.Method Detail |
public java.io.InputStream getInputStream()
public void setInputStream(java.io.InputStream is)
is
- Input stream to specify.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |