Package org.apache.cxf.endpoint
Class ServerImpl
- java.lang.Object
- 
- org.apache.cxf.endpoint.ServerImpl
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected BindingFactorybindingFactoryprotected Busbusprotected Endpointendpoint
 - 
Constructor SummaryConstructors Constructor Description ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()DestinationgetDestination()EndpointgetEndpoint()booleanisStarted()booleanisStopped()voidsetDestination(Destination destination)voidstart()voidstop()
 
- 
- 
- 
Field Detail- 
endpointprotected final Endpoint endpoint 
 - 
busprotected final Bus bus 
 - 
bindingFactoryprotected final BindingFactory bindingFactory 
 
- 
 - 
Constructor Detail- 
ServerImplpublic ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) throws BusException, IOException - Throws:
- BusException
- IOException
 
 
- 
 - 
Method Detail- 
getDestinationpublic Destination getDestination() - Specified by:
- getDestinationin interface- Server
 
 - 
setDestinationpublic void setDestination(Destination destination) 
 - 
isStoppedpublic boolean isStopped() 
 - 
getEndpointpublic Endpoint getEndpoint() - Specified by:
- getEndpointin interface- Server
 
 
- 
 
-