Eclipse Platform
Release 3.3

org.eclipse.equinox.http.registry
Interface HttpContextExtensionService


public interface HttpContextExtensionService

The HttpContextExtensionService provides access to an HttpContext instance whose resources and implementation are added via the "httpcontexts" extension point.


Method Summary
 HttpContext getHttpContext(ServiceReference httpServiceReference, String httpContextId)
          returns the HttpContext associated with the HttpService reference and http context name
 

Method Detail

getHttpContext

public HttpContext getHttpContext(ServiceReference httpServiceReference,
                                  String httpContextId)
returns the HttpContext associated with the HttpService reference and http context name

Parameters:
httpServiceReference - The ServiceReference of the http service to which this HttpContext applies
httpContextId - The name of the HttpContext. Must be provided
Returns:
The HttpContext associated with the "id" and Http Service Reference; null if the HttpContext is unavailable.

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.