Apache CXF API

org.apache.cxf.endpoint
Interface Server


public interface Server


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

Method Detail

start

void start()

stop

void stop()

destroy

void destroy()

isStarted

boolean isStarted()

getDestination

Destination getDestination()

getEndpoint

Endpoint getEndpoint()

Apache CXF API

Apache CXF