188189190191192193194195196197198
if (contextRoot == null) { return; } if (endpointService == null) { throw new EndpointRegistrationException( "The endpoint adapter is null"); } final HttpAdapter httpAdapter = grizzlyListener.getAdapter(HttpAdapter.class); if (httpAdapter != null) {