Package org.apache.cxf.endpoint
Class ServerImpl
java.lang.Object
org.apache.cxf.endpoint.ServerImpl
- All Implemented Interfaces:
Server
-
Field Summary
Modifier and TypeFieldDescriptionprotected final BindingFactory
protected final Bus
protected final Endpoint
-
Constructor Summary
ConstructorDescriptionServerImpl
(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
boolean
boolean
void
setDestination
(Destination destination) void
start()
void
stop()
-
Field Details
-
endpoint
-
bus
-
bindingFactory
-
-
Constructor Details
-
ServerImpl
public ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) throws BusException, IOException - Throws:
BusException
IOException
-
-
Method Details
-
getDestination
- Specified by:
getDestination
in interfaceServer
-
setDestination
-
start
public void start() -
isStopped
public boolean isStopped() -
isStarted
public boolean isStarted() -
stop
public void stop() -
destroy
public void destroy() -
getEndpoint
- Specified by:
getEndpoint
in interfaceServer
-