|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.messaging.outboundservice.ContentPart
An object that represents a portion of a message that can be sent by a transport.
Constructor Summary | |
ContentPart()
Construct the ContentPart object. |
Method Summary | |
java.lang.String |
getName()
Returns the name of the content part. |
byte[] |
getPart()
Returns the main portion of the content part. |
java.lang.String |
getType()
Returns the type of the content part. |
void |
setName(java.lang.String newName)
Sets the name of the content part. |
void |
setPart(byte[] newPart)
Sets the main portion of the content part. |
void |
setType(java.lang.String newType)
Sets the type of the content part. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentPart()
Method Detail |
public java.lang.String getName()
public byte[] getPart()
public java.lang.String getType()
public void setName(java.lang.String newName)
newName
- java.lang.String The name.public void setPart(byte[] newPart)
newPart
- byte[] The main portion in byte format.public void setType(java.lang.String newType)
newType
- java.lang.String The Type.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |