Apache CXF API

org.apache.cxf.endpoint
Interface Server

All Known Implementing Classes:
ServerImpl

public interface Server


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

Method Detail

start

void start()

stop

void stop()

destroy

void destroy()

getDestination

Destination getDestination()

getEndpoint

Endpoint getEndpoint()

Apache CXF API

Apache CXF