org.apache.cxf.endpoint
Class ServerImpl
java.lang.Object
org.apache.cxf.endpoint.ServerImpl
- All Implemented Interfaces:
- Server
public class ServerImpl
- extends java.lang.Object
- implements Server
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerImpl
public ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
MessageObserver observer)
throws BusException,
java.io.IOException
- Throws:
BusException
java.io.IOException
ServerImpl
public ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory)
throws BusException,
java.io.IOException
- Throws:
BusException
java.io.IOException
getDestination
public Destination getDestination()
- Specified by:
getDestination in interface Server
setDestination
public void setDestination(Destination destination)
start
public void start()
- Specified by:
start in interface Server
stop
public void stop()
- Specified by:
stop in interface Server
getEndpoint
public Endpoint getEndpoint()
- Specified by:
getEndpoint in interface Server
getMessageObserver
public MessageObserver getMessageObserver()
setMessageObserver
public void setMessageObserver(MessageObserver messageObserver)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.