/**
* Get the transport that should be used by the invoker for responding.
*/
private TTransport getOutputTransport()
{
response = new FastMemoryOutputTransport(32, useHeapBasedAllocation);
return thriftFactories.outputTransportFactory.getTransport(response);
}