Apache CXF API

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

Packages that use Server
org.apache.cxf.bus.managers   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.jaxrs   
org.apache.cxf.test   
org.apache.cxf.transport.https   
 

Uses of Server in org.apache.cxf.bus.managers
 

Methods in org.apache.cxf.bus.managers that return types with arguments of type Server
 List<Server> ServerRegistryImpl.getServers()
           
 

Methods in org.apache.cxf.bus.managers with parameters of type Server
 void ServerRegistryImpl.register(Server server)
           
 void ServerLifeCycleManagerImpl.startServer(Server server)
           
 void ServerLifeCycleManagerImpl.stopServer(Server server)
           
 void ServerRegistryImpl.unregister(Server server)
           
 

Uses of Server in org.apache.cxf.databinding.stax
 

Methods in org.apache.cxf.databinding.stax with parameters of type Server
 void StaxDataBindingFeature.initialize(Server server, Bus bus)
           
 

Uses of Server in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement Server
 class ServerImpl
           
 

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

Methods in org.apache.cxf.endpoint with parameters of type Server
 void ServerRegistry.register(Server server)
           
 void ServerLifeCycleManager.startServer(Server server)
           
 void ServerLifeCycleListener.startServer(Server server)
           
 void ManagedEndpoint.startServer(Server s)
           
 void ServerLifeCycleManager.stopServer(Server server)
           
 void ServerLifeCycleListener.stopServer(Server server)
           
 void ManagedEndpoint.stopServer(Server s)
           
 void ServerRegistry.unregister(Server server)
           
 

Constructors in org.apache.cxf.endpoint with parameters of type Server
ManagedEndpoint(Bus b, Endpoint ep, Server s)
           
 

Uses of Server in org.apache.cxf.feature
 

Methods in org.apache.cxf.feature with parameters of type Server
 void WrappedFeature.initialize(Server server, Bus bus)
           
 void Feature.initialize(Server server, Bus bus)
           
 void AbstractFeature.initialize(Server server, Bus bus)
           
 

Uses of Server in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return Server
 Server JAXRSServerFactoryBean.create()
          Creates the JAX-RS Server instance
 

Uses of Server in org.apache.cxf.test
 

Methods in org.apache.cxf.test that return Server
 Server TestUtilities.getServerForAddress(String address)
           
 Server TestUtilities.getServerForService(QName serviceName)
           
 

Methods in org.apache.cxf.test with parameters of type Server
 javax.wsdl.Definition TestUtilities.getWSDLDefinition(Server server)
          Return a WSDL definition model for a server.
 Document TestUtilities.getWSDLDocument(Server server)
          Return a DOM tree for the WSDL for a server.
protected  Document AbstractCXFTest.getWSDLDocument(Server server)
           
 

Uses of Server in org.apache.cxf.transport.https
 

Methods in org.apache.cxf.transport.https with parameters of type Server
 void CertConstraintsFeature.initialize(Server server, Bus bus)
           
 


Apache CXF API

Apache CXF