public interface JaxRsService extends Iterable<JaxRsComponent>
Modifier and Type | Method and Description |
---|---|
void |
add(JaxRsComponent component) |
void |
destroy() |
void |
init() |
void |
remove(JaxRsComponent component) |
forEach, iterator, spliterator
void init()
void add(JaxRsComponent component)
void remove(JaxRsComponent component)
void destroy()