Uses of Interface
org.apache.cxf.endpoint.Server
Packages that use Server
Package
Description
-
Uses of Server in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc that return ServerModifier and TypeMethodDescriptionprotected ServerColocOutInterceptor.isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi) Method parameters in org.apache.cxf.binding.coloc with type arguments of type ServerModifier and TypeMethodDescriptionprotected ServerColocOutInterceptor.isColocated(List<Server> servers, Endpoint endpoint, BindingOperationInfo boi) -
Uses of Server in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that return types with arguments of type ServerMethods in org.apache.cxf.bus.managers with parameters of type ServerModifier and TypeMethodDescriptionvoidvoidServerLifeCycleManagerImpl.startServer(Server server) voidServerLifeCycleManagerImpl.stopServer(Server server) voidServerRegistryImpl.unregister(Server server) -
Uses of Server in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type ServerModifier and TypeMethodDescriptionvoidStaxDataBindingFeature.Portable.initialize(Server server, Bus bus) -
Uses of Server in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement ServerFields in org.apache.cxf.endpoint declared as ServerMethods in org.apache.cxf.endpoint that return types with arguments of type ServerMethods in org.apache.cxf.endpoint with parameters of type ServerModifier and TypeMethodDescriptionvoidvoidManagedEndpoint.startServer(Server s) voidServerLifeCycleListener.startServer(Server server) voidServerLifeCycleManager.startServer(Server server) voidManagedEndpoint.stopServer(Server s) voidServerLifeCycleListener.stopServer(Server server) voidServerLifeCycleManager.stopServer(Server server) voidServerRegistry.unregister(Server server) Constructors in org.apache.cxf.endpoint with parameters of type Server -
Uses of Server in org.apache.cxf.feature
Methods in org.apache.cxf.feature with parameters of type ServerModifier and TypeMethodDescriptiondefault voidAbstractPortableFeature.initialize(Server server, Bus bus) voidDelegatingFeature.initialize(Server server, Bus bus) voidFeature.initialize(Server server, Bus bus) voidWrappedFeature.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 ServerModifier and TypeMethodDescriptionvoidSchemaValidationFeature.Portable.initialize(Server server, Bus bus) -
Uses of Server in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return ServerModifier and TypeMethodDescriptionServerFactoryBean.create()ServerFactoryBean.getServer()For subclasses that hold onto the created Server, this will return the singleton server.Methods in org.apache.cxf.frontend with parameters of type Server -
Uses of Server in org.apache.cxf.frontend.spring
Methods in org.apache.cxf.frontend.spring that return Server -
Uses of Server in org.apache.cxf.javascript
Methods in org.apache.cxf.javascript with parameters of type ServerModifier and TypeMethodDescriptionvoidJavascriptOptionsFeature.Portable.initialize(Server server, Bus bus) voidJavascriptServerListener.startServer(Server server) voidJavascriptServerListener.stopServer(Server server) -
Uses of Server in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return Server -
Uses of Server in org.apache.cxf.jaxrs.common.openapi
Methods in org.apache.cxf.jaxrs.common.openapi with parameters of type ServerModifier and TypeMethodDescriptionstatic ApplicationInfoDefaultApplicationFactory.createApplicationInfoOrDefault(Server server, ServerProviderFactory factory, JAXRSServiceFactoryBean sfb, Bus bus, boolean scan) Detects the application (if present) or creates the default application (in case the scan is disabled).static jakarta.ws.rs.core.ApplicationDefaultApplicationFactory.createApplicationOrDefault(Server server, ServerProviderFactory factory, JAXRSServiceFactoryBean sfb, Bus bus, Set<String> resourcePackages, boolean scan) Detects the application (if present) or creates the default application (in case the scan is disabled). -
Uses of Server in org.apache.cxf.jaxrs.microprofile.openapi
Methods in org.apache.cxf.jaxrs.microprofile.openapi with parameters of type ServerModifier and TypeMethodDescriptionvoidOpenApiFeature.Portable.initialize(Server server, Bus bus) -
Uses of Server in org.apache.cxf.jaxrs.openapi
Methods in org.apache.cxf.jaxrs.openapi with parameters of type ServerModifier and TypeMethodDescriptionvoidOpenApiFeature.Portable.initialize(Server server, Bus bus) -
Uses of Server in org.apache.cxf.jaxrs.spring
Methods in org.apache.cxf.jaxrs.spring that return ServerModifier and TypeMethodDescriptionprotected ServerAbstractSpringComponentScanServer.createJaxRsServer()protected ServerAbstractSpringConfigurationFactory.createJaxRsServer()SpringComponentScanServer.jaxRsServer()SpringJaxrsClassesScanServer.jaxRsServer() -
Uses of Server in org.apache.cxf.jaxrs.sse
Methods in org.apache.cxf.jaxrs.sse with parameters of type Server -
Uses of Server in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return Server -
Uses of Server in org.apache.cxf.jaxws.spring
Methods in org.apache.cxf.jaxws.spring that return Server -
Uses of Server in org.apache.cxf.jca.cxf
Methods in org.apache.cxf.jca.cxf that return types with arguments of type Server -
Uses of Server in org.apache.cxf.jca.inbound
Methods in org.apache.cxf.jca.inbound that return ServerMethods in org.apache.cxf.jca.inbound with parameters of type Server -
Uses of Server in org.apache.cxf.jca.servant
Methods in org.apache.cxf.jca.servant that return Server -
Uses of Server in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics with parameters of type ServerModifier and TypeMethodDescriptionvoidMetricsFeature.Portable.initialize(Server server, Bus bus) -
Uses of Server in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http with parameters of type ServerModifier and TypeMethodDescriptionvoidHttpDestinationFeature.Portable.initialize(Server server, Bus bus) -
Uses of Server in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https with parameters of type ServerModifier and TypeMethodDescriptionvoidCertConstraintsFeature.Portable.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 ServerModifier and TypeMethodDescriptionvoidConnectionFactoryFeature.Portable.initialize(Server server, Bus bus) voidJMSConfigFeature.Portable.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 ServerModifier and TypeMethodDescriptionvoidWSDiscoveryService.serverStarted(Server server) Utility methods to aid in calling the register/unregister for the appropriate CXF servervoidWSDiscoveryService.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 ServerModifier and TypeMethodDescriptionvoidWSDiscoveryServiceImpl.serverStarted(Server server) voidWSDiscoveryServiceImpl.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 ServerModifier and TypeMethodDescriptionvoidWSDiscoveryServerListener.startServer(Server server) voidWSDiscoveryServerListener.stopServer(Server server) -
Uses of Server in org.apache.cxf.ws.mex
Methods in org.apache.cxf.ws.mex with parameters of type ServerModifier and TypeMethodDescriptionMEXUtils.getPolicies(Server server, String id) MEXUtils.getPolicyLocations(Server server) MEXUtils.getSchemaLocations(Server server) MEXUtils.getSchemas(Server server, String id) voidMEXServerListener.startServer(Server serv) voidMEXServerListener.stopServer(Server arg0) Constructors in org.apache.cxf.ws.mex with parameters of type Server -
Uses of Server in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy with parameters of type Server -
Uses of Server in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with parameters of type ServerModifier and TypeMethodDescriptionvoidRMManager.startServer(Server server) voidRMManager.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 ServerModifier and TypeMethodDescriptionvoidCacheCleanupListener.startServer(Server server) voidCacheCleanupListener.stopServer(Server server)