org.apache.cxf.endpoint
Interface Server

All Known Implementing Classes:
ServerImpl

public interface Server


Method Summary
 Destination getDestination()
           
 Endpoint getEndpoint()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()

getDestination

Destination getDestination()

getEndpoint

Endpoint getEndpoint()


Apache CXF