Apache CXF API

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

Packages that use Server
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.frontend   
org.apache.cxf.jaxrs   
org.apache.cxf.test   
 

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
 java.util.List<Server> ServerRegistryImpl.getServers()
           
 java.util.List<Server> ServerRegistry.getServers()
           
 

Methods in org.apache.cxf.endpoint with parameters of type Server
 void ServerRegistryImpl.register(Server server)
           
 void ServerRegistry.register(Server server)
           
 void ServerLifeCycleManagerImpl.startServer(Server server)
           
 void ManagedEndpoint.startServer(Server s)
           
 void ServerLifeCycleManager.startServer(Server server)
           
 void ServerLifeCycleListener.startServer(Server server)
           
 void ServerLifeCycleManagerImpl.stopServer(Server server)
           
 void ManagedEndpoint.stopServer(Server s)
           
 void ServerLifeCycleManager.stopServer(Server server)
           
 void ServerLifeCycleListener.stopServer(Server server)
           
 void ServerRegistryImpl.unregister(Server server)
           
 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 AbstractFeature.initialize(Server server, Bus bus)
           
 

Uses of Server in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return Server
 Server ServerFactoryBean.create()
           
 Server ServerFactoryBean.getServer()
           
 

Methods in org.apache.cxf.frontend with parameters of type Server
 void ServerFactoryBean.setServer(Server server)
           
 

Uses of Server in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return Server
 Server JAXRSServerFactoryBean.create()
           
 

Uses of Server in org.apache.cxf.test
 

Methods in org.apache.cxf.test that return Server
 Server TestUtilities.getServerForAddress(java.lang.String address)
           
 Server TestUtilities.getServerForService(javax.xml.namespace.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.
protected  org.w3c.dom.Document AbstractCXFTest.getWSDLDocument(Server server)
           
 org.w3c.dom.Document TestUtilities.getWSDLDocument(Server server)
          Return a DOM tree for the WSDL for a server.
 


Apache CXF API

Apache CXF