final NewMethodParameter callback = newMethod.newParameter();
callback.setFinal(true);
callback.setName(Constants.ASYNC_CALLBACK_PARAMETER_NAME);
callback.setType(this.getAsyncCallback());
context.unbranch();
}
/**
* Retrieves the incoming payload type from the annotation appearing on the
* given comet client.