CXF API

org.apache.cxf.endpoint
Interface Server


public interface Server


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

Method Detail

start

void start()

stop

void stop()

getDestination

Destination getDestination()

CXF API

-