Package org.apache.cxf.endpoint
Class ServerImpl
java.lang.Object
org.apache.cxf.endpoint.ServerImpl
- All Implemented Interfaces:
- Server
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final BindingFactoryprotected final Busprotected final Endpoint
- 
Constructor SummaryConstructorsConstructorDescriptionServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddestroy()booleanbooleanvoidsetDestination(Destination destination) voidstart()voidstop()
- 
Field Details- 
endpoint
- 
bus
- 
bindingFactory
 
- 
- 
Constructor Details- 
ServerImplpublic ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) throws BusException, IOException - Throws:
- BusException
- IOException
 
 
- 
- 
Method Details- 
getDestination- Specified by:
- getDestinationin interface- Server
 
- 
setDestination
- 
startpublic void start()
- 
isStoppedpublic boolean isStopped()
- 
isStartedpublic boolean isStarted()
- 
stoppublic void stop()
- 
destroypublic void destroy()
- 
getEndpoint- Specified by:
- getEndpointin interface- Server
 
 
-