if( respInvoker == null ) throw new ServiceRuntimeException("Async Implementation invoked with no response invoker");
Message responseMsg = processRequest(msg);
if (responseMsg.getBody() != null){
respInvoker.invokeAsyncResponse(responseMsg);
}
}
} // end method invokeAsyncRequest