CXF API

Uses of Interface
org.apache.cxf.endpoint.Server

Packages that use Server
org.apache.cxf.endpoint   
 

Uses of Server in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return types with arguments of type Server
 java.util.List<Server> ServerRegistry.getServers()
           
 

Methods in org.apache.cxf.endpoint with parameters of type Server
 void ServerRegistry.register(Server server)
           
 void ServerRegistry.unregister(Server server)
           
 


CXF API

-