Package org.apache.cxf.endpoint
Interface Server
- 
- All Known Implementing Classes:
- ServerImpl
 
 public interface Server
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()DestinationgetDestination()EndpointgetEndpoint()booleanisStarted()voidstart()voidstop()
 
- 
- 
- 
Method Detail- 
startvoid start() 
 - 
stopvoid stop() 
 - 
destroyvoid destroy() 
 - 
isStartedboolean isStarted() 
 - 
getDestinationDestination getDestination() 
 - 
getEndpointEndpoint getEndpoint() 
 
- 
 
-