100101102103104105106
this.name = name; this.resource = resource; this.processIdField = processIdField; this.flowConstruct = flowConstruct; this.muleContext = muleContext; this.endpointCache = new SimpleEndpointCache(muleContext); }
41424344454647
private final EndpointCache endpointCache; public DefaultLocalMuleClient(MuleContext muleContext) { this.muleContext = muleContext; this.endpointCache = new SimpleEndpointCache(muleContext); }
96979899100101102
37383940414243