@Test(expected = MalformedEndpointException.class)
public void testDynamicInboundEndpointNotAllowed() throws Exception
{
EndpointURIEndpointBuilder endpointBuilder = new EndpointURIEndpointBuilder("test://#[header:host]:#[header:port]", muleContext);
endpointBuilder.buildInboundEndpoint();
}
@Test
public void testMEPOverridingInUri() throws Exception
{