|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.messaging.outboundservice.MSIByteBuffer
An implementation of the IByteBuffer and used to create the message content to pass to connectors when sending or receiving messages.
Constructor Summary | |
MSIByteBuffer()
Constructs the MSIByteBuffer object. |
Method Summary | |
void |
addPart(ContentPart part)
Adds a new content part to the message. |
boolean |
checkBytes(byte[] arg1)
Checks the bytes. |
int |
countParts()
Returns the number of content parts in the message. |
byte[] |
getBytes()
Returns the content of the message in byte format. |
ContentPart |
getPart(int index)
Returns the content part based on the given index. |
void |
setBytes(byte[] arg1)
Sets the bytes of the IByteBuffer. |
Constructor Detail |
public MSIByteBuffer()
Method Detail |
public void addPart(ContentPart part)
part
- ContentPart The content part.public boolean checkBytes(byte[] arg1)
arg1
- byte[] The byte array.public int countParts()
public byte[] getBytes()
public ContentPart getPart(int index)
index
- int The index of the content part to return.public void setBytes(byte[] arg1)
arg1
- byte[] the byte array.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |