Uses of Interface
org.apache.cxf.endpoint.Server
Package
Description
Client and Server related classes.
-
Uses of Server in org.apache.cxf.bus.managers
Modifier 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
Modifier and TypeMethodDescriptionvoid
StaxDataBindingFeature.Portable.initialize
(Server server, Bus bus) -
Uses of Server in org.apache.cxf.endpoint
Modifier 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) -
Uses of Server in org.apache.cxf.feature
Modifier 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
Modifier and TypeMethodDescriptionvoid
SchemaValidationFeature.Portable.initialize
(Server server, Bus bus)