}
@Override
protected EntryPointContextFactory createEntryPointContextFactory(EntryPoint entryPoint, MessageFactory msgFactory) {
String webAppName = ((JSONRPCBinding) entryPoint.getBindings().get(0)).getWebAppName();
return new JSONEntryPointContextFactory(entryPoint.getName(), msgFactory, webAppName, tomcatHost);
}