Interface HttpContextExtensionService
- All Known Implementing Classes:
HttpServiceTracker.HttpContextExtensionServiceImpl
public interface HttpContextExtensionService
The HttpContextExtensionService provides access to an HttpContext instance
whose resources and implementation are added via the "httpcontexts" extension
point.
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptiongetHttpContext(ServiceReference<HttpService> httpServiceReference, String httpContextId) returns the HttpContext associated with the HttpService reference and http context name
-
Method Details
-
getHttpContext
HttpContext getHttpContext(ServiceReference<HttpService> 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 applieshttpContextId- The name of the HttpContext. Must be provided- Returns:
- The HttpContext associated with the "id" and Http Service Reference;
nullif the HttpContext is unavailable.
-