Search in sources :

Example 1 with ParseRequest

use of org.apache.servicecomb.demo.mapnull.ParseRequest in project java-chassis by ServiceComb.

the class CodeFirstPojoClient method remoteCodeFirstPojo_testParseResponse.

private void remoteCodeFirstPojo_testParseResponse(CodeFirstPojoIntf codeFirst) {
    ParseResponse r = codeFirst.parse(new ParseRequest());
    TestMgr.check("", r.getMsgHeader().get("K16"));
    TestMgr.check("CMT", r.getMsgHeader().get("K14"));
}
Also used : ParseRequest(org.apache.servicecomb.demo.mapnull.ParseRequest) ParseResponse(org.apache.servicecomb.demo.mapnull.ParseResponse)

Aggregations

ParseRequest (org.apache.servicecomb.demo.mapnull.ParseRequest)1 ParseResponse (org.apache.servicecomb.demo.mapnull.ParseResponse)1