Package org.apache.cxf.endpoint
Interface Server
- All Known Implementing Classes:
- ServerImpl
public interface Server
- 
Method Details- 
startvoid start()
- 
stopvoid stop()
- 
destroyvoid destroy()
- 
isStartedboolean isStarted()
- 
getDestinationDestination getDestination()
- 
getEndpointEndpoint getEndpoint()
 
-