Apache CXF API

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

Packages that use NoJSR250Annotations
org.apache.cxf.binding.coloc.feature   
org.apache.cxf.binding.corba.wsdl   
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.managers   
org.apache.cxf.bus.resource   
org.apache.cxf.bus.spring   
org.apache.cxf.catalog   
org.apache.cxf.clustering   
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.frontend   
org.apache.cxf.frontend.spring   
org.apache.cxf.interceptor   
org.apache.cxf.javascript   
org.apache.cxf.jaxb   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.context   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.management.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.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.http.netty.server.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.transport.udp   
org.apache.cxf.transport.websocket   
org.apache.cxf.workqueue   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.impl   
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.rm.persistence.jdbc   
org.apache.cxf.ws.rm.policy   
org.apache.cxf.ws.security.policy   
org.apache.cxf.wsdl11   
 

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

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

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

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

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.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.management.interceptor
 

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

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

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
           
 class JettyHTTPServerEngineFactory
          This Bus Extension handles the configuration of network port numbers for use with "http" or "https".
 

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

Classes in org.apache.cxf.transport.http.asyncclient with annotations of type NoJSR250Annotations
 class AsyncHTTPConduitFactory
           
 

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

Classes in org.apache.cxf.transport.http.netty.server with annotations of type NoJSR250Annotations
 class NettyHttpDestinationFactory
           
 class NettyHttpServerEngineFactory
           
 

Uses of NoJSR250Annotations in org.apache.cxf.transport.http.netty.server.spring
 

Classes in org.apache.cxf.transport.http.netty.server.spring with annotations of type NoJSR250Annotations
static class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine
           
static class NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory
           
 class NettySpringTypesFactory
           
 

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 ConnectionFactoryFeature
          Allows to configure the JMSConfiguration directly at the Client or Server.
 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.transport.udp
 

Classes in org.apache.cxf.transport.udp with annotations of type NoJSR250Annotations
 class UDPTransportFactory
           
 

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

Classes in org.apache.cxf.transport.websocket with annotations of type NoJSR250Annotations
 class WebSocketDestinationFactory
           
 class WebSocketTransportFactory
           
 

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
           
 

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

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

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.rm.persistence.jdbc
 

Classes in org.apache.cxf.ws.rm.persistence.jdbc with annotations of type NoJSR250Annotations
 class RMTxStore
           
 

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

Classes in org.apache.cxf.ws.rm.policy with annotations of type NoJSR250Annotations
 class WSRMP12PolicyLoader
          Policy loader for WS-RMP 1.2.
 

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
 


Apache CXF API

Apache CXF