| java.lang.Object org.apache.cxf.endpoint.ServerImpl
ServerImpl | public class ServerImpl implements Server(Code) | | |
Constructor Summary | |
public | ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, MessageObserver observer) | public | ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) |
ServerImpl | public ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, MessageObserver observer) throws BusException, IOException(Code) | | |
ServerImpl | public ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) throws BusException, IOException(Code) | | |
getDestination | public Destination getDestination()(Code) | | |
getEndpoint | public Endpoint getEndpoint()(Code) | | |
getMessageObserver | public MessageObserver getMessageObserver()(Code) | | |
setDestination | public void setDestination(Destination destination)(Code) | | |
setMessageObserver | public void setMessageObserver(MessageObserver messageObserver)(Code) | | |
start | public void start()(Code) | | |
|
|