Uses of Interface
org.apache.cxf.endpoint.Server
Packages that use Server
Package
Description
- 
Uses of Server in org.apache.cxf.bus.managersMethods 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.staxMethods 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.endpointClasses 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.featureMethods 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.validationMethods in org.apache.cxf.feature.validation with parameters of type ServerModifier and TypeMethodDescriptionvoidSchemaValidationFeature.Portable.initialize(Server server, Bus bus)