Process

Processes the input message and returns the response message.

Syntax

SmartPointer<Message> process(Message* message) 

Parameters

  • Input message

Results

Returns the response message.

Example

SmartPointer<Message> reply = service->process(request);