Apache CXF API

Uses of Class
org.apache.cxf.common.injection.NoJSR250Annotations

Packages that use NoJSR250Annotations
org.apache.cxf.bus.managers   
org.apache.cxf.bus.resource   
org.apache.cxf.bus.spring   
org.apache.cxf.catalog   
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.spring   
org.apache.cxf.endpoint   
org.apache.cxf.feature   
org.apache.cxf.feature.transform   
org.apache.cxf.interceptor   
org.apache.cxf.resource   
org.apache.cxf.service   
org.apache.cxf.service.factory   
org.apache.cxf.service.invoker   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.workqueue   
org.apache.cxf.ws.addressing   
 

Uses of NoJSR250Annotations in org.apache.cxf.bus.managers
 

Classes in org.apache.cxf.bus.managers with annotations of type NoJSR250Annotations
 class BindingFactoryManagerImpl
           
 class ClientLifeCycleManagerImpl
           
 class ConduitInitiatorManagerImpl
           
 class CXFBusLifeCycleManager
           
 class DestinationFactoryManagerImpl
           
 class EndpointResolverRegistryImpl
          This implementation class is responsible for mediating access to registered EndpointResolvers, which themselves map between abstract and concrete endpoint references, and/or facilitate renewal of stale references.
 class HeaderManagerImpl
           
 class PhaseManagerImpl
           
 class ServerLifeCycleManagerImpl
           
 class ServerRegistryImpl
           
 class ServiceContractResolverRegistryImpl
          A simple contract resolver registry.
 class WorkQueueManagerImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.bus.resource
 

Classes in org.apache.cxf.bus.resource with annotations of type NoJSR250Annotations
 class ResourceManagerImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.bus.spring
 

Classes in org.apache.cxf.bus.spring with annotations of type NoJSR250Annotations
 class BusApplicationContextResourceResolver
           
static class BusDefinitionParser.BusConfig
           
 class BusExtensionPostProcessor
           
 

Uses of NoJSR250Annotations in org.apache.cxf.catalog
 

Classes in org.apache.cxf.catalog with annotations of type NoJSR250Annotations
 class OASISCatalogManager
           
 

Uses of NoJSR250Annotations in org.apache.cxf.configuration.jsse
 

Classes in org.apache.cxf.configuration.jsse with annotations of type NoJSR250Annotations
 class TLSClientParametersConfig
          This class provides the TLSClientParameters that programmatically configure a HTTPConduit.
 class TLSServerParametersConfig
          This class is used by Spring Config to convert the TLSServerParameters JAXB generated type into programmatic TLS Server Parameters for the configuration of the http-destination.
 

Uses of NoJSR250Annotations in org.apache.cxf.configuration.spring
 

Classes in org.apache.cxf.configuration.spring with annotations of type NoJSR250Annotations
 class ConfigurerImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint with annotations of type NoJSR250Annotations
 class NullConduitSelector
          Strategy for null Conduit retrieval.
 

Uses of NoJSR250Annotations in org.apache.cxf.feature
 

Classes in org.apache.cxf.feature with annotations of type NoJSR250Annotations
 class FastInfosetFeature
           ]]>
 class LoggingFeature
          This class is used to control message-on-the-wire logging.
 class StaxTransformFeature
           ]]>
 

Uses of NoJSR250Annotations in org.apache.cxf.feature.transform
 

Classes in org.apache.cxf.feature.transform with annotations of type NoJSR250Annotations
 class XSLTFeature
          This class defines a feature is used to transform message using XSLT script.
 

Uses of NoJSR250Annotations in org.apache.cxf.interceptor
 

Classes in org.apache.cxf.interceptor with annotations of type NoJSR250Annotations
 class LoggingInInterceptor
          A simple logging handler which outputs the bytes of the message to the Logger.
 class LoggingOutInterceptor
           
 

Uses of NoJSR250Annotations in org.apache.cxf.resource
 

Classes in org.apache.cxf.resource with annotations of type NoJSR250Annotations
 class ClassLoaderResolver
           
 class ClasspathResolver
          Resolve resources from the system class path.
 

Uses of NoJSR250Annotations in org.apache.cxf.service
 

Classes in org.apache.cxf.service with annotations of type NoJSR250Annotations
 class ServiceImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.service.factory
 

Classes in org.apache.cxf.service.factory with annotations of type NoJSR250Annotations
 class FactoryBeanListenerManager
           
 

Uses of NoJSR250Annotations in org.apache.cxf.service.invoker
 

Classes in org.apache.cxf.service.invoker with annotations of type NoJSR250Annotations
 class BeanInvoker
          Invoker for externally created service objects.
 

Uses of NoJSR250Annotations in org.apache.cxf.transport.common.gzip
 

Classes in org.apache.cxf.transport.common.gzip with annotations of type NoJSR250Annotations
 class GZIPFeature
          This class is used to control GZIP compression of messages.
 

Uses of NoJSR250Annotations in org.apache.cxf.workqueue
 

Classes in org.apache.cxf.workqueue with annotations of type NoJSR250Annotations
 class AutomaticWorkQueueImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.ws.addressing
 

Classes in org.apache.cxf.ws.addressing with annotations of type NoJSR250Annotations
 class WSAddressingFeature
           
 


Apache CXF API

Apache CXF