}
//TODO MULE-4952 what is the strategy here for proxy components?
endpointBuilder.setExchangePattern(MessageExchangePattern.REQUEST_RESPONSE);
OutboundEndpoint endpoint = endpointBuilder.buildOutboundEndpoint();
MuleEvent responseEvent = endpoint.process(event);
if (responseEvent != null && !VoidMuleEvent.getInstance().equals(responseEvent))
{