Apache CXF API

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

Packages that use NoJSR250Annotations
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.binding.xml   
org.apache.cxf.bus   
org.apache.cxf.bus.resource   
org.apache.cxf.bus.spring   
org.apache.cxf.buslifecycle   
org.apache.cxf.catalog   
org.apache.cxf.clustering   
org.apache.cxf.configuration.jsse.spring   
org.apache.cxf.configuration.spring   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.headers   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxrs   
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.resource   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.factory   
org.apache.cxf.service.invoker   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty.spring   
org.apache.cxf.transport.http.gzip   
org.apache.cxf.transport.http.policy   
org.apache.cxf.transport.https   
org.apache.cxf.workqueue   
org.apache.cxf.wsdl11   
 

Uses of NoJSR250Annotations in org.apache.cxf.binding
 

Classes in org.apache.cxf.binding with annotations of type NoJSR250Annotations
 class BindingFactoryManagerImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.binding.xml
 

Classes in org.apache.cxf.binding.xml with annotations of type NoJSR250Annotations
 class XMLBindingFactory
           
 

Uses of NoJSR250Annotations in org.apache.cxf.bus
 

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

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
           
 class BusApplicationListener
           
static class BusDefinitionParser.BusConfig
           
 class BusExtensionPostProcessor
           
 

Uses of NoJSR250Annotations in org.apache.cxf.buslifecycle
 

Classes in org.apache.cxf.buslifecycle with annotations of type NoJSR250Annotations
 class CXFBusLifeCycleManager
           
 

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.clustering
 

Classes in org.apache.cxf.clustering with annotations of type NoJSR250Annotations
 class FailoverFeature
          This feature may be applied to a Client so as to enable failover from the initial target endpoint to any other compatible endpoint for the target service.
 

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

Classes in org.apache.cxf.configuration.jsse.spring 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
           
 class SpringBeanMap<V>
           
 class SpringBeanQNameMap<V>
           
 

Uses of NoJSR250Annotations in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint with annotations of type NoJSR250Annotations
 class ClientLifeCycleManagerImpl
           
 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 NullConduitSelector
          Strategy for null Conduit retrieval.
 class ServerLifeCycleManagerImpl
           
 class ServerRegistryImpl
           
 class ServiceContractResolverRegistryImpl
          A simple contract resolver registry.
 

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.
 

Uses of NoJSR250Annotations in org.apache.cxf.headers
 

Classes in org.apache.cxf.headers with annotations of type NoJSR250Annotations
 class HeaderManagerImpl
           
 

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.jaxrs
 

Classes in org.apache.cxf.jaxrs with annotations of type NoJSR250Annotations
 class JAXRSBindingFactory
           
 

Uses of NoJSR250Annotations in org.apache.cxf.phase
 

Classes in org.apache.cxf.phase with annotations of type NoJSR250Annotations
 class PhaseManagerImpl
           
 

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
 

Classes in org.apache.cxf.transport with annotations of type NoJSR250Annotations
 class ConduitInitiatorManagerImpl
           
 class DestinationFactoryManagerImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http with annotations of type NoJSR250Annotations
 class ClientOnlyHTTPTransportFactory
           
 class HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
 class QueryHandlerRegistryImpl
           
 class WSDLQueryHandler
           
 

Uses of NoJSR250Annotations in org.apache.cxf.transport.http_jetty.spring
 

Classes in org.apache.cxf.transport.http_jetty.spring with annotations of type NoJSR250Annotations
static class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
           
static class JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
           
 class JettySpringTypesFactory
           
 

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

Classes in org.apache.cxf.transport.http.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.transport.http.policy
 

Classes in org.apache.cxf.transport.http.policy with annotations of type NoJSR250Annotations
 class HTTPClientAssertionBuilder
           
 class HTTPServerAssertionBuilder
           
 class NoOpPolicyInterceptorProvider
          This no-op PolicyInterceptorProvider prevents the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes invoved (e.g.
 

Uses of NoJSR250Annotations in org.apache.cxf.transport.https
 

Classes in org.apache.cxf.transport.https with annotations of type NoJSR250Annotations
 class CertConstraintsFeature
           .*CN=(Bethal|Gordy).* .*O=ApacheTest.* .........
 

Uses of NoJSR250Annotations in org.apache.cxf.workqueue
 

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

Uses of NoJSR250Annotations in org.apache.cxf.wsdl11
 

Classes in org.apache.cxf.wsdl11 with annotations of type NoJSR250Annotations
 class WSDLManagerImpl
          WSDLManagerImpl
 


Apache CXF API

Apache CXF