com.isode.x400api.test
Class X400msTestRcvUtils
java.lang.Object
com.isode.x400api.test.X400msTestRcvUtils
public class X400msTestRcvUtils
- extends Object
|
Method Summary |
static int |
get_acp127respali(ACP127Resp resp_obj,
int entry,
ALI ali)
|
static int |
get_bp(MSMessage msmessage_obj,
BodyPart bodypart_obj,
int att_num)
Fetch and display a MT bodypart |
static int |
get_ms_ali(MSMessage msmessage_obj,
int entry,
ALI ali)
|
static int |
get_ms_distfield(MSMessage msmessage_obj,
int entry,
DistField df)
|
static int |
get_ms_internaltraceinfo(MSMessage msmessage_obj,
int entry,
InternalTraceinfo traceinfo_obj)
|
static int |
get_ms_otherrecip(MSMessage msmessage_obj,
int entry,
OtherRecip otherrecip)
|
static int |
get_ms_pss(MSMessage msmessage_obj,
int entry,
PSS dc,
int type)
|
static int |
get_ms_redihist(MSMessage msmessage_obj,
Recip recip_obj,
int entry,
RediHist redihist_obj)
|
static int |
get_ms_traceinfo(MSMessage msmessage_obj,
int entry,
Traceinfo traceinfo_obj,
int type)
|
static int |
get_msgbp(MSMessage msmessage_obj,
Message message_obj,
int att_num,
int type)
|
static int |
get_p772(MSMessage msmessage_obj)
|
static void |
rcv_msg(String[] args)
Open a P3/P7 session,
Retrieve a message either from the Message Store
or the P3 server directly,
Close the session |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X400msTestRcvUtils
public X400msTestRcvUtils()
get_ms_redihist
public static int get_ms_redihist(MSMessage msmessage_obj,
Recip recip_obj,
int entry,
RediHist redihist_obj)
get_ms_traceinfo
public static int get_ms_traceinfo(MSMessage msmessage_obj,
int entry,
Traceinfo traceinfo_obj,
int type)
get_ms_internaltraceinfo
public static int get_ms_internaltraceinfo(MSMessage msmessage_obj,
int entry,
InternalTraceinfo traceinfo_obj)
get_ms_distfield
public static int get_ms_distfield(MSMessage msmessage_obj,
int entry,
DistField df)
get_ms_pss
public static int get_ms_pss(MSMessage msmessage_obj,
int entry,
PSS dc,
int type)
get_ms_otherrecip
public static int get_ms_otherrecip(MSMessage msmessage_obj,
int entry,
OtherRecip otherrecip)
get_ms_ali
public static int get_ms_ali(MSMessage msmessage_obj,
int entry,
ALI ali)
get_acp127respali
public static int get_acp127respali(ACP127Resp resp_obj,
int entry,
ALI ali)
get_p772
public static int get_p772(MSMessage msmessage_obj)
rcv_msg
public static void rcv_msg(String[] args)
- Open a P3/P7 session,
Retrieve a message either from the Message Store
or the P3 server directly,
Close the session
get_msgbp
public static int get_msgbp(MSMessage msmessage_obj,
Message message_obj,
int att_num,
int type)
get_bp
public static int get_bp(MSMessage msmessage_obj,
BodyPart bodypart_obj,
int att_num)
- Fetch and display a MT bodypart