|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.isode.x400api.MSMessage
public class MSMessage
Provides the Message class used by the X.400 class. Hold message information to pass across the API in an opaque manner.
| Constructor Summary | |
|---|---|
MSMessage()
|
|
| Method Summary | |
|---|---|
int |
GetAttLen()
Returns the length of attachment returned from the most recent GetAttachment call which returned a binary attachment. |
int |
GetAttType()
Returns the type of attachment returned from the most recent GetAttachment call. |
int |
GetIntValue()
Returns the integer value from a call to the most recent GetIntParam interface call. |
int |
GetNumRecips()
Returns the number of recipient from the most recent successful msMsgCountRecip call. |
int |
GetType()
Returns the type of object obtained from most recent MsgGet() call. |
static void |
main(String[] args)
The main program A test method only. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSMessage()
| Method Detail |
|---|
public int GetType()
public int GetIntValue()
public int GetAttType()
public int GetAttLen()
public int GetNumRecips()
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||