catch (Exception e)
{
throw new RuntimeException("Could not create remoting client.", e);
}
TransportInterceptor transportInterceptor = new TransportInterceptor(client);
interceptorList.add(transportInterceptor);
//TODO -TME Important to note that this will actually be appending new interceptors
// to end of chain based on my understanding of implementation. This is fine unless
// the InvokerInterceptor is NOT the final interceptor in the chain as there may