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.coloc.feature   
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.binding.http   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.saaj   
org.apache.cxf.binding.xml   
org.apache.cxf.binding.xml.wsdl11   
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.frontend   
org.apache.cxf.frontend.spring   
org.apache.cxf.headers   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.javascript   
org.apache.cxf.jaxb   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.features.clustering   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.context   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.jaxws22.spring   
org.apache.cxf.management.interceptor   
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.common.gzip   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
org.apache.cxf.transport.http.policy   
org.apache.cxf.transport.https   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.wsdl11   
org.apache.cxf.transport.local   
org.apache.cxf.workqueue   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.attachment   
org.apache.cxf.ws.policy.attachment.external   
org.apache.cxf.ws.policy.attachment.wsdl11   
org.apache.cxf.ws.policy.mtom   
org.apache.cxf.ws.rm.feature   
org.apache.cxf.ws.security.policy   
org.apache.cxf.wsdl11   
org.apache.cxf.wstx_msv_validation   
 

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.coloc.feature
 

Classes in org.apache.cxf.binding.coloc.feature with annotations of type NoJSR250Annotations
 class ColocFeature
           
 

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

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

Uses of NoJSR250Annotations in org.apache.cxf.binding.corba.wsdl
 

Classes in org.apache.cxf.binding.corba.wsdl with annotations of type NoJSR250Annotations
 class WSDLExtensionRegister
           
 

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

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

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

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

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

Classes in org.apache.cxf.binding.soap with annotations of type NoJSR250Annotations
 class SoapBindingConfiguration
           
 class SoapBindingFactory
           
 class SoapTransportFactory
           
 

Uses of NoJSR250Annotations in org.apache.cxf.binding.soap.saaj
 

Classes in org.apache.cxf.binding.soap.saaj with annotations of type NoJSR250Annotations
 class SAAJInInterceptor
          Builds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.
 class SAAJOutInterceptor
          Sets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.
 

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.binding.xml.wsdl11
 

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

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
           
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.
 class LoadDistributorFeature
          This feature may be applied to a Client so as to enable load distribution amongst a set of target endpoints or addresses Note that this feature changes the conduit on the fly and thus makes the Client not thread safe.
 

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.
 class StaxTransformFeature
           ]]>
 

Uses of NoJSR250Annotations in org.apache.cxf.frontend
 

Classes in org.apache.cxf.frontend with annotations of type NoJSR250Annotations
 class ClientProxyFactoryBean
          This class will create a client for you which implements the specified service class.
 

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

Classes in org.apache.cxf.frontend.spring with annotations of type NoJSR250Annotations
static class ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean
           
static class ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
           
 

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

Classes in org.apache.cxf.javascript with annotations of type NoJSR250Annotations
 class JavascriptOptionsFeature
          This class provides configuration options to the JavaScript client generator.
 class JavascriptQueryHandler
           
 

Uses of NoJSR250Annotations in org.apache.cxf.jaxb
 

Classes in org.apache.cxf.jaxb with annotations of type NoJSR250Annotations
 class JAXBDataBinding
           
 

Uses of NoJSR250Annotations in org.apache.cxf.jaxrs
 

Classes in org.apache.cxf.jaxrs with annotations of type NoJSR250Annotations
 class JAXRSBindingFactory
          The CXF BindingFactory implementation which is used to register CXF JAX-RS interceptors with the runtime.
 

Uses of NoJSR250Annotations in org.apache.cxf.jaxrs.features.clustering
 

Classes in org.apache.cxf.jaxrs.features.clustering with annotations of type NoJSR250Annotations
 class FailoverFeature
          This feature may be applied to proxy or HTTP-centric clients
 

Uses of NoJSR250Annotations in org.apache.cxf.jaxws
 

Classes in org.apache.cxf.jaxws with annotations of type NoJSR250Annotations
 class JaxWsProxyFactoryBean
          Factory for creating JAX-WS proxies, This class provides access to the internal properties used to set-up proxies.
 

Uses of NoJSR250Annotations in org.apache.cxf.jaxws.context
 

Classes in org.apache.cxf.jaxws.context with annotations of type NoJSR250Annotations
 class WebServiceContextResourceResolver
           
 

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

Classes in org.apache.cxf.jaxws.spring with annotations of type NoJSR250Annotations
static class EndpointDefinitionParser.SpringEndpointImpl
           
static class JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean
           
static class NamespaceHandler.SpringServerFactoryBean
           
 

Uses of NoJSR250Annotations in org.apache.cxf.jaxws.support
 

Classes in org.apache.cxf.jaxws.support with annotations of type NoJSR250Annotations
 class JaxWsServiceFactoryBean
          Constructs a service model from JAX-WS service endpoint classes.
 

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

Classes in org.apache.cxf.jaxws22.spring with annotations of type NoJSR250Annotations
 class JAXWS22SpringEndpointImpl
           
 

Uses of NoJSR250Annotations in org.apache.cxf.management.interceptor
 

Classes in org.apache.cxf.management.interceptor with annotations of type NoJSR250Annotations
 class ResponseTimeFeature
           
 

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.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.transport.http
 

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

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

Classes in org.apache.cxf.transport.http_jetty with annotations of type NoJSR250Annotations
 class JettyDestinationFactory
           
 

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.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 involved (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.transport.jms
 

Classes in org.apache.cxf.transport.jms with annotations of type NoJSR250Annotations
 class JMSConfigFeature
          Allows to configure the JMSConfiguration directly at the Client or Server.
 class JMSConfiguration
           
 class JMSTransportFactory
           
 

Uses of NoJSR250Annotations in org.apache.cxf.transport.jms.wsdl11
 

Classes in org.apache.cxf.transport.jms.wsdl11 with annotations of type NoJSR250Annotations
 class JMSWSDLExtensionLoader
           
 

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

Classes in org.apache.cxf.transport.local with annotations of type NoJSR250Annotations
 class LocalTransportFactory
           
 

Uses of NoJSR250Annotations in org.apache.cxf.workqueue
 

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

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

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

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

Classes in org.apache.cxf.ws.policy with annotations of type NoJSR250Annotations
 class AssertionBuilderRegistryImpl
           
 class PolicyBuilderImpl
          PolicyBuilderImpl is an implementation of the PolicyBuilder interface, provides methods to create Policy and PolicyReferenceObjects from DOM elements, but also from an input stream etc.
 class PolicyEngineImpl
           
 class PolicyInterceptorProviderRegistryImpl
           
 class WSPolicyFeature
          Configures a Server, Client, Bus with the specified policies.
 

Uses of NoJSR250Annotations in org.apache.cxf.ws.policy.attachment
 

Classes in org.apache.cxf.ws.policy.attachment with annotations of type NoJSR250Annotations
 class ServiceModelPolicyProvider
           
 

Uses of NoJSR250Annotations in org.apache.cxf.ws.policy.attachment.external
 

Classes in org.apache.cxf.ws.policy.attachment.external with annotations of type NoJSR250Annotations
 class DomainExpressionBuilderRegistry
           
 class ExternalAttachmentProvider
           
 

Uses of NoJSR250Annotations in org.apache.cxf.ws.policy.attachment.wsdl11
 

Classes in org.apache.cxf.ws.policy.attachment.wsdl11 with annotations of type NoJSR250Annotations
 class Wsdl11AttachmentPolicyProvider
          PolicyAttachmentManager provides methods to retrieve element policies and calculate effective policies based on the policy subject's scope.
 

Uses of NoJSR250Annotations in org.apache.cxf.ws.policy.mtom
 

Classes in org.apache.cxf.ws.policy.mtom with annotations of type NoJSR250Annotations
 class MTOMPolicyInterceptorProvider
           
 

Uses of NoJSR250Annotations in org.apache.cxf.ws.rm.feature
 

Classes in org.apache.cxf.ws.rm.feature with annotations of type NoJSR250Annotations
 class RMFeature
           
 

Uses of NoJSR250Annotations in org.apache.cxf.ws.security.policy
 

Classes in org.apache.cxf.ws.security.policy with annotations of type NoJSR250Annotations
 class WSSecurityPolicyLoader
           
 

Uses of NoJSR250Annotations in org.apache.cxf.wsdl11
 

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

Uses of NoJSR250Annotations in org.apache.cxf.wstx_msv_validation
 

Classes in org.apache.cxf.wstx_msv_validation with annotations of type NoJSR250Annotations
 class WoodstoxValidationImpl
           
 


Apache CXF API

Apache CXF