org.apache.cxf.endpoint
Class ServerImpl
java.lang.Object
org.apache.cxf.endpoint.ServerImpl
- All Implemented Interfaces:
- org.apache.cxf.endpoint.Server
public class ServerImpl
- extends Object
- implements org.apache.cxf.endpoint.Server
|
Constructor Summary |
ServerImpl(org.apache.cxf.Bus bus,
org.apache.cxf.endpoint.Endpoint endpoint,
org.apache.cxf.transport.DestinationFactory destinationFactory,
org.apache.cxf.binding.BindingFactory bindingFactory)
|
ServerImpl(org.apache.cxf.Bus bus,
org.apache.cxf.endpoint.Endpoint endpoint,
org.apache.cxf.transport.DestinationFactory destinationFactory,
org.apache.cxf.transport.MessageObserver observer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerImpl
public ServerImpl(org.apache.cxf.Bus bus,
org.apache.cxf.endpoint.Endpoint endpoint,
org.apache.cxf.transport.DestinationFactory destinationFactory,
org.apache.cxf.transport.MessageObserver observer)
throws org.apache.cxf.BusException,
IOException
- Throws:
org.apache.cxf.BusException
IOException
ServerImpl
public ServerImpl(org.apache.cxf.Bus bus,
org.apache.cxf.endpoint.Endpoint endpoint,
org.apache.cxf.transport.DestinationFactory destinationFactory,
org.apache.cxf.binding.BindingFactory bindingFactory)
throws org.apache.cxf.BusException,
IOException
- Throws:
org.apache.cxf.BusException
IOException
getDestination
public org.apache.cxf.transport.Destination getDestination()
- Specified by:
getDestination in interface org.apache.cxf.endpoint.Server
setDestination
public void setDestination(org.apache.cxf.transport.Destination destination)
start
public void start()
- Specified by:
start in interface org.apache.cxf.endpoint.Server
isStopped
public boolean isStopped()
isStarted
public boolean isStarted()
- Specified by:
isStarted in interface org.apache.cxf.endpoint.Server
stop
public void stop()
- Specified by:
stop in interface org.apache.cxf.endpoint.Server
destroy
public void destroy()
- Specified by:
destroy in interface org.apache.cxf.endpoint.Server
getEndpoint
public org.apache.cxf.endpoint.Endpoint getEndpoint()
- Specified by:
getEndpoint in interface org.apache.cxf.endpoint.Server
getMessageObserver
public org.apache.cxf.transport.MessageObserver getMessageObserver()
setMessageObserver
public void setMessageObserver(org.apache.cxf.transport.MessageObserver messageObserver)
Apache CXF