Apache CXF API

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

Packages that use Server
org.apache.cxf.binding.coloc   
org.apache.cxf.binding.object   
org.apache.cxf.bus.managers   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint   
org.apache.cxf.feature   
org.apache.cxf.feature.validation   
org.apache.cxf.frontend   
org.apache.cxf.javascript   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.spring   
org.apache.cxf.jaxrs.swagger   
org.apache.cxf.jaxws   
org.apache.cxf.jca.cxf   
org.apache.cxf.jca.inbound   
org.apache.cxf.jca.servant   
org.apache.cxf.transport.https   
org.apache.cxf.transport.jms   
org.apache.cxf.ws.discovery   
org.apache.cxf.ws.discovery.internal   
org.apache.cxf.ws.discovery.listeners   
org.apache.cxf.ws.mex   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.security.cache   
 

Uses of Server in org.apache.cxf.binding.coloc
 

Methods in org.apache.cxf.binding.coloc that return Server
protected  Server ColocOutInterceptor.isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi)
           
 

Method parameters in org.apache.cxf.binding.coloc with type arguments of type Server
protected  Server ColocOutInterceptor.isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi)
           
 

Uses of Server in org.apache.cxf.binding.object
 

Methods in org.apache.cxf.binding.object with parameters of type Server
 void LocalServerListener.startServer(Server server)
           
 void LocalServerListener.stopServer(Server server)
           
 

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
           
 

Fields in org.apache.cxf.endpoint declared as Server
protected  Server ManagedEndpoint.server
           
 

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 ManagedEndpoint.startServer(Server s)
           
 void ServerLifeCycleListener.startServer(Server server)
           
 void ServerLifeCycleManager.startServer(Server server)
           
 void ManagedEndpoint.stopServer(Server s)
           
 void ServerLifeCycleListener.stopServer(Server server)
           
 void ServerLifeCycleManager.stopServer(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)
           
 void Feature.initialize(Server server, Bus bus)
           
 void WrappedFeature.initialize(Server server, Bus bus)
           
 

Uses of Server in org.apache.cxf.feature.validation
 

Methods in org.apache.cxf.feature.validation with parameters of type Server
 void SchemaValidationFeature.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.javascript
 

Methods in org.apache.cxf.javascript with parameters of type Server
 void JavascriptOptionsFeature.initialize(Server server, Bus bus)
           
 void JavascriptServerListener.startServer(Server server)
           
 void JavascriptServerListener.stopServer(Server server)
           
 

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
 Server JAXRSServerFactoryBean.getServer()
           
 

Uses of Server in org.apache.cxf.jaxrs.spring
 

Methods in org.apache.cxf.jaxrs.spring that return Server
protected  Server AbstractSpringConfigurationFactory.createJaxRsServer()
           
 Server SpringComponentScanServer.jaxRsServer()
           
 

Uses of Server in org.apache.cxf.jaxrs.swagger
 

Methods in org.apache.cxf.jaxrs.swagger with parameters of type Server
 void SwaggerFeature.initialize(Server server, Bus bus)
           
 

Uses of Server in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return Server
 Server JaxWsServerFactoryBean.create()
           
 

Uses of Server in org.apache.cxf.jca.cxf
 

Methods in org.apache.cxf.jca.cxf that return types with arguments of type Server
protected  List<Server> JCABusFactory.getRegisteredServants()
           
 

Uses of Server in org.apache.cxf.jca.inbound
 

Methods in org.apache.cxf.jca.inbound that return Server
 Server InboundEndpoint.getServer()
           
 

Methods in org.apache.cxf.jca.inbound with parameters of type Server
 void InboundEndpoint.setServer(Server server)
           
 

Uses of Server in org.apache.cxf.jca.servant
 

Methods in org.apache.cxf.jca.servant that return Server
 Server EJBEndpoint.publish()
           
 

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)
           
 

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

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

Uses of Server in org.apache.cxf.ws.discovery
 

Methods in org.apache.cxf.ws.discovery with parameters of type Server
 void WSDiscoveryService.serverStarted(Server server)
          Utility methods to aid in calling the register/unregister for the appropriate CXF server
 void WSDiscoveryService.serverStopped(Server server)
           
 

Uses of Server in org.apache.cxf.ws.discovery.internal
 

Methods in org.apache.cxf.ws.discovery.internal with parameters of type Server
 void WSDiscoveryServiceImpl.serverStarted(Server server)
           
 void WSDiscoveryServiceImpl.serverStopped(Server server)
           
 

Uses of Server in org.apache.cxf.ws.discovery.listeners
 

Methods in org.apache.cxf.ws.discovery.listeners with parameters of type Server
 void WSDiscoveryServerListener.startServer(Server server)
           
 void WSDiscoveryServerListener.stopServer(Server server)
           
 

Uses of Server in org.apache.cxf.ws.mex
 

Methods in org.apache.cxf.ws.mex with parameters of type Server
static List<Element> MEXUtils.getPolicies(Server server, String id)
           
static Map<String,String> MEXUtils.getPolicyLocations(Server server)
           
static Map<String,String> MEXUtils.getSchemaLocations(Server server)
           
static List<Element> MEXUtils.getSchemas(Server server, String id)
           
static List<Element> MEXUtils.getWSDLs(Server server)
           
 void MEXServerListener.startServer(Server serv)
           
 void MEXServerListener.stopServer(Server arg0)
          
 

Constructors in org.apache.cxf.ws.mex with parameters of type Server
MEXEndpoint(Server server)
           
MEXInInterceptor(Server serv)
           
 

Uses of Server in org.apache.cxf.ws.policy
 

Methods in org.apache.cxf.ws.policy with parameters of type Server
 void WSPolicyFeature.initialize(Server server, Bus bus)
           
 

Uses of Server in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm with parameters of type Server
 void RMManager.startServer(Server server)
           
 void RMManager.stopServer(Server server)
           
 

Uses of Server in org.apache.cxf.ws.security.cache
 

Methods in org.apache.cxf.ws.security.cache with parameters of type Server
 void CacheCleanupListener.startServer(Server server)
           
 void CacheCleanupListener.stopServer(Server server)
           
 


Apache CXF API

Apache CXF