Package org.apache.cxf.endpoint
Class ServerImpl
- java.lang.Object
-
- org.apache.cxf.endpoint.ServerImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected BindingFactory
bindingFactory
protected Bus
bus
protected Endpoint
endpoint
-
Constructor Summary
Constructors Constructor Description ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
Destination
getDestination()
Endpoint
getEndpoint()
boolean
isStarted()
boolean
isStopped()
void
setDestination(Destination destination)
void
start()
void
stop()
-
-
-
Field Detail
-
endpoint
protected final Endpoint endpoint
-
bus
protected final Bus bus
-
bindingFactory
protected final BindingFactory bindingFactory
-
-
Constructor Detail
-
ServerImpl
public ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) throws BusException, IOException
- Throws:
BusException
IOException
-
-
Method Detail
-
getDestination
public Destination getDestination()
- Specified by:
getDestination
in interfaceServer
-
setDestination
public void setDestination(Destination destination)
-
isStopped
public boolean isStopped()
-
getEndpoint
public Endpoint getEndpoint()
- Specified by:
getEndpoint
in interfaceServer
-
-