public class EndpointExporter extends AbstractExporter
| Constructor and Description |
|---|
EndpointExporter(BundleContext context,
String baseAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected void |
exportService(ServiceReference<?> reference,
Object service) |
protected void |
unexportService(ServiceReference<?> serviceReference) |
init, serviceChangedpublic EndpointExporter(BundleContext context, String baseAddress) throws InvalidSyntaxException
InvalidSyntaxExceptionpublic void dispose()
dispose in class AbstractExporterprotected void unexportService(ServiceReference<?> serviceReference)
unexportService in class AbstractExporterprotected void exportService(ServiceReference<?> reference, Object service)
exportService in class AbstractExporter