59606162636465
this.name = name; this.objectFactory = objectFactory; } public ExternalServiceContext createContext() throws ContextCreationException { return new ExternalServiceContextImpl(name, targetWireFactory, objectFactory); }