}
public void testResponseTransformerExceptionDetailAfterRequestFlowInterupt() throws Exception
{
endpoint = createTestInboundEndpoint(null, new TestSecurityFilter(false), null,
new ResponseAppendTransformer(), MessageExchangePattern.REQUEST_RESPONSE, null);
endpoint.setListener(inboundListener);
requestEvent = createTestRequestEvent(endpoint);
responseEvent = createTestResponseEvent(endpoint);
responseEvent.getMessage().setExceptionPayload(new DefaultExceptionPayload(new RuntimeException()));