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, serviceChanged
public EndpointExporter(BundleContext context, String baseAddress) throws InvalidSyntaxException
InvalidSyntaxException
public void dispose()
dispose
in class AbstractExporter
protected void unexportService(ServiceReference<?> serviceReference)
unexportService
in class AbstractExporter
protected void exportService(ServiceReference<?> reference, Object service)
exportService
in class AbstractExporter