Package com.enonic.xp.jaxrs
Interface JaxRsService
-
- All Superinterfaces:
Iterable<JaxRsComponent>
public interface JaxRsService extends Iterable<JaxRsComponent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(JaxRsComponent component)
void
destroy()
void
init()
void
remove(JaxRsComponent component)
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
init
void init()
-
add
void add(JaxRsComponent component)
-
remove
void remove(JaxRsComponent component)
-
destroy
void destroy()
-
-