Package com.isode.x400api
Class Message
- java.lang.Object
-
- com.isode.x400api.Message
-
public class Message extends java.lang.Object
Provides the Message class used by the X.400 class. Hold message information to pass across the API in an opaque manner.
-
-
Constructor Summary
Constructors Constructor Description Message()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
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
GetType()
Returns the string length from a call to the most recent GetIntParam interface call.
-
-
-
Method Detail
-
GetType
public int GetType()
Returns the string length from a call to the most recent GetIntParam interface call.
-
GetIntValue
public int GetIntValue()
Returns the integer value from a call to the most recent GetIntParam interface call.
-
GetAttType
public int GetAttType()
Returns the type of attachment returned from the most recent GetAttachment call.
-
GetAttLen
public int GetAttLen()
Returns the length of attachment returned from the most recent GetAttachment call which returned a binary attachment.
-
finalize
public void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
-