49505152535455
this.name = name; this.msgFactory = msgFactory; } public EntryPointContext createContext() throws ContextCreationException { return new EntryPointContextImpl(name, sourceWireFactory, msgFactory); }