|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.b2b.protocol.messaging.MessageBase | +--com.bea.b2b.protocol.rosettanet.messaging.RNMessage
The RNMessage class represents a RosettaNet message. It contains additional information that is associated with RosettaNet processing.
Method Summary | |
void |
addRecipient(java.lang.String rec)
Adds the specified recipient to the recipients list for this message. |
PreamblePart |
getPreamble()
Gets the RosettaNet Preamble portion of this message. |
ServiceContentPart |
getServiceContent()
Gets the RosettaNet Service Content portion of this message. |
ServiceHeaderPart |
getServiceHeader()
Gets the RosettaNet Service Header portion of this message. |
Attachment |
getSignature()
Gets the Digital Signature portion of this message. |
void |
removeAllRecipients()
Removes all recipients from the recipients list for this message. |
boolean |
removeRecipient(java.lang.String rec)
Removes the specified recipient from recipients list for this message. |
MessageToken |
send()
Sends this message to the recipient trading partner(s). |
void |
setServiceContent(ServiceContentPart content)
Sets the RosettaNet Service Content portion of this message. |
void |
setSignature(Attachment signature)
Sets the Digital Signature portion of this message. |
Methods inherited from class com.bea.b2b.protocol.messaging.MessageBase |
addPayloadPart,
addPayloadParts,
getConversationId,
getConversationType,
getCreationTime,
getMessageId,
getPayloadParts,
getRecipients,
isBusinessMessage,
removeAllPayloadParts,
setToRole |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public PreamblePart getPreamble()
public ServiceHeaderPart getServiceHeader()
public ServiceContentPart getServiceContent()
public void setServiceContent(ServiceContentPart content)
ServiceContentPart
- - Service Content portion.public Attachment getSignature()
public void setSignature(Attachment signature)
Attachment
- - Digital Signature portion.public MessageToken send() throws MessageDeliveryException
This method is not available on the c-hub and will throw the MessageDeliveryException if attempted.
public void addRecipient(java.lang.String rec) throws ModificationException
public void removeAllRecipients() throws ModificationException
public boolean removeRecipient(java.lang.String rec) throws ModificationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |