public interface Server
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy() | 
| Destination | getDestination() | 
| Endpoint | getEndpoint() | 
| boolean | isStarted() | 
| void | start() | 
| void | stop() | 
void start()
void stop()
void destroy()
boolean isStarted()
Destination getDestination()
Endpoint getEndpoint()
Apache CXF