www.pudn.com > yidong.rar > TestAPI.java


package sample;
/*  --------------------------------------------------------------------------
    Name:       TestAPI.cpp
    Title:      Test CMPP API of ISMG for CMPP 1.1
    Package:    ISMG for CMPP 1.1

    Written:    2001/01/01  Jeffrey Du  Asiainfo
    Revised:    

    Synopsis:   Test CMPP 1.1 API.
 -----------------------------------------------------------------------------*/
import aiismg.jcmppapi30.CMPPAPI;

public final class TestAPI {
	public static void main( String argv[] )
	{
		CMPPAPI test = new CMPPAPI();
		int n;
		// get argument
		for(n=0; n