public class HttpServiceTracker.HttpContextExtensionServiceImpl extends java.lang.Object implements HttpContextExtensionService
| Constructor and Description |
|---|
HttpContextExtensionServiceImpl(Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
HttpContext |
getHttpContext(<any> httpServiceReference,
java.lang.String httpContextId)
returns the HttpContext associated with the HttpService reference and http context name
|
public HttpContextExtensionServiceImpl(Bundle bundle)
public HttpContext getHttpContext(<any> httpServiceReference,
java.lang.String httpContextId)
HttpContextExtensionServicegetHttpContext in interface HttpContextExtensionServicehttpServiceReference - The ServiceReference of the http service to which this HttpContext applieshttpContextId - The name of the HttpContext. Must be providednull
if the HttpContext is unavailable.