Apache CXF API

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

Packages that use NoJSR250Annotations
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.spring   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
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.invoker   
org.apache.cxf.workqueue   
org.apache.cxf.ws.addressing   
 

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