|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.rm.persistence.RMMessage
public class RMMessage
| Constructor Summary | |
|---|---|
RMMessage()
|
|
| Method Summary | |
|---|---|
byte[] |
getContent()
Returns the content of the message as an input stream. |
BigInteger |
getMessageNumber()
Returns the message number of the message within its sequence. |
String |
getTo()
Returns the to address of this message. |
void |
setContent(byte[] c)
Sets the message content as an input stream. |
void |
setMessageNumber(BigInteger mn)
Sets the message number of the message within its sequence. |
void |
setTo(String t)
Sets the to address of this message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMMessage()
| Method Detail |
|---|
public BigInteger getMessageNumber()
public void setMessageNumber(BigInteger mn)
messageNumber - the message numberpublic byte[] getContent()
public void setContent(byte[] c)
content - the message contentpublic String getTo()
public void setTo(String t)
t - the to address
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||