Uses of Interface
org.apache.cxf.endpoint.Server
- 
Packages that use Server Package Description org.apache.cxf.bus.managers org.apache.cxf.databinding.stax org.apache.cxf.endpoint org.apache.cxf.feature org.apache.cxf.feature.validation 
- 
- 
Uses of Server in org.apache.cxf.bus.managersMethods in org.apache.cxf.bus.managers that return types with arguments of type Server Modifier and Type Method Description List<Server>ServerRegistryImpl. getServers()Methods in org.apache.cxf.bus.managers with parameters of type Server Modifier and Type Method Description voidServerRegistryImpl. register(Server server)voidServerLifeCycleManagerImpl. startServer(Server server)voidServerLifeCycleManagerImpl. stopServer(Server server)voidServerRegistryImpl. unregister(Server server)
- 
Uses of Server in org.apache.cxf.databinding.staxMethods in org.apache.cxf.databinding.stax with parameters of type Server Modifier and Type Method Description voidStaxDataBindingFeature.Portable. initialize(Server server, Bus bus)
- 
Uses of Server in org.apache.cxf.endpointClasses in org.apache.cxf.endpoint that implement Server Modifier and Type Class Description classServerImplFields in org.apache.cxf.endpoint declared as Server Modifier and Type Field Description protected ServerManagedEndpoint. serverMethods in org.apache.cxf.endpoint that return types with arguments of type Server Modifier and Type Method Description List<Server>ServerRegistry. getServers()Methods in org.apache.cxf.endpoint with parameters of type Server Modifier and Type Method Description voidServerRegistry. register(Server server)voidManagedEndpoint. 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 Constructor Description ManagedEndpoint(Bus b, Endpoint ep, Server s)
- 
Uses of Server in org.apache.cxf.featureMethods in org.apache.cxf.feature with parameters of type Server Modifier and Type Method Description default 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.validationMethods in org.apache.cxf.feature.validation with parameters of type Server Modifier and Type Method Description voidSchemaValidationFeature.Portable. initialize(Server server, Bus bus)
 
-