chunkThreshold, conduitName,
uri);
csPolicy = getClient(message);
entity = message.get(CXFHttpRequest.class);
basicEntity = (BasicHttpEntity)entity.getEntity();
HeapByteBufferAllocator allocator = new HeapByteBufferAllocator();
inbuf = new SharedInputBuffer(16320, allocator);
outbuf = new SharedOutputBuffer(16320, allocator);
}