Uses of Interface
org.apache.cxf.endpoint.Server
Packages that use Server
Package
Description
Client and Server related classes.
-
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 TypeMethodDescriptionvoid
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 ServerModifier and TypeMethodDescriptionvoid
StaxDataBindingFeature.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 TypeMethodDescriptionvoid
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 -
Uses of Server in org.apache.cxf.feature
Methods in org.apache.cxf.feature with parameters of type ServerModifier and TypeMethodDescriptiondefault void
AbstractPortableFeature.initialize
(Server server, Bus bus) void
DelegatingFeature.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 ServerModifier and TypeMethodDescriptionvoid
SchemaValidationFeature.Portable.initialize
(Server server, Bus bus)