Search in sources :

Example 6 with ServiceMethod

use of io.protostuff.compiler.model.ServiceMethod in project incubator-servicecomb-java-chassis by apache.

the class ProtoMapper method getResponseMessage.

public Message getResponseMessage(String operationId) {
    Service service = proto.getServices().get(0);
    ServiceMethod serviceMethod = service.getMethod(operationId);
    return serviceMethod.getReturnType();
}
Also used : Service(io.protostuff.compiler.model.Service) ServiceMethod(io.protostuff.compiler.model.ServiceMethod)

Aggregations

ServiceMethod (io.protostuff.compiler.model.ServiceMethod)6 Service (io.protostuff.compiler.model.Service)4