Apache CXF API
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

A_XSI_NIL - Static variable in class org.apache.cxf.common.WSDLConstants
 
A_XSI_TYPE - Static variable in class org.apache.cxf.common.WSDLConstants
 
abort() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
abort() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
ABSTRACT_ATTR - Static variable in class org.apache.cxf.configuration.spring.BeanConstants
 
AbstractAegisProvider<T> - Class in org.apache.cxf.jaxrs.provider
 
AbstractAegisProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
AbstractAnnotationVisitor - Class in org.apache.cxf.common.annotation
 
AbstractAnnotationVisitor(Class<? extends Annotation>) - Constructor for class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
AbstractAnnotationVisitor(List<Class<? extends Annotation>>) - Constructor for class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
AbstractAtomElementBuilder<T> - Class in org.apache.cxf.jaxrs.ext.atom
A callback-style provider which can be used to map an object to Atom Feed or Entry without having to deal directly with types representing Atom feeds or entries
AbstractAtomElementBuilder() - Constructor for class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
 
AbstractAtomProvider<T extends Element> - Class in org.apache.cxf.jaxrs.provider
 
AbstractAtomProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AbstractAtomProvider
 
AbstractAttributedInterceptorProvider - Class in org.apache.cxf.interceptor
 
AbstractAttributedInterceptorProvider() - Constructor for class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
AbstractAuthorizingInInterceptor - Class in org.apache.cxf.interceptor.security
 
AbstractAuthorizingInInterceptor() - Constructor for class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
 
AbstractBaseBindingFactory - Class in org.apache.cxf.binding
 
AbstractBaseBindingFactory() - Constructor for class org.apache.cxf.binding.AbstractBaseBindingFactory
 
AbstractBaseBindingFactory(Collection<String>) - Constructor for class org.apache.cxf.binding.AbstractBaseBindingFactory
 
AbstractBaseBindingFactory(Bus) - Constructor for class org.apache.cxf.binding.AbstractBaseBindingFactory
 
AbstractBaseBindingFactory(Bus, Collection<String>) - Constructor for class org.apache.cxf.binding.AbstractBaseBindingFactory
 
AbstractBasicInterceptorProvider - Class in org.apache.cxf.interceptor
 
AbstractBasicInterceptorProvider() - Constructor for class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
AbstractBeanDefinitionParser - Class in org.apache.cxf.configuration.spring
 
AbstractBeanDefinitionParser() - Constructor for class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
AbstractBindingFactory - Class in org.apache.cxf.binding
 
AbstractBindingFactory() - Constructor for class org.apache.cxf.binding.AbstractBindingFactory
 
AbstractBindingFactory(Collection<String>) - Constructor for class org.apache.cxf.binding.AbstractBindingFactory
 
AbstractBindingFactory(Bus) - Constructor for class org.apache.cxf.binding.AbstractBindingFactory
 
AbstractBindingFactory(Bus, Collection<String>) - Constructor for class org.apache.cxf.binding.AbstractBindingFactory
 
AbstractBPBeanDefinitionParser - Class in org.apache.cxf.configuration.blueprint
 
AbstractBPBeanDefinitionParser() - Constructor for class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
AbstractClient - Class in org.apache.cxf.jaxrs.client
Common proxy and http-centric client implementation
AbstractClient(URI) - Constructor for class org.apache.cxf.jaxrs.client.AbstractClient
 
AbstractClient(ClientState) - Constructor for class org.apache.cxf.jaxrs.client.AbstractClient
 
AbstractComplexCondition<T> - Class in org.apache.cxf.jaxrs.ext.search
 
AbstractComplexCondition(ConditionType) - Constructor for class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
AbstractComplexCondition(List<SearchCondition<T>>, ConditionType) - Constructor for class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
AbstractConduit - Class in org.apache.cxf.transport
Abstract base class factoring out common Conduit logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.
AbstractConduit(EndpointReferenceType) - Constructor for class org.apache.cxf.transport.AbstractConduit
 
AbstractConduitSelector - Class in org.apache.cxf.endpoint
Abstract base class holding logic common to any ConduitSelector that retreives a Conduit from the ConduitInitiator.
AbstractConduitSelector(Conduit) - Constructor for class org.apache.cxf.endpoint.AbstractConduitSelector
Constructor, allowing a specific conduit to override normal selection.
AbstractConfigurableProvider - Class in org.apache.cxf.jaxrs.provider
 
AbstractConfigurableProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
 
AbstractCXFSpringTest - Class in org.apache.cxf.test
Base class for tests that use a Spring bean specification to load up components for testing.
AbstractCXFSpringTest() - Constructor for class org.apache.cxf.test.AbstractCXFSpringTest
Load up all the beans from the XML files returned by the getConfigLocations method.
AbstractCXFTest - Class in org.apache.cxf.test
A basic test case meant for helping users unit test their services.
AbstractCXFTest() - Constructor for class org.apache.cxf.test.AbstractCXFTest
 
AbstractCXFTest.TestMessageObserver - Class in org.apache.cxf.test
 
AbstractCXFTest.TestMessageObserver() - Constructor for class org.apache.cxf.test.AbstractCXFTest.TestMessageObserver
 
AbstractDataBinding - Class in org.apache.cxf.databinding
Supply default implementations, as appropriate, for DataBinding.
AbstractDataBinding() - Constructor for class org.apache.cxf.databinding.AbstractDataBinding
 
AbstractDelegatingLogger - Class in org.apache.cxf.common.logging
java.util.logging.Logger implementation delegating to another framework.
AbstractDelegatingLogger(String, String) - Constructor for class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
AbstractDescriptionElement - Class in org.apache.cxf.service.model
 
AbstractDescriptionElement() - Constructor for class org.apache.cxf.service.model.AbstractDescriptionElement
 
AbstractDestination - Class in org.apache.cxf.transport
Abstract base class factoring out common Destination logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.
AbstractDestination(EndpointReferenceType, EndpointInfo) - Constructor for class org.apache.cxf.transport.AbstractDestination
 
AbstractDestination(Bus, EndpointReferenceType, EndpointInfo) - Constructor for class org.apache.cxf.transport.AbstractDestination
 
AbstractDestination.AbstractBackChannelConduit - Class in org.apache.cxf.transport
Backchannel conduit.
AbstractDestination.AbstractBackChannelConduit() - Constructor for class org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit
 
AbstractDOMStreamReader<T,I> - Class in org.apache.cxf.staxutils
Abstract logic for creating XMLStreamReader from DOM documents.
AbstractDOMStreamReader(AbstractDOMStreamReader.ElementFrame<T, I>) - Constructor for class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
AbstractDOMStreamReader.ElementFrame<T,I> - Class in org.apache.cxf.staxutils
 
AbstractDOMStreamReader.ElementFrame(T, AbstractDOMStreamReader.ElementFrame<T, I>) - Constructor for class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
AbstractDOMStreamReader.ElementFrame(T, AbstractDOMStreamReader.ElementFrame<T, I>, I) - Constructor for class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
AbstractDOMStreamReader.ElementFrame(T, boolean) - Constructor for class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
AbstractDOMStreamReader.ElementFrame(T) - Constructor for class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
AbstractEndpointFactory - Class in org.apache.cxf.endpoint
 
AbstractEndpointFactory() - Constructor for class org.apache.cxf.endpoint.AbstractEndpointFactory
 
AbstractEndpointSelectionInterceptor - Class in org.apache.cxf.interceptor
 
AbstractEndpointSelectionInterceptor() - Constructor for class org.apache.cxf.interceptor.AbstractEndpointSelectionInterceptor
Deprecated.  
AbstractEndpointSelectionInterceptor(String) - Constructor for class org.apache.cxf.interceptor.AbstractEndpointSelectionInterceptor
 
AbstractEndpointSelectionInterceptor(String, String) - Constructor for class org.apache.cxf.interceptor.AbstractEndpointSelectionInterceptor
 
AbstractEntryBuilder<T> - Class in org.apache.cxf.jaxrs.ext.atom
A callback-style provider which can be used to map an object to Atom Entry without having to deal directly with types representing Atom entries
AbstractEntryBuilder() - Constructor for class org.apache.cxf.jaxrs.ext.atom.AbstractEntryBuilder
 
AbstractFactoryBeanDefinitionParser - Class in org.apache.cxf.configuration.spring
This class makes it easy to create two simultaneous beans - a factory bean and the bean that the factory produces.
AbstractFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
AbstractFaultChainInitiatorObserver - Class in org.apache.cxf.interceptor
 
AbstractFaultChainInitiatorObserver(Bus) - Constructor for class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
 
AbstractFeature - Class in org.apache.cxf.feature
A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
AbstractFeature() - Constructor for class org.apache.cxf.feature.AbstractFeature
 
AbstractFeedBuilder<T> - Class in org.apache.cxf.jaxrs.ext.atom
A callback-style provider which can be used to map an object to Atom Feed without having to deal directly with types representing Atom feeds
AbstractFeedBuilder() - Constructor for class org.apache.cxf.jaxrs.ext.atom.AbstractFeedBuilder
 
AbstractHTTPDestination - Class in org.apache.cxf.transport.http
Common base for HTTP Destination implementations.
AbstractHTTPDestination(Bus, DestinationRegistry, EndpointInfo, String, boolean) - Constructor for class org.apache.cxf.transport.http.AbstractHTTPDestination
Constructor
AbstractHTTPDestination.BackChannelConduit - Class in org.apache.cxf.transport.http
Backchannel conduit.
AbstractHTTPServlet - Class in org.apache.cxf.transport.servlet
 
AbstractHTTPServlet() - Constructor for class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
AbstractInDatabindingInterceptor - Class in org.apache.cxf.interceptor
 
AbstractInDatabindingInterceptor(String) - Constructor for class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
AbstractInDatabindingInterceptor(String, String) - Constructor for class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
AbstractInvoker - Class in org.apache.cxf.service.invoker
Abstract implementation of Invoker.
AbstractInvoker() - Constructor for class org.apache.cxf.service.invoker.AbstractInvoker
 
AbstractJAXBProvider - Class in org.apache.cxf.jaxrs.provider
 
AbstractJAXBProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
AbstractJAXBProvider.CollectionWrapper - Class in org.apache.cxf.jaxrs.provider
 
AbstractJAXBProvider.CollectionWrapper() - Constructor for class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.CollectionWrapper
 
AbstractJAXBProvider.JAXBCollectionWrapperReader - Class in org.apache.cxf.jaxrs.provider
 
AbstractJAXBProvider.JAXBCollectionWrapperReader(XMLStreamReader) - Constructor for class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.JAXBCollectionWrapperReader
 
AbstractJAXRSFactoryBean - Class in org.apache.cxf.jaxrs
Abstract bean holding functionality common for creating JAX-RS Server and Client objects.
AbstractJAXRSFactoryBean() - Constructor for class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
AbstractJAXRSFactoryBean(JAXRSServiceFactoryBean) - Constructor for class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
AbstractJsonpOutInterceptor - Class in org.apache.cxf.jaxrs.provider.jsonp
 
AbstractJsonpOutInterceptor(String) - Constructor for class org.apache.cxf.jaxrs.provider.jsonp.AbstractJsonpOutInterceptor
 
AbstractLoggingInterceptor - Class in org.apache.cxf.interceptor
A simple logging handler which outputs the bytes of the message to the Logger.
AbstractLoggingInterceptor(String) - Constructor for class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
AbstractLoggingInterceptor(String, String) - Constructor for class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
AbstractMessageContainer - Class in org.apache.cxf.service.model
 
AbstractMultiplexDestination - Class in org.apache.cxf.transport
 
AbstractMultiplexDestination(Bus, EndpointReferenceType, EndpointInfo) - Constructor for class org.apache.cxf.transport.AbstractMultiplexDestination
 
AbstractObservable - Class in org.apache.cxf.transport
 
AbstractObservable() - Constructor for class org.apache.cxf.transport.AbstractObservable
 
AbstractOutDatabindingInterceptor - Class in org.apache.cxf.interceptor
 
AbstractOutDatabindingInterceptor(String) - Constructor for class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
AbstractOutDatabindingInterceptor(String, String) - Constructor for class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
AbstractPhaseInterceptor<T extends Message> - Class in org.apache.cxf.phase
Provides a starting point implementation for a interceptors that participate in phased message processing.
AbstractPhaseInterceptor(String) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor to live in a specified phase.
AbstractPhaseInterceptor(String, String) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor with a specified id.
AbstractPhaseInterceptor(String, boolean) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor and specifies if it gets a system determined unique id.
AbstractPhaseInterceptor(String, String, boolean) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor with a specified id or with a system determined unique id.
AbstractPolicyInterceptorProvider - Class in org.apache.cxf.ws.policy
 
AbstractPolicyInterceptorProvider(QName) - Constructor for class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
AbstractPolicyInterceptorProvider(Collection<QName>) - Constructor for class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
AbstractPropertiesHolder - Class in org.apache.cxf.service.model
 
AbstractPropertiesHolder() - Constructor for class org.apache.cxf.service.model.AbstractPropertiesHolder
 
AbstractResourceInfo - Class in org.apache.cxf.jaxrs.model
 
AbstractResourceInfo() - Constructor for class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
AbstractResourceInfo(Class<?>, Class<?>, boolean) - Constructor for class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
AbstractSecurityContextInInterceptor - Class in org.apache.cxf.interceptor.security
 
AbstractSecurityContextInInterceptor() - Constructor for class org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptor
 
AbstractServiceFactoryBean - Class in org.apache.cxf.service.factory
 
AbstractServiceFactoryBean() - Constructor for class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
AbstractStaticFailoverStrategy - Class in org.apache.cxf.clustering
Failover strategy based on a static cluster represented by multiple endpoints associated with the same service instance.
AbstractStaticFailoverStrategy() - Constructor for class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
 
AbstractThreadLocalProxy<T> - Class in org.apache.cxf.jaxrs.impl.tl
 
AbstractThreadLocalProxy() - Constructor for class org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy
 
AbstractThresholdOutputStream - Class in org.apache.cxf.io
Outputstream that will buffer a certain amount before writing anything to the underlying stream.
AbstractThresholdOutputStream(int) - Constructor for class org.apache.cxf.io.AbstractThresholdOutputStream
 
AbstractTransportFactory - Class in org.apache.cxf.transport
Helper methods for DestinationFactorys and ConduitInitiators.
AbstractTransportFactory() - Constructor for class org.apache.cxf.transport.AbstractTransportFactory
 
AbstractTransportFactory(List<String>) - Constructor for class org.apache.cxf.transport.AbstractTransportFactory
 
AbstractTransportFactory(List<String>, Bus) - Constructor for class org.apache.cxf.transport.AbstractTransportFactory
 
AbstractUsernameTokenInInterceptor - Class in org.apache.cxf.interceptor.security
 
AbstractUsernameTokenInInterceptor() - Constructor for class org.apache.cxf.interceptor.security.AbstractUsernameTokenInInterceptor
 
AbstractValidator - Class in org.apache.cxf.tools.validator
 
AbstractValidator() - Constructor for class org.apache.cxf.tools.validator.AbstractValidator
 
AbstractWrappedMessage - Class in org.apache.cxf.message
A base class to build your own message implementations on.
AbstractWrappedMessage(Message) - Constructor for class org.apache.cxf.message.AbstractWrappedMessage
 
AbstractWrappedOutputStream - Class in org.apache.cxf.io
Provides a convenient hook onFirstWrite() for those needing to wrap an output stream.
AbstractWrappedOutputStream() - Constructor for class org.apache.cxf.io.AbstractWrappedOutputStream
 
AbstractWrapperHelper - Class in org.apache.cxf.databinding
This wrapper helper will use reflection to handle the wrapped message
AbstractWrapperHelper(Class<?>, Method[], Method[], Field[]) - Constructor for class org.apache.cxf.databinding.AbstractWrapperHelper
 
AbstractWrapperWSDLLocator - Class in org.apache.cxf.wsdl11
 
AbstractWrapperWSDLLocator(String, WSDLLocator) - Constructor for class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
AbstractWSDLPlugin - Class in org.apache.cxf.wsdl
 
AbstractWSDLPlugin() - Constructor for class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
accept(AnnotationVisitor, Class<?>) - Method in class org.apache.cxf.common.annotation.AnnotationProcessor
Visits each of the annotated elements of the object.
accept(AnnotationVisitor) - Method in class org.apache.cxf.common.annotation.AnnotationProcessor
 
accept(MediaType...) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Accept header
accept(String...) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Accept header
accept(MediaType...) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Accept header
accept(String...) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Accept header
accept(MediaType...) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
accept(String...) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
accept(SearchConditionVisitor<T>) - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
accept(SearchConditionVisitor<T>) - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
accept(SearchConditionVisitor<T>) - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
Provides a visitor which will convert this SearchCondition into a custom expression, for example, into the SQL statement, etc
accept(SearchConditionVisitor<T>) - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
 
accept(XMLStreamReader) - Method in class org.apache.cxf.staxutils.StaxStreamFilter
 
accept - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
ACCEPT_CONTENT_TYPE - Static variable in interface org.apache.cxf.message.Message
 
ACCEPT_ENCODING - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
acceptableCountryWildcard(String) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
acceptEncoding(String...) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Accept-Encoding header
acceptEncoding(String...) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Accept-Encoding header
acceptEncoding(String...) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
acceptEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
acceptLanguage(String...) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Accept-Language header
acceptLanguage(String...) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Accept-Language header
acceptLanguage(String...) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
acceptLanguage - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
AccessDeniedException - Exception in org.apache.cxf.interceptor.security
 
AccessDeniedException(String) - Constructor for exception org.apache.cxf.interceptor.security.AccessDeniedException
 
action - Variable in class org.apache.cxf.ws.addressing.ProblemActionType
 
activate() - Method in class org.apache.cxf.transport.AbstractObservable
Activate messages flow.
activate() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
Activate receipt of incoming messages.
activateAll() - Method in interface org.apache.cxf.bus.extension.ExtensionManager
 
activateAll() - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
activateAllByType(Class<T>) - Method in interface org.apache.cxf.bus.extension.ExtensionManager
 
activateAllByType(Class<T>) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ACTIVATION_NAMESPACES_PROPERTY_NAME - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ACTIVATION_NAMESPACES_SETTER_METHOD_NAME - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
activationNamespaces - Variable in class org.apache.cxf.binding.AbstractBaseBindingFactory
 
add(Attachment) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
add(Extension) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
add(int, T) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
add(T) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
add(T) - Method in class org.apache.cxf.common.util.SortedArraySet
 
add(String, String) - Method in class org.apache.cxf.helpers.NSStack
Add a new declaration to the current scope.
add(String) - Method in class org.apache.cxf.helpers.NSStack
Add a new declaration to the current scope using a unique prefix and return the prefix.
add(Interceptor<? extends Message>) - Method in interface org.apache.cxf.interceptor.InterceptorChain
Adds a single interceptor to the interceptor chain.
add(Collection<Interceptor<? extends Message>>) - Method in interface org.apache.cxf.interceptor.InterceptorChain
Adds multiple interceptors to the interceptor chain.
add(K, V) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
add() - Method in class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
add(Collection<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Collection<Interceptor<? extends Message>>, boolean) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Interceptor) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Interceptor, boolean) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
addAfter(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain after the specified collection of interceptors.
addAfter(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain after the specified interceptor.
addAll(Collection<? extends Attachment>) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
addAll(Collection<? extends T>) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
addAll(int, Collection<? extends T>) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
addAll(Collection<? extends T>) - Method in class org.apache.cxf.common.util.SortedArraySet
 
addAllAbsent(Collection<? extends T>) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
addAllToWorkQueueManager(WorkQueueManager) - Method in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
addApplicationContext(ApplicationContext) - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
addAttachmentMarshaller(Marshaller) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
addAttachmentMarshaller(Marshaller) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
addAttachmentUnmarshaller(Unmarshaller) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
addAuthenticator() - Static method in class org.apache.cxf.transport.http.CXFAuthenticator
 
addBefore(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain before the specified collection of interceptors.
addBefore(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain before the specified interceptor.
addBindFile(InputSource) - Method in interface org.apache.cxf.jaxb.JAXBUtils.Options
 
addBinding(BindingInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addBus(ApplicationContext, String) - Static method in class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
 
addBusWiringAttribute(BeanDefinitionBuilder, BusWiringType) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
addBusWiringAttribute(BeanDefinitionBuilder, BusWiringType, String, ParserContext) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
addChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
addCookie(Cookie) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
addCrossImports() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
addDateHeader(String, long) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
addDefaultBus(ApplicationContext) - Static method in class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
 
addDefaultNamespaces() - Method in class org.apache.cxf.test.TestUtilities
 
addDefaultPortIfMissing(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
addDefaultPortIfMissing(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
addDefinition(Object, Definition) - Method in interface org.apache.cxf.wsdl.WSDLManager
Adds a definition into the cache for lookup later
addDefinition(Object, Definition) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
addDestination(AbstractHTTPDestination) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
addDestination(AbstractHTTPDestination) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
addDocumentation(WSDLElement, String) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
addEndpoint(EndpointInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addErrorMessage(String) - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
addEvent(XMLEvent) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
addExtensibilityElements(ElementExtensible, List<ExtensibilityElement>) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
addExtensionAttribute(QName, Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
addExtensionAttribute(QName, Object) - Method in interface org.apache.cxf.service.model.Extensible
 
addExtensions(List<Extension>) - Static method in class org.apache.cxf.bus.extension.ExtensionRegistry
 
addExtensions(ExtensionRegistry, String, String) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensions(ExtensionRegistry, String, String, String) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensions(ExtensionRegistry, Class<?>, Class<? extends ExtensibilityElement>) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensions(ExtensionRegistry, Class<?>, Class<? extends ExtensibilityElement>, String) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensor(Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
addExtensor(Object) - Method in interface org.apache.cxf.service.model.Extensible
 
addFault(QName, QName) - Method in class org.apache.cxf.service.model.OperationInfo
Adds an fault to this operation.
addFault(FaultInfo) - Method in class org.apache.cxf.service.model.OperationInfo
Adds a fault to this operation.
addFault(QName, QName) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
addFilter(String, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addFilter(String, Filter) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addGrammar(InputSource) - Method in interface org.apache.cxf.jaxb.JAXBUtils.Options
 
addHandler(Handler) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
addHandler(Handler) - Method in class org.apache.cxf.common.logging.Log4jLogger
 
addHeader(String, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
addIfAbsent(T) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
addImportIfNeeded(XmlSchema, String) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
Assist in managing the required for imports of peer schemas.
addImportIfNeeded(XmlSchema, QName) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
For convenience, start from a qname, and add the import if it is non-null and has a namespace.
addIntHeader(String, int) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
additionalSpringConfiguration(GenericApplicationContext) - Method in class org.apache.cxf.test.AbstractCXFSpringTest
subclasses may override this.
addListener(Destination, Endpoint) - Method in class org.apache.cxf.binding.AbstractBaseBindingFactory
 
addListener(Destination, Endpoint) - Method in interface org.apache.cxf.binding.BindingFactory
Set the destination's message observer which is created by using the endpoint to listen the incoming message
addListener(Class<? extends EventListener>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addListener(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addListener(T) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addListener(FactoryBeanListener) - Method in class org.apache.cxf.service.factory.FactoryBeanListenerManager
 
addListener(AbstractApplicationContext) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
addLoader(ClassLoader) - Method in class org.apache.cxf.jaxrs.client.ProxyClassLoader
 
addLogHandler(Handler) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
addMember(Principal) - Method in class org.apache.cxf.common.security.SimpleGroup
 
addMessageFromBinding(ExtensibilityElement, BindingOperationInfo, boolean) - Method in class org.apache.cxf.binding.AbstractBindingFactory
 
addMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Adds a message part to this container.
addMessagePart(String) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
addMessagePart(MessagePartInfo) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Adds a message part to this container.
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.apache.cxf.jaxrs.provider.JAXBAttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class org.apache.cxf.jaxrs.provider.JAXBAttachmentMarshaller
 
addNamedWorkQueue(String, AutomaticWorkQueue) - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Adds a named work queue
addNamedWorkQueue(String, AutomaticWorkQueue) - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
addNamespace(String, String) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
addNamespace(String, String) - Method in class org.apache.cxf.test.AbstractCXFTest
Add a namespace that will be used for XPath expressions.
addNamespace(String, String) - Method in class org.apache.cxf.test.TestUtilities
Add a namespace that will be used for XPath expressions.
addNamespace(String, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
addNamespace(String) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
addNamespace(String, String) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
addNamespace(String, String, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
addNamespacePrefix(Element, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Add a namespace prefix definition to an element.
addNamespaces(Map<String, String>) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
addNewSchema(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addOperation(BindingOperationInfo) - Method in class org.apache.cxf.service.model.BindingInfo
Adds an operation to this service.
addOperation(QName) - Method in class org.apache.cxf.service.model.InterfaceInfo
Adds an operation to this service.
addOutOfBandMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
addPackage(Set<Class<?>>, String, ClassLoader) - Static method in class org.apache.cxf.jaxb.JAXBContextCache
 
addParametersToBuilder(UriBuilder, String, Object, ParameterType) - Static method in class org.apache.cxf.jaxrs.client.AbstractClient
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
addPropertyToForm(MultivaluedMap<String, String>, String, Object) - Static method in class org.apache.cxf.jaxrs.utils.FormUtils
 
addResourceResolver(ResourceResolver) - Method in class org.apache.cxf.resource.DefaultResourceManager
 
addResourceResolver(ResourceResolver) - Method in interface org.apache.cxf.resource.ResourceManager
Add a ResourceResolver.
addResourceResolvers(Collection<? extends ResourceResolver>) - Method in class org.apache.cxf.resource.DefaultResourceManager
 
address - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
address - Variable in class org.apache.cxf.ws.addressing.EndpointReferenceType
 
address - Variable in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
 
address - Variable in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
AddressingBuilder - Class in org.apache.cxf.ws.addressing
Factory for WS-Addressing elements.
AddressingBuilder() - Constructor for class org.apache.cxf.ws.addressing.AddressingBuilder
Non-public constructor prevents instantiation.
AddressingConstants - Interface in org.apache.cxf.ws.addressing
Encapsulation of version-specific WS-Addressing constants.
AddressingProperties - Interface in org.apache.cxf.ws.addressing
Abstraction of Message Addressing Properties.
AddressingType - Interface in org.apache.cxf.ws.addressing
Encapsulates the WS-Addressing namespace URI (and by implication, also the version).
AddressType - Class in org.apache.cxf.wsdl.http
Java class for addressType complex type.
AddressType() - Constructor for class org.apache.cxf.wsdl.http.AddressType
 
addSchema(SchemaInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addSchemaDocument(ServiceInfo, SchemaCollection, Document, String) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
addSchemaDocument(ServiceInfo, SchemaCollection, Document, String, Collection<String>) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
addSchemaDocument(SchemaCollection, List<String>, Document, String, boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
addServant(URL, JettyHTTPHandler) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Register a servant.
addServant(URL, JettyHTTPHandler) - Method in interface org.apache.cxf.transport.http_jetty.ServerEngine
Register a servant.
addServlet(String, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addServlet(String, Servlet) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
addSharedUser() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
addSubClassResourceInfo(ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
addSwaRefAttachment(DataHandler) - Method in class org.apache.cxf.jaxrs.provider.JAXBAttachmentMarshaller
 
addTargetAnnotation(Class<? extends Annotation>) - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
AEGIS_DATABINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
AegisElementProvider<T> - Class in org.apache.cxf.jaxrs.provider
 
AegisElementProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
AegisJSONProvider<T> - Class in org.apache.cxf.jaxrs.provider
 
AegisJSONProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
after(Date) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property after (greater than) given date?
after(Duration) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property after (greater than) date distant from now by given period of time?
afterPropertiesSet() - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
algorithm - Variable in class org.apache.cxf.configuration.security.SecureRandomParameters
 
AliasedX509ExtendedKeyManager - Class in org.apache.cxf.transport.https
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509ExtendedKeyManager(String, X509KeyManager) - Constructor for class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
Construct KeyManager instance
ALL_TYPES - Static variable in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
ALLOW_ALL - Static variable in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off.
allowChunking - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
AlternativeSelector - Interface in org.apache.cxf.ws.policy
Used by the Policy engine to select the Policy alternative to use.
and() - Method in interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
Conjunct current expression with another
and(CompleteCondition, CompleteCondition, CompleteCondition...) - Method in class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder
 
and(CompleteCondition, CompleteCondition, CompleteCondition...) - Method in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
Conjunct multiple expressions
AND - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
AndSearchCondition<T> - Class in org.apache.cxf.jaxrs.ext.search
Composite 'and' search condition
AndSearchCondition() - Constructor for class org.apache.cxf.jaxrs.ext.search.AndSearchCondition
 
AndSearchCondition(List<SearchCondition<T>>) - Constructor for class org.apache.cxf.jaxrs.ext.search.AndSearchCondition
 
AnnotationInterceptors - Class in org.apache.cxf.interceptor
 
AnnotationInterceptors(Class<?>...) - Constructor for class org.apache.cxf.interceptor.AnnotationInterceptors
 
AnnotationProcessor - Class in org.apache.cxf.common.annotation
Process instance of an annotated class.
AnnotationProcessor(Object) - Constructor for class org.apache.cxf.common.annotation.AnnotationProcessor
 
AnnotationsFactoryBeanListener - Class in org.apache.cxf.service.factory
 
AnnotationsFactoryBeanListener() - Constructor for class org.apache.cxf.service.factory.AnnotationsFactoryBeanListener
 
AnnotationUtils - Class in org.apache.cxf.jaxrs.utils
 
AnnotationVisitor - Interface in org.apache.cxf.common.annotation
Visits the annotated elements of an object
Anonymous - Class in org.apache.cxf.ws.addressing.wsdl
Java class for anonymous complex type.
Anonymous() - Constructor for class org.apache.cxf.ws.addressing.wsdl.Anonymous
 
ANONYMOUS_ADDRESS - Static variable in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
ANONYMOUS_ADDRESS - Static variable in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
 
AnonymousType - Enum in org.apache.cxf.ws.addressing.wsdl
Java class for AnonymousType.
ANT_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
any - Variable in class org.apache.cxf.ws.addressing.AttributedAnyType
 
any - Variable in class org.apache.cxf.ws.addressing.EndpointReferenceType
 
any - Variable in class org.apache.cxf.ws.addressing.MetadataType
 
any - Variable in class org.apache.cxf.ws.addressing.ReferenceParametersType
 
any - Variable in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
 
any - Variable in class org.apache.cxf.ws.addressing.v200403.ReferencePropertiesType
 
any - Variable in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
any - Variable in class org.apache.cxf.ws.addressing.v200408.ReferenceParametersType
 
any - Variable in class org.apache.cxf.ws.addressing.v200408.ReferencePropertiesType
 
any - Variable in class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
 
any - Variable in class org.apache.cxf.wsdl.TExtensibleDocumented
 
ANY_TYPE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
ANY_URI_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
applicationContext - Static variable in class org.apache.cxf.test.AbstractCXFSpringTest
 
applyFeatures(AbstractClient) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
 
applyFeatures() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
args - Variable in class org.apache.cxf.bus.extension.Extension
 
ASMHelper - Class in org.apache.cxf.common.util
 
ASMHelper() - Constructor for class org.apache.cxf.common.util.ASMHelper
 
ASMHelper.TypeHelperClassLoader - Class in org.apache.cxf.common.util
 
assertClientPolicy(Message, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Asserts all HTTPClientPolicy assertions that are compatible with the specified client policy.
assertFault(Node) - Static method in class org.apache.cxf.test.XPathAssert
 
assertInvalid(String, Node) - Method in class org.apache.cxf.test.AbstractCXFTest
Assert that the following XPath query selects no nodes.
assertInvalid(String, Node) - Method in class org.apache.cxf.test.TestUtilities
Assert that the following XPath query selects no nodes.
assertInvalid(String, Node, Map<String, String>) - Static method in class org.apache.cxf.test.XPathAssert
Assert that the following XPath query selects no nodes.
AssertionBuilderLoader - Interface in org.apache.cxf.ws.policy
Marker interface for objects that would load and register additional AssertionBuilders when loaded.
AssertionBuilderRegistry - Interface in org.apache.cxf.ws.policy
AssertionBuilderRegistry is used to manage AssertionBuilders and create Assertion objects from given xml elements.
AssertionInfo - Class in org.apache.cxf.ws.policy
 
AssertionInfo(Assertion) - Constructor for class org.apache.cxf.ws.policy.AssertionInfo
 
AssertionInfoMap - Class in org.apache.cxf.ws.policy
 
AssertionInfoMap(Policy) - Constructor for class org.apache.cxf.ws.policy.AssertionInfoMap
 
AssertionInfoMap(Collection<? extends Assertion>) - Constructor for class org.apache.cxf.ws.policy.AssertionInfoMap
 
assertMessage(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
assertMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
assertMessage(Message) - Method in interface org.apache.cxf.ws.policy.Assertor
 
assertNoFault(Node) - Method in class org.apache.cxf.test.AbstractCXFTest
Assert that this node is not a SOAP fault part.
assertNoFault(Node) - Method in class org.apache.cxf.test.TestUtilities
Assert that this node is not a Soap fault body.
assertNoFault(Node) - Static method in class org.apache.cxf.test.XPathAssert
 
Assertor - Interface in org.apache.cxf.ws.policy
API used in the WS-Policy framework to allow a message exchange participant to assert its capabilities for the underlying message.
assertServerPolicy(Message, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Asserts all HTTPServerPolicy assertions that are equal to the specified server policy.
assertValid(String, Node) - Method in class org.apache.cxf.test.AbstractCXFTest
Assert that the following XPath query selects one or more nodes.
assertValid(String, Node) - Method in class org.apache.cxf.test.TestUtilities
Assert that the following XPath query selects one or more nodes.
assertValid(String, Node, Map<String, String>) - Static method in class org.apache.cxf.test.XPathAssert
Assert that the following XPath query selects one or more nodes.
assertValidBoolean(String, Node) - Method in class org.apache.cxf.test.AbstractCXFTest
Assert that the following XPath query selects a boolean value.
assertValidBoolean(String, Node) - Method in class org.apache.cxf.test.TestUtilities
Assert that the following XPath query selects a boolean value.
assertValidBoolean(String, Node, Map<String, String>) - Static method in class org.apache.cxf.test.XPathAssert
Assert that the following XPath query selects one or more nodes.
assertXPathEquals(String, String, Node) - Method in class org.apache.cxf.test.AbstractCXFTest
Assert that the text of the xpath node retrieved is equal to the value specified.
assertXPathEquals(String, String, Node) - Method in class org.apache.cxf.test.TestUtilities
Assert that the text of the xpath node retrieved is equal to the value specified.
assertXPathEquals(String, String, Node, Map<String, String>) - Static method in class org.apache.cxf.test.XPathAssert
Asser that the text of the xpath node retrieved is equal to the value specified.
assignClassName(String, String) - Method in class org.apache.cxf.jaxb.JAXBUtils.DefaultClassNameAllocator
 
ASYNC_METHOD_SUFFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
ASYNC_POST_RESPONSE_DISPATCH - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the server should send the response asynchronously.
AtomElementReader<T extends Element,E> - Interface in org.apache.cxf.jaxrs.ext.atom
A callback-style interface which can be used to deserialize an Atom Feed or Entry into a custom object without having to introduce direct dependencies on Abdera API in the 'main' service code
AtomElementWriter<T extends Element,E> - Interface in org.apache.cxf.jaxrs.ext.atom
A callback-style interface which can be used to map an object to an Atom Feed or Entry without having to introduce direct dependencies on Abdera API in the 'main' service code
AtomEntryProvider - Class in org.apache.cxf.jaxrs.provider
 
AtomEntryProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
AtomFeedProvider - Class in org.apache.cxf.jaxrs.provider
 
AtomFeedProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
AtomPojoProvider - Class in org.apache.cxf.jaxrs.provider
 
AtomPojoProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
Attachment - Class in org.apache.cxf.jaxrs.ext.multipart
This class represents an attachment; generally a multipart part.
Attachment(Attachment, Providers) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
Attachment(String, DataHandler, MultivaluedMap<String, String>) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
Attachment(String, DataSource, MultivaluedMap<String, String>) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
Attachment(InputStream, MultivaluedMap<String, String>) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
Attachment(String, String, Object) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
Attachment(String, InputStream, ContentDisposition) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
Attachment - Interface in org.apache.cxf.message
 
ATTACHMENT_DIRECTORY - Static variable in class org.apache.cxf.attachment.AttachmentDeserializer
 
ATTACHMENT_MAX_SIZE - Static variable in class org.apache.cxf.attachment.AttachmentDeserializer
 
ATTACHMENT_MEMORY_THRESHOLD - Static variable in class org.apache.cxf.attachment.AttachmentDeserializer
 
AttachmentBuilder - Class in org.apache.cxf.jaxrs.ext.multipart
Fluid builder class for Attachment objects.
AttachmentBuilder() - Constructor for class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
AttachmentDataSource - Class in org.apache.cxf.attachment
 
AttachmentDataSource(String, InputStream) - Constructor for class org.apache.cxf.attachment.AttachmentDataSource
 
AttachmentDeserializer - Class in org.apache.cxf.attachment
 
AttachmentDeserializer(Message) - Constructor for class org.apache.cxf.attachment.AttachmentDeserializer
 
AttachmentDeserializer(Message, List<String>) - Constructor for class org.apache.cxf.attachment.AttachmentDeserializer
 
AttachmentImpl - Class in org.apache.cxf.attachment
 
AttachmentImpl(String) - Constructor for class org.apache.cxf.attachment.AttachmentImpl
 
AttachmentImpl(String, DataHandler) - Constructor for class org.apache.cxf.attachment.AttachmentImpl
 
AttachmentInInterceptor - Class in org.apache.cxf.interceptor
 
AttachmentInInterceptor() - Constructor for class org.apache.cxf.interceptor.AttachmentInInterceptor
contruct the soap message with attachments from mime input stream
AttachmentInputInterceptor - Class in org.apache.cxf.jaxrs.interceptor
 
AttachmentInputInterceptor() - Constructor for class org.apache.cxf.jaxrs.interceptor.AttachmentInputInterceptor
 
AttachmentOutInterceptor - Class in org.apache.cxf.interceptor
 
AttachmentOutInterceptor() - Constructor for class org.apache.cxf.interceptor.AttachmentOutInterceptor
 
AttachmentOutInterceptor.AttachmentOutEndingInterceptor - Class in org.apache.cxf.interceptor
 
AttachmentOutInterceptor.AttachmentOutEndingInterceptor() - Constructor for class org.apache.cxf.interceptor.AttachmentOutInterceptor.AttachmentOutEndingInterceptor
 
AttachmentOutputInterceptor - Class in org.apache.cxf.jaxrs.interceptor
 
AttachmentOutputInterceptor(String, Map<String, List<String>>) - Constructor for class org.apache.cxf.jaxrs.interceptor.AttachmentOutputInterceptor
 
ATTACHMENTS - Static variable in interface org.apache.cxf.message.Message
 
AttachmentSerializer - Class in org.apache.cxf.attachment
 
AttachmentSerializer(Message) - Constructor for class org.apache.cxf.attachment.AttachmentSerializer
 
AttachmentSerializer(Message, String, Map<String, List<String>>) - Constructor for class org.apache.cxf.attachment.AttachmentSerializer
 
AttachmentUtil - Class in org.apache.cxf.attachment
 
AttachmentUtils - Class in org.apache.cxf.jaxrs.utils.multipart
 
ATTR_LOCATION - Static variable in class org.apache.cxf.common.WSDLConstants
 
ATTR_NAME - Static variable in class org.apache.cxf.common.WSDLConstants
 
ATTR_NAMESPACE - Static variable in class org.apache.cxf.common.WSDLConstants
 
ATTR_PART_ELEMENT - Static variable in class org.apache.cxf.common.WSDLConstants
 
ATTR_PART_TYPE - Static variable in class org.apache.cxf.common.WSDLConstants
 
ATTR_TNS - Static variable in class org.apache.cxf.common.WSDLConstants
 
ATTR_TRANSPORT - Static variable in class org.apache.cxf.common.WSDLConstants
 
ATTR_TYPE - Static variable in class org.apache.cxf.common.WSDLConstants
 
AttributedAnyType - Class in org.apache.cxf.ws.addressing
Java class for AttributedAnyType complex type.
AttributedAnyType() - Constructor for class org.apache.cxf.ws.addressing.AttributedAnyType
 
AttributedQName - Class in org.apache.cxf.ws.addressing.v200403
Java class for AttributedQName complex type.
AttributedQName() - Constructor for class org.apache.cxf.ws.addressing.v200403.AttributedQName
 
AttributedQName - Class in org.apache.cxf.ws.addressing.v200408
Java class for AttributedQName complex type.
AttributedQName() - Constructor for class org.apache.cxf.ws.addressing.v200408.AttributedQName
 
AttributedQNameType - Class in org.apache.cxf.ws.addressing
Java class for AttributedQNameType complex type.
AttributedQNameType() - Constructor for class org.apache.cxf.ws.addressing.AttributedQNameType
 
AttributedQNameType - Class in org.apache.cxf.ws.addressing.wsdl
Java class for AttributedQNameType complex type.
AttributedQNameType() - Constructor for class org.apache.cxf.ws.addressing.wsdl.AttributedQNameType
 
AttributedUnsignedLongType - Class in org.apache.cxf.ws.addressing
Java class for AttributedUnsignedLongType complex type.
AttributedUnsignedLongType() - Constructor for class org.apache.cxf.ws.addressing.AttributedUnsignedLongType
 
AttributedURI - Class in org.apache.cxf.ws.addressing.v200403
Java class for AttributedURI complex type.
AttributedURI() - Constructor for class org.apache.cxf.ws.addressing.v200403.AttributedURI
 
AttributedURI - Class in org.apache.cxf.ws.addressing.v200408
Java class for AttributedURI complex type.
AttributedURI() - Constructor for class org.apache.cxf.ws.addressing.v200408.AttributedURI
 
AttributedURIType - Class in org.apache.cxf.ws.addressing
Java class for AttributedURIType complex type.
AttributedURIType() - Constructor for class org.apache.cxf.ws.addressing.AttributedURIType
 
AUTH_TYPE_BASIC - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
AUTH_TYPE_DIGEST - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
AUTH_TYPE_NEGOTIATE - Static variable in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
authenticate(HttpServletResponse) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
AuthenticationException - Exception in org.apache.cxf.interceptor.security
 
AuthenticationException() - Constructor for exception org.apache.cxf.interceptor.security.AuthenticationException
 
AuthenticationException(String) - Constructor for exception org.apache.cxf.interceptor.security.AuthenticationException
 
authorization - Variable in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
AUTHORIZATION - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
AuthorizationPolicy - Class in org.apache.cxf.configuration.security
This structure holds parameters that may govern authentication that use a User Password strategy.
AuthorizationPolicy() - Constructor for class org.apache.cxf.configuration.security.AuthorizationPolicy
 
authorizationType - Variable in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
authorize(SecurityContext, Method) - Method in class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
 
authTypeIsBasic() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
authTypeIsDigest() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
authTypeIsNegotiate() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
AutomaticWorkQueue - Interface in org.apache.cxf.workqueue
 
AutomaticWorkQueueImpl - Class in org.apache.cxf.workqueue
 
AutomaticWorkQueueImpl() - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
AutomaticWorkQueueImpl(String) - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
AutomaticWorkQueueImpl(int) - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
AutomaticWorkQueueImpl(int, String) - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
AutomaticWorkQueueImpl(int, int, int, int, long) - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
AutomaticWorkQueueImpl(int, int, int, int, long, String) - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
autoRedirect - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
available() - Method in class org.apache.cxf.attachment.DelegatingInputStream
 

B

back(boolean) - Method in class org.apache.cxf.jaxrs.client.WebClient
Goes back
BareInInterceptor - Class in org.apache.cxf.interceptor
 
BareInInterceptor() - Constructor for class org.apache.cxf.interceptor.BareInInterceptor
 
BareOutInterceptor - Class in org.apache.cxf.interceptor
 
BareOutInterceptor() - Constructor for class org.apache.cxf.interceptor.BareOutInterceptor
 
BASE64BINARY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
Base64Exception - Exception in org.apache.cxf.common.util
 
Base64Exception(Message) - Constructor for exception org.apache.cxf.common.util.Base64Exception
 
Base64Exception(Message, Throwable) - Constructor for exception org.apache.cxf.common.util.Base64Exception
 
Base64Exception(Throwable) - Constructor for exception org.apache.cxf.common.util.Base64Exception
 
Base64Utility - Class in org.apache.cxf.common.util
This class converts to/from base64.
BASE_PATH - Static variable in interface org.apache.cxf.message.Message
 
BaseDataReader - Interface in org.apache.cxf.databinding
Non-parameterized base interface for DataReader<T>
BaseDataWriter - Interface in org.apache.cxf.databinding
The 'write' side of the data binding abstraction of CXF.
BaseUrlHelper - Class in org.apache.cxf.transport.servlet
 
BeanConstants - Class in org.apache.cxf.configuration.spring
 
BeanInvoker - Class in org.apache.cxf.service.invoker
Invoker for externally created service objects.
BeanInvoker(Object) - Constructor for class org.apache.cxf.service.invoker.BeanInvoker
 
beanLoaded(String, T) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener
Return true if the bean that was loaded meets the requirements at which point, the loader will stop loading additional beans of the given type
before(Date) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property before (less than) given date?
before(Duration) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property before (less than) date distant from now by given period of time?
begin(MessagePartInfo) - Method in class org.apache.cxf.service.ServiceModelSchemaValidator
 
begin(ServiceInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
begin(InterfaceInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
begin(OperationInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
begin(UnwrappedOperationInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
begin(MessageInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
begin(MessagePartInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
begin(FaultInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
begin(EndpointInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
BINARY_CONTENT_MESSAGE - Static variable in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
BinaryDataProvider - Class in org.apache.cxf.jaxrs.provider
 
BinaryDataProvider() - Constructor for class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
binaryName() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JType
 
bind(OperationInfo, Method...) - Method in interface org.apache.cxf.frontend.MethodDispatcher
 
bind() - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
bind(OperationResourceInfo, Method...) - Method in class org.apache.cxf.jaxrs.model.MethodDispatcher
 
Binding - Interface in org.apache.cxf.binding
A Binding provides interceptors and message creation logic for a specific protocol binding.
binding - Variable in class org.apache.cxf.wsdl.TDefinitions
 
binding - Variable in class org.apache.cxf.wsdl.TPort
 
BINDING_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
bindingConfig - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
BindingConfiguration - Class in org.apache.cxf.binding
A configuration for a binding.
BindingConfiguration() - Constructor for class org.apache.cxf.binding.BindingConfiguration
 
BindingFactory - Interface in org.apache.cxf.binding
A factory interface for creating Bindings from BindingInfo metadata.
bindingFactory - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
BindingFactoryManager - Interface in org.apache.cxf.binding
The manager interface represents a repository for accessing BindingFactorys.
BindingFactoryManagerImpl - Class in org.apache.cxf.binding
 
BindingFactoryManagerImpl() - Constructor for class org.apache.cxf.binding.BindingFactoryManagerImpl
 
BindingFactoryManagerImpl(Bus) - Constructor for class org.apache.cxf.binding.BindingFactoryManagerImpl
 
BindingFactoryManagerImpl(Map<String, BindingFactory>) - Constructor for class org.apache.cxf.binding.BindingFactoryManagerImpl
 
BindingFactoryManagerImpl(Map<String, BindingFactory>, Bus) - Constructor for class org.apache.cxf.binding.BindingFactoryManagerImpl
 
BindingFactoryManagerImpl(MapProvider<String, BindingFactory>) - Constructor for class org.apache.cxf.binding.BindingFactoryManagerImpl
 
BindingFaultInfo - Class in org.apache.cxf.service.model
 
BindingFaultInfo(FaultInfo, BindingOperationInfo) - Constructor for class org.apache.cxf.service.model.BindingFaultInfo
 
bindingId - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
BindingInfo - Class in org.apache.cxf.service.model
 
BindingInfo(ServiceInfo, String) - Constructor for class org.apache.cxf.service.model.BindingInfo
 
bindingInterceptors - Variable in class org.apache.cxf.transport.MultipleEndpointObserver
 
BindingMessageInfo - Class in org.apache.cxf.service.model
 
BindingMessageInfo() - Constructor for class org.apache.cxf.service.model.BindingMessageInfo
 
BindingMessageInfo(MessageInfo, BindingOperationInfo) - Constructor for class org.apache.cxf.service.model.BindingMessageInfo
 
BindingOperationInfo - Class in org.apache.cxf.service.model
 
BindingOperationInfo() - Constructor for class org.apache.cxf.service.model.BindingOperationInfo
 
BindingOperationInfo(BindingInfo, OperationInfo) - Constructor for class org.apache.cxf.service.model.BindingOperationInfo
 
BindingType - Class in org.apache.cxf.wsdl.http
Java class for bindingType complex type.
BindingType() - Constructor for class org.apache.cxf.wsdl.http.BindingType
 
BlueprintBeanLocator - Class in org.apache.cxf.bus.blueprint
 
BlueprintBeanLocator(ConfiguredBeanLocator, BlueprintContainer, BundleContext) - Constructor for class org.apache.cxf.bus.blueprint.BlueprintBeanLocator
 
BlueprintBus - Class in org.apache.cxf.bus.blueprint
 
BlueprintBus() - Constructor for class org.apache.cxf.bus.blueprint.BlueprintBus
 
BlueprintResourceFactory - Class in org.apache.cxf.jaxrs.blueprint
 
BlueprintResourceFactory() - Constructor for class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
BlueprintResourceFactory(String) - Constructor for class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
BODY_ATTACHMENT_ID - Static variable in class org.apache.cxf.attachment.AttachmentUtil
 
BOOLEAN_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
browserType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
buffer - Variable in class org.apache.cxf.io.AbstractThresholdOutputStream
 
build(Object) - Method in interface org.apache.cxf.jaxb.JAXBUtils.JCodeModel
 
build() - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
build() - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
build(Object...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
build() - Method in class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
build(String) - Static method in class org.apache.cxf.transport.http.PatternBuilder
Builds a Pattern from the given String argument.
build(Element, AssertionBuilderFactory) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
build(Element, AssertionBuilderFactory) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
build(String) - Method in interface org.apache.cxf.wsdl.WSDLBuilder
 
build() - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
Create the WSDL Definition object and return it.
build(Map<String, SchemaInfo>) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
Create the WSDL Definition object and return it.
build(String) - Method in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
buildAssertion() - Method in class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
buildAssertion() - Method in class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
buildAssertion() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
buildBinding(Collection<BindingInfo>, Collection<PortType>) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildBinding(ServiceInfo, Binding) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildBindingFault(Definition, BindingOperation, Collection<BindingFaultInfo>) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildBindingInput(Definition, BindingOperation, BindingMessageInfo) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildBindingOperation(Definition, Binding, Collection<BindingOperationInfo>) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildBindingOutput(Definition, BindingOperation, BindingMessageInfo) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildEndpoint(ServiceInfo, BindingInfo, Port) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildEntry(Entry, Object) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
buildFeed(Feed, Object) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
buildFromEncoded(Object...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
buildFromMap(Map<String, ? extends Object>) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
buildInterface(ServiceInfo, PortType) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildMessage(Message, AbstractMessageContainer, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildMockService(Definition, PortType) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildMockServices(Definition) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildOperation(QName, String, String) - Method in class org.apache.cxf.service.model.BindingInfo
 
buildPortType(InterfaceInfo, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildPortTypeOperation(PortType, Collection<OperationInfo>, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildService(ServiceInfo) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildServices(Definition) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildServices(Definition, QName) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildServices(Definition, QName, QName) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildServices(Definition, Service) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildServices(Definition, Service, QName) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildTypes(Collection<SchemaInfo>, Map<String, SchemaInfo>, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
buildTypesWithSchemaImports(Collection<SchemaInfo>, Map<String, SchemaInfo>, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
builtInTypeToJavaType(String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
BUNDLE - Static variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
bundleChanged(BundleEvent) - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener
BundleDelegatingClassLoader - Class in org.apache.cxf.bus.blueprint
A ClassLoader delegating to a given OSGi bundle.
BundleDelegatingClassLoader(Bundle) - Constructor for class org.apache.cxf.bus.blueprint.BundleDelegatingClassLoader
 
BundleDelegatingClassLoader(Bundle, ClassLoader) - Constructor for class org.apache.cxf.bus.blueprint.BundleDelegatingClassLoader
 
BundleUtils - Class in org.apache.cxf.common.i18n
A container for static utility methods related to resource bundle naming conventons.
bus - Variable in class org.apache.cxf.binding.AbstractBaseBindingFactory
 
Bus - Interface in org.apache.cxf
The Bus is the central place in CXF.
bus - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
bus - Variable in class org.apache.cxf.endpoint.ClientImpl
 
bus - Variable in class org.apache.cxf.test.AbstractCXFTest
 
bus - Variable in class org.apache.cxf.test.TestUtilities
 
bus - Variable in class org.apache.cxf.transport.AbstractDestination
 
bus - Variable in class org.apache.cxf.transport.AbstractTransportFactory
 
bus - Variable in class org.apache.cxf.transport.ChainInitiationObserver
 
bus - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
bus - Variable in class org.apache.cxf.transport.MultipleEndpointObserver
 
bus - Variable in class org.apache.cxf.transport.TransportURIResolver
 
bus - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
 
BUS_EXTENSION_RESOURCE - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
BUS_EXTENSION_RESOURCE_OLD_XML - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
BUS_EXTENSION_RESOURCE_XML - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
BUS_FACTORY_PROPERTY_NAME - Static variable in class org.apache.cxf.BusFactory
 
BUS_ID_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
BUS_PROPERTY_NAME - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerBus
 
BusApplicationContext - Class in org.apache.cxf.bus.spring
 
BusApplicationContext(String, boolean) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContext(String[], boolean) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContext(URL, boolean) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContext(URL[], boolean) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContext(String, boolean, ApplicationContext) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContext(URL, boolean, ApplicationContext) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContext(String[], boolean, ApplicationContext) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContext(URL[], boolean, ApplicationContext) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContext
 
BusApplicationContextResourceResolver - Class in org.apache.cxf.bus.spring
 
BusApplicationContextResourceResolver() - Constructor for class org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
 
BusApplicationContextResourceResolver(ApplicationContext) - Constructor for class org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
 
busCreated(Bus) - Method in interface org.apache.cxf.buslifecycle.BusCreationListener
Invoked to create a BusLifeCycleListener.
BusCreationListener - Interface in org.apache.cxf.buslifecycle
The listener interface for receiving notification of when Bus objects are created.
BusDefinitionParser - Class in org.apache.cxf.bus.blueprint
 
BusDefinitionParser() - Constructor for class org.apache.cxf.bus.blueprint.BusDefinitionParser
 
BusDefinitionParser - Class in org.apache.cxf.bus.spring
 
BusDefinitionParser() - Constructor for class org.apache.cxf.bus.spring.BusDefinitionParser
 
BusDefinitionParser.BusConfig - Class in org.apache.cxf.bus.spring
 
BusDefinitionParser.BusConfig(String) - Constructor for class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
BusEntityResolver - Class in org.apache.cxf.bus.spring
 
BusEntityResolver(EntityResolver, EntityResolver) - Constructor for class org.apache.cxf.bus.spring.BusEntityResolver
 
BusException - Exception in org.apache.cxf
The BusException class is used to indicate a bus exception has occurred.
BusException(Message) - Constructor for exception org.apache.cxf.BusException
Constructs a BusException with the provided detail message.
BusException(Message, Throwable) - Constructor for exception org.apache.cxf.BusException
Constructs a BusException with the detail message and cause provided.
BusException(Throwable) - Constructor for exception org.apache.cxf.BusException
Constructs a BusException with the provided cause.
BusExtension - Interface in org.apache.cxf.extension
 
BusExtensionPostProcessor - Class in org.apache.cxf.bus.spring
 
BusExtensionPostProcessor() - Constructor for class org.apache.cxf.bus.spring.BusExtensionPostProcessor
 
BusFactory - Class in org.apache.cxf
Factory to create CXF Bus objects.
BusFactory() - Constructor for class org.apache.cxf.BusFactory
 
BusLifeCycleListener - Interface in org.apache.cxf.buslifecycle
The listener interface for receiving notification of Bus lifecycle events.
BusLifeCycleManager - Interface in org.apache.cxf.buslifecycle
The manager interface for registering BusLifeCycleListeners.
BusState - Enum in org.apache.cxf.bus
 
BusWiringBeanFactoryPostProcessor - Class in org.apache.cxf.bus.spring
BeanFactoryPostProcessor that looks for any bean definitions that have the AbstractBeanDefinitionParser.WIRE_BUS_ATTRIBUTE attribute set.
BusWiringBeanFactoryPostProcessor() - Constructor for class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
 
BusWiringBeanFactoryPostProcessor(Bus) - Constructor for class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
 
BusWiringBeanFactoryPostProcessor(String) - Constructor for class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
 
BusWiringType - Enum in org.apache.cxf.configuration.spring
Enumeration for the ways in which the CXF bus can be wired into a Spring bean.
BYTE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
ByteDataSource - Class in org.apache.cxf.attachment
 
ByteDataSource(byte[]) - Constructor for class org.apache.cxf.attachment.ByteDataSource
 
ByteDataSource(byte[], String) - Constructor for class org.apache.cxf.attachment.ByteDataSource
 
ByteDataSource(byte[], int, int) - Constructor for class org.apache.cxf.attachment.ByteDataSource
 

C

cache(Message) - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
CACHE_CONTROL_SEPARATOR_PROPERTY - Static variable in class org.apache.cxf.jaxrs.impl.CacheControlHeaderProvider
 
CacheAndWriteOutputStream - Class in org.apache.cxf.io
This outputstream implementation will both write to the outputstream that is specified and cache the data at the same time.
CacheAndWriteOutputStream(OutputStream) - Constructor for class org.apache.cxf.io.CacheAndWriteOutputStream
 
cacheControl(CacheControl) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
cacheControl - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
CacheControlHeaderProvider - Class in org.apache.cxf.jaxrs.impl
 
CacheControlHeaderProvider() - Constructor for class org.apache.cxf.jaxrs.impl.CacheControlHeaderProvider
 
cached - Variable in class org.apache.cxf.io.DelegatingInputStream
 
CachedClass - Class in org.apache.cxf.common.util
 
CachedClass(Class<?>) - Constructor for class org.apache.cxf.common.util.CachedClass
 
CachedOutputStream - Class in org.apache.cxf.io
 
CachedOutputStream(PipedInputStream) - Constructor for class org.apache.cxf.io.CachedOutputStream
 
CachedOutputStream() - Constructor for class org.apache.cxf.io.CachedOutputStream
 
CachedOutputStream(long) - Constructor for class org.apache.cxf.io.CachedOutputStream
 
CachedOutputStreamCallback - Interface in org.apache.cxf.io
 
cachedStream - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This field contains the output stream with which we cache the request.
cacheInput() - Method in class org.apache.cxf.io.DelegatingInputStream
Read the entire original input stream and cache it.
CacheMap<K,V> - Class in org.apache.cxf.common.util
Implements a useful caching map.
CacheMap() - Constructor for class org.apache.cxf.common.util.CacheMap
 
CacheSizeExceededException - Exception in org.apache.cxf.io
 
CacheSizeExceededException() - Constructor for exception org.apache.cxf.io.CacheSizeExceededException
 
CacheSizeExceededException(String) - Constructor for exception org.apache.cxf.io.CacheSizeExceededException
 
CacheSizeExceededException(String, Throwable) - Constructor for exception org.apache.cxf.io.CacheSizeExceededException
 
CacheSizeExceededException(Throwable) - Constructor for exception org.apache.cxf.io.CacheSizeExceededException
 
cachingForRetransmission - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This boolean is true if the request must be cached.
CachingXmlEventWriter - Class in org.apache.cxf.staxutils
 
CachingXmlEventWriter() - Constructor for class org.apache.cxf.staxutils.CachingXmlEventWriter
 
calculateNewRequestURI(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
call() - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable
 
CALLBACK_KEY - Static variable in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
CALLBACK_PARAM - Static variable in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
canAssert(QName) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
canAssert(QName) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
canAssert(QName) - Method in interface org.apache.cxf.ws.policy.Assertor
 
canBeIgnored(Message) - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
canBeReadAsJaxbElement(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
canBeReadAsJaxbElement(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
cancel(boolean) - Method in class org.apache.cxf.endpoint.ClientCallback
 
cancelled - Variable in class org.apache.cxf.endpoint.ClientCallback
 
canConvert(Object, ReifiedType) - Method in class org.apache.cxf.configuration.blueprint.InterceptorTypeConverter
capitalize(String) - Static method in class org.apache.cxf.common.util.StringUtils
Return input string with first character in upper case.
cast(Map<?, ?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Map<?, ?>, Class<T>, Class<U>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Dictionary<?, ?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Dictionary<?, ?>, Class<T>, Class<U>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Collection<?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Collection<?>, Class<T>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(List<?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(List<?>, Class<T>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Iterator<?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Iterator<?>, Class<T>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Enumeration<?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Enumeration<?>, Class<T>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Set<?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Set<?>, Class<T>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Map.Entry<?, ?>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Map.Entry<?, ?>, Class<T>, Class<U>) - Static method in class org.apache.cxf.helpers.CastUtils
 
cast(Assertion) - Static method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
cast(Assertion, Class<T>) - Static method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
CastUtils - Class in org.apache.cxf.helpers
 
CATALOG_DEBUG_KEY - Static variable in class org.apache.cxf.catalog.OASISCatalogManager
 
CatalogWSDLLocator - Class in org.apache.cxf.catalog
Resolves WSDL URIs using Apache Commons Resolver API.
CatalogWSDLLocator(String) - Constructor for class org.apache.cxf.catalog.CatalogWSDLLocator
 
CatalogWSDLLocator(String, OASISCatalogManager) - Constructor for class org.apache.cxf.catalog.CatalogWSDLLocator
 
CatalogWSDLLocator(String, Bus) - Constructor for class org.apache.cxf.catalog.CatalogWSDLLocator
 
CatalogXmlSchemaURIResolver - Class in org.apache.cxf.catalog
Resolves URIs using Apache Commons Resolver API.
CatalogXmlSchemaURIResolver(Bus) - Constructor for class org.apache.cxf.catalog.CatalogXmlSchemaURIResolver
 
certAlias - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
certAlias - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
certConstraints - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
certConstraints - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
certConstraints - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
CertConstraints - Class in org.apache.cxf.transport.https
This class represents a set of constraints that can be placed on an X.509 certificate, in the form of a regular expression on a SubjectDN or IssuerDN.
CertConstraints(List<String>, CertConstraints.Combinator, List<String>, CertConstraints.Combinator) - Constructor for class org.apache.cxf.transport.https.CertConstraints
Create a CertificateConstraints from a CertificateConstraintsType specification
CertConstraints.Combinator - Enum in org.apache.cxf.transport.https
 
CertConstraintsFeature - Class in org.apache.cxf.transport.https
.*CN=(Bethal|Gordy).* .*O=ApacheTest.* .........
CertConstraintsFeature() - Constructor for class org.apache.cxf.transport.https.CertConstraintsFeature
 
CertConstraintsInterceptor - Class in org.apache.cxf.transport.https
An interceptor that enforces certificate constraints logic at the TLS layer.
CertConstraintsJaxBUtils - Class in org.apache.cxf.transport.https
A set of static methods that operate on the generated CertificateConstraintsType.
CertificateConstraintsType - Class in org.apache.cxf.configuration.security
This structure holds a list of regular expressions that corresponds to a sequence of Certificate Constraints on either the Subject or Issuer DN.
CertificateConstraintsType() - Constructor for class org.apache.cxf.configuration.security.CertificateConstraintsType
 
CertificateHostnameVerifier - Interface in org.apache.cxf.transport.https
************************************************************************ Copied from the not-yet-commons-ssl project at http://juliusdavies.ca/commons-ssl/ As the above project is accepted into Apache and its JARs become available in the Maven 2 repos, we will have to switch to using the JARs instead ************************************************************************

Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.

CertificateHostnameVerifier.AbstractVerifier - Class in org.apache.cxf.transport.https
 
CertificateHostnameVerifier.AbstractVerifier() - Constructor for class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
CertificateHostnameVerifier.Certificates - Class in org.apache.cxf.transport.https
 
certStore - Variable in class org.apache.cxf.configuration.security.TrustManagersType
 
CertStoreType - Class in org.apache.cxf.configuration.security
A CertStoreType represents a catenated sequence of X.509 certificates, in PEM or DER format.
CertStoreType() - Constructor for class org.apache.cxf.configuration.security.CertStoreType
 
cfg - Variable in class org.apache.cxf.jaxrs.client.AbstractClient
 
CFG_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ALL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ALLOW_ELEMENT_REFS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ANT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ANT_PROP - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ASYNCMETHODS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_AUTORESOLVE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_BAREMETHODS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_BEAN_CONFIG - Static variable in class org.apache.cxf.tools.common.ToolConstants
Tools permit caller to pass in additional bean definitions.
CFG_BINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_BINDING_ATTR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_CATALOG - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_CLASSDIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_CLASSNAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_CLASSPATH - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_CLIENT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_CMD_ARG - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_COMPILE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_CREATE_XSD_IMPORTS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_DATABINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_DEEP - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_DEFAULT_EX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_DEFAULT_NS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_DEFAULT_VALUES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ENCODING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_EXCEPTION_SUPER - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_EXTRA_SOAPHEADER - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_FAULT_SERIAL_VERSION_UID - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_FRONTEND - Static variable in class org.apache.cxf.tools.common.ToolConstants
Front-end selection command-line option to java2ws.
CFG_GEN_ANT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_CLIENT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_FAULT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_IMPL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_NEW_ONLY - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_OVERWRITE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_SEI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_SERVER - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_SERVICE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_GEN_TYPES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_IMPL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_IMPL_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_INSTALL_DIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_INTERFACE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_JAVASCRIPT_UTILS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_JSPACKAGEPREFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_JSPREFIXMAP - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_LIB_REF - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_MARK_GENERATED - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_MIMEMETHODS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_NAMESPACE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_NEXCLUDE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_NIGNOREEXCLUDE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_NINCLUDE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_NO_ADDRESS_BINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_NO_TYPES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_OUTPUTDIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_OUTPUTFILE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_PACKAGENAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_PLATFORM_VERSION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_PORT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_PORTTYPE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_RESERVE_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SCHEMA_DIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SCHEMA_URL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SCHEMANS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SERVER - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SERVICE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SERVICENAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SOAP12 - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SOURCEDIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_STYLE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SUPPRESS_GEN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SUPPRESS_WARNINGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_TNS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_TRANSPORT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_TYPES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_USE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_USETYPES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_VALIDATE_WSDL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_VERBOSE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WEBSERVICE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WRAPPERBEAN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDL_VERSION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDLLIST - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDLLOCATION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDLURL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_XJC_ARGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_XSDURL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
ChainInitiationObserver - Class in org.apache.cxf.transport
 
ChainInitiationObserver(Endpoint, Bus) - Constructor for class org.apache.cxf.transport.ChainInitiationObserver
 
characters(char[], int, int) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method characters.
check(String, SSLSocket) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
check(String, X509Certificate) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
check(String, String[], String[]) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
check(String[], SSLSocket) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
check(String[], X509Certificate) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
check(String[], String[], String[], boolean, boolean) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
check(String, SSLSocket) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
 
check(String, X509Certificate) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
 
check(String, String[], String[]) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
 
check(String[], SSLSocket) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
 
check(String[], X509Certificate) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
 
check(String[], String[], String[]) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
Checks to see if the supplied hostname matches any of the supplied CNs or "DNS" Subject-Alts.
check() - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
checkAdapter(Object, Class<?>, Annotation[], boolean) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
checkClientException(Message, Exception) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
checkCodeRequest(Message) - Method in class org.apache.cxf.jaxrs.impl.RequestPreprocessor
 
checkContentLength() - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
checkEffectivePolicy(Policy) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
checkForURI(String) - Method in class org.apache.cxf.transport.TransportFinder
 
checkForWrapped(OperationInfo, boolean) - Static method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
checkForWrapped(OperationInfo, boolean, boolean) - Static method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
checkForWrapped(OperationInfo, boolean, boolean, Level) - Static method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
checkGroup(Group, String) - Method in class org.apache.cxf.interceptor.security.DefaultSecurityContext
 
checkMetadataRequest(Message, UriInfo) - Method in class org.apache.cxf.jaxrs.impl.RequestPreprocessor
 
checkNamespaceMap(Map<String, String>) - Static method in class org.apache.cxf.databinding.AbstractDataBinding
 
checkPrivateEndpoint(Endpoint) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
Checks if a given endpoint has been marked as private.
checkProxy(Method, Object) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
checkResources(boolean) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
checkRestfulRequest(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
checkRestfulRequest(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
checkSuspendedInvocation(Exchange, Object, Method, List<Object>, Throwable) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
CHUNKED - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
chunking - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
If we are going to be chunking, we won't flush till close which causes new chunks, small network packets, etc..
chunkingThreshold - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
cipherSuite - Variable in class org.apache.cxf.configuration.security.CipherSuites
 
CipherSuites - Class in org.apache.cxf.configuration.security
This structure holds a list of ciphersuite names that are to be supported.
CipherSuites() - Constructor for class org.apache.cxf.configuration.security.CipherSuites
 
cipherSuites - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
cipherSuites - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
cipherSuites - Variable in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
cipherSuitesFilter - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
cipherSuitesFilter - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
cipherSuitesFilter - Variable in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
classes() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JPackage
 
classes() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JType
 
ClassHelper - Class in org.apache.cxf.common.util
 
ClassHelper() - Constructor for class org.apache.cxf.common.util.ClassHelper
 
classloader - Variable in class org.apache.cxf.bus.extension.Extension
 
ClassLoaderResolver - Class in org.apache.cxf.resource
 
ClassLoaderResolver() - Constructor for class org.apache.cxf.resource.ClassLoaderResolver
 
ClassLoaderResolver(ClassLoader) - Constructor for class org.apache.cxf.resource.ClassLoaderResolver
 
ClassLoaderUtils - Class in org.apache.cxf.common.classloader
This class is extremely useful for loading resources and classes in a fault tolerant manner that works across different applications servers.
ClassLoaderUtils.ClassLoaderHolder - Class in org.apache.cxf.common.classloader
 
className - Variable in class org.apache.cxf.bus.extension.Extension
 
classpathAnchor - Variable in class org.apache.cxf.test.TestUtilities
 
ClasspathResolver - Class in org.apache.cxf.resource
Resolve resources from the system class path.
ClasspathResolver() - Constructor for class org.apache.cxf.resource.ClasspathResolver
 
ClassReader - Class in org.apache.cxf.common.util
This is the class file reader for obtaining the parameter names for declared methods in a class.
ClassReader(byte[], Map<String, Method>) - Constructor for class org.apache.cxf.common.util.ClassReader
 
ClassResourceInfo - Class in org.apache.cxf.jaxrs.model
 
ClassResourceInfo(Class<?>) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfo(ClassResourceInfo) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfo(Class<?>, boolean) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfo(Class<?>, Class<?>) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfo(Class<?>, Class<?>, boolean) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfo(Class<?>, Class<?>, boolean, boolean) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfo(Class<?>, Class<?>, boolean, boolean, boolean) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfo(Class<?>, Class<?>, boolean, boolean, boolean, String, String) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
ClassResourceInfoComparator - Class in org.apache.cxf.jaxrs.model
 
ClassResourceInfoComparator(Message) - Constructor for class org.apache.cxf.jaxrs.model.ClassResourceInfoComparator
 
classResourceInfos - Variable in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
clazz - Variable in class org.apache.cxf.bus.extension.Extension
 
cleanedUpSchemaSource(XmlSchemaObject) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
clear() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
clear() - Method in class org.apache.cxf.common.util.CacheMap
 
clear() - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
clear() - Method in class org.apache.cxf.common.util.SortedArraySet
 
clear() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
clear() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
clear() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
clear() - Method in interface org.apache.cxf.message.Exchange
clear() - Method in class org.apache.cxf.message.ExchangeImpl
 
clearCaches() - Static method in class org.apache.cxf.jaxb.JAXBContextCache
Clear any caches to make sure new contexts are created
clearContexts() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
clearDefaultBusForAnyThread(Bus) - Static method in class org.apache.cxf.BusFactory
Removes a bus from being a thread default bus for any thread.
clearThreadLocalProxies() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
clearThreadLocalProxies() - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
Client - Interface in org.apache.cxf.endpoint
 
Client - Interface in org.apache.cxf.jaxrs.client
Represents common proxy and http-centric client capabilities
client(Object) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Converts proxy to Client
CLIENT_ADDRESSING_PROPERTIES - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
Well-known Property names for AddressingProperties in BindingProvider Context.
CLIENT_ADDRESSING_PROPERTIES_INBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
Well-known Property names for AddressingProperties in Handler Context.
CLIENT_ADDRESSING_PROPERTIES_OUTBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
CLIENT_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CLIENT_IN_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
CLIENT_INFAULT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
CLIENT_OUT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
CLIENT_POLICY_IN_FAULT_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
ClientAuthentication - Class in org.apache.cxf.configuration.security
Java class for ClientAuthentication complex type.
ClientAuthentication() - Constructor for class org.apache.cxf.configuration.security.ClientAuthentication
 
clientAuthentication - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
ClientCallback - Class in org.apache.cxf.endpoint
Asynchronous callback object for calls to Client.invoke(ClientCallback, String, Object...) and related functions.
ClientCallback() - Constructor for class org.apache.cxf.endpoint.ClientCallback
 
ClientConfiguration - Class in org.apache.cxf.jaxrs.client
Represents the configuration of the current proxy or WebClient.
ClientConfiguration() - Constructor for class org.apache.cxf.jaxrs.client.ClientConfiguration
 
clientCreated(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleListener
 
clientCreated(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
clientCreated(Client) - Method in class org.apache.cxf.endpoint.ClientLifeCycleManagerImpl
 
clientDestroyed(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleListener
 
clientDestroyed(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
clientDestroyed(Client) - Method in class org.apache.cxf.endpoint.ClientLifeCycleManagerImpl
 
ClientFaultConverter - Class in org.apache.cxf.interceptor
Takes a Fault and converts it to a local exception type if possible.
ClientFaultConverter() - Constructor for class org.apache.cxf.interceptor.ClientFaultConverter
 
ClientFaultConverter(String) - Constructor for class org.apache.cxf.interceptor.ClientFaultConverter
 
ClientImpl - Class in org.apache.cxf.endpoint
 
ClientImpl(Bus, Endpoint) - Constructor for class org.apache.cxf.endpoint.ClientImpl
 
ClientImpl(Bus, Endpoint, Conduit) - Constructor for class org.apache.cxf.endpoint.ClientImpl
 
ClientImpl(Bus, Endpoint, ConduitSelector) - Constructor for class org.apache.cxf.endpoint.ClientImpl
 
ClientImpl(URL) - Constructor for class org.apache.cxf.endpoint.ClientImpl
 
ClientImpl(URL, QName) - Constructor for class org.apache.cxf.endpoint.ClientImpl
 
ClientImpl(Bus, URL, QName, QName) - Constructor for class org.apache.cxf.endpoint.ClientImpl
Create a Client that uses the default EndpointImpl.
ClientImpl(Bus, URL, QName, QName, EndpointImplFactory) - Constructor for class org.apache.cxf.endpoint.ClientImpl
Create a Client that uses a specific EndpointImpl.
ClientImpl(Bus, Service, QName, EndpointImplFactory) - Constructor for class org.apache.cxf.endpoint.ClientImpl
Create a Client that uses a specific EndpointImpl.
ClientImpl.EchoContext - Class in org.apache.cxf.endpoint
 
ClientImpl.EchoContext(Map<String, Object>) - Constructor for class org.apache.cxf.endpoint.ClientImpl.EchoContext
 
ClientLifeCycleListener - Interface in org.apache.cxf.endpoint
 
ClientLifeCycleManager - Interface in org.apache.cxf.endpoint
 
ClientLifeCycleManagerImpl - Class in org.apache.cxf.endpoint
 
ClientLifeCycleManagerImpl() - Constructor for class org.apache.cxf.endpoint.ClientLifeCycleManagerImpl
 
ClientLifeCycleManagerImpl(Bus) - Constructor for class org.apache.cxf.endpoint.ClientLifeCycleManagerImpl
 
ClientOutFaultObserver - Class in org.apache.cxf.interceptor
 
ClientOutFaultObserver(Bus) - Constructor for class org.apache.cxf.interceptor.ClientOutFaultObserver
 
ClientProxyImpl - Class in org.apache.cxf.jaxrs.client
Proxy-based client implementation
ClientProxyImpl(URI, ClassLoader, ClassResourceInfo, boolean, boolean, Object...) - Constructor for class org.apache.cxf.jaxrs.client.ClientProxyImpl
 
ClientProxyImpl(ClientState, ClassLoader, ClassResourceInfo, boolean, boolean, Object...) - Constructor for class org.apache.cxf.jaxrs.client.ClientProxyImpl
 
ClientState - Interface in org.apache.cxf.jaxrs.client
Represents the client state : - baseURI - current uri builder - current requestHeaders - current template parameters map - last response
ClientWebApplicationException - Exception in org.apache.cxf.jaxrs.client
This exception indicates that the problem has occurred on the client side only, possibly as part of processing the successful server response or even before the request has been sent
ClientWebApplicationException() - Constructor for exception org.apache.cxf.jaxrs.client.ClientWebApplicationException
 
ClientWebApplicationException(String) - Constructor for exception org.apache.cxf.jaxrs.client.ClientWebApplicationException
 
ClientWebApplicationException(Throwable) - Constructor for exception org.apache.cxf.jaxrs.client.ClientWebApplicationException
 
ClientWebApplicationException(String, Throwable, Response) - Constructor for exception org.apache.cxf.jaxrs.client.ClientWebApplicationException
 
clone() - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
clone() - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
clone(boolean) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
clone(boolean) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
cloneChain() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
cloneNoObject() - Method in class org.apache.cxf.bus.extension.Extension
 
cloneNoObject() - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener.OSGiExtension
 
close() - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
close() - Method in class org.apache.cxf.attachment.MimeBodyPartInputStream
 
close() - Method in class org.apache.cxf.catalog.CatalogWSDLLocator
 
close() - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
 
close() - Method in class org.apache.cxf.endpoint.PreexistingConduitSelector
 
CLOSE - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
close() - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
close() - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
close() - Method in class org.apache.cxf.io.CachedOutputStream
 
close() - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
close() - Method in interface org.apache.cxf.jca.outbound.CXFConnection
Closes the connection handle.
close() - Method in class org.apache.cxf.resource.ExtendedURIResolver
 
close() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
close() - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
close() - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
close() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
close() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
close(Message) - Method in class org.apache.cxf.transport.AbstractConduit
 
close() - Method in class org.apache.cxf.transport.AbstractConduit
Close the conduit.
close(Message) - Method in interface org.apache.cxf.transport.Conduit
Close the connections associated with the message
close() - Method in interface org.apache.cxf.transport.Conduit
Close the conduit
close(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
 
close(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
close() - Method in class org.apache.cxf.transport.http.HTTPConduit
Close the conduit
close() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
Perform any actions required on stream closure (handle response etc.)
close() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
close() - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
closeFlowthroughStream() - Method in class org.apache.cxf.io.CacheAndWriteOutputStream
 
cls - Variable in class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
 
CLT_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
ClusteringBPNamespaceHandler - Class in org.apache.cxf.clustering.blueprint
 
ClusteringBPNamespaceHandler() - Constructor for class org.apache.cxf.clustering.blueprint.ClusteringBPNamespaceHandler
 
CODE_QUERY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
CODE_TYPE_GRAMMAR - Static variable in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
CODE_TYPE_PROXY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
CODE_TYPE_QUERY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
CODE_TYPE_WEB - Static variable in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
CodeGeneratorProvider - Class in org.apache.cxf.jaxrs.ext.codegen
 
CodeGeneratorProvider() - Constructor for class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
collectionContextClasses - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
CollectionUtils - Class in org.apache.cxf.common.util
 
combinator - Variable in class org.apache.cxf.configuration.security.DNConstraintsType
 
CombinatorType - Enum in org.apache.cxf.configuration.security
Java class for CombinatorType.
comment(char[], int, int) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
 
comparator() - Method in class org.apache.cxf.common.util.SortedArraySet
 
compare(Method, Method) - Method in class org.apache.cxf.helpers.MethodComparator
 
compare(ClassResourceInfo, ClassResourceInfo, Message) - Method in interface org.apache.cxf.jaxrs.ext.ResourceComparator
Compares two resource classes
compare(OperationResourceInfo, OperationResourceInfo, Message) - Method in interface org.apache.cxf.jaxrs.ext.ResourceComparator
Compares two resource methods
compare(ClassResourceInfo, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfoComparator
 
compare(OperationResourceInfo, OperationResourceInfo) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfoComparator
 
compare(Phase, Phase) - Method in class org.apache.cxf.phase.PhaseComparator
 
compareMediaTypes(MediaType, MediaType) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
compareMediaTypesQualityFactors(MediaType, MediaType) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
compareOperations(OperationResourceInfo, OperationResourceInfo) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
compareSortedMediaTypes(List<MediaType>, List<MediaType>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
compareTemplates(URITemplate, URITemplate) - Static method in class org.apache.cxf.jaxrs.model.URITemplate
 
compareTo(Object) - Method in class org.apache.cxf.phase.Phase
 
compatible(HTTPClientPolicy, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Checks if two HTTPClientPolicy objects are compatible.
compatible(HTTPServerPolicy, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Checks if two HTTPServerPolicy objects are compatible.
compileFiles(File[]) - Method in class org.apache.cxf.common.util.Compiler
 
compileFiles(List<File>) - Method in class org.apache.cxf.common.util.Compiler
 
compileFiles(String[]) - Method in class org.apache.cxf.common.util.Compiler
 
Compiler - Class in org.apache.cxf.common.util
 
Compiler() - Constructor for class org.apache.cxf.common.util.Compiler
 
complete(Exchange) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
Called on completion of the MEP for which the Conduit was required.
complete(Exchange) - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
Called on completion of the MEP for which the Conduit was required.
complete(Exchange) - Method in interface org.apache.cxf.endpoint.ConduitSelector
Called on completion of the MEP for which the Conduit was required.
complete(Exchange) - Method in class org.apache.cxf.endpoint.NullConduitSelector
Called on completion of the MEP for which the Conduit was required.
complete(Exchange) - Method in class org.apache.cxf.endpoint.PreexistingConduitSelector
Called on completion of the MEP for which the Conduit was required.
CompleteCondition - Interface in org.apache.cxf.jaxrs.ext.search.client
Part of fluent interface of SearchConditionBuilder.
completeExchange(Object, Exchange) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
conditions - Variable in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
ConditionType - Enum in org.apache.cxf.jaxrs.ext.search
Possisble condition types
conditionTypeToSqlOperator(ConditionType, String) - Static method in class org.apache.cxf.jaxrs.ext.search.SearchUtils
 
Conduit - Interface in org.apache.cxf.transport
A pipe between peers that channels transport-level messages.
ConduitInitiator - Interface in org.apache.cxf.transport
Factory for Conduits.
ConduitInitiatorManager - Interface in org.apache.cxf.transport
The ConduitInitiatorManager provides an interface to register and retrieve transport factories.
ConduitInitiatorManagerImpl - Class in org.apache.cxf.transport
 
ConduitInitiatorManagerImpl() - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
ConduitInitiatorManagerImpl(Bus) - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
ConduitInitiatorManagerImpl(MapProvider<String, ConduitInitiator>) - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
ConduitInitiatorManagerImpl(MapProvider<String, ConduitInitiator>, Bus) - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
ConduitInitiatorManagerImpl(Map<String, ConduitInitiator>) - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
ConduitInitiatorManagerImpl(Map<String, ConduitInitiator>, Bus) - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
conduitName - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
conduitSelector - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
conduitSelector - Variable in class org.apache.cxf.endpoint.ClientImpl
 
ConduitSelector - Interface in org.apache.cxf.endpoint
Strategy for retrieving a Conduit to mediate an outbound message.
config(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
Configurable - Interface in org.apache.cxf.configuration
A configurable interface for obtaining a bean's name A class which implements this interface should return the unique bean name for configuration to use
ConfigurationException - Exception in org.apache.cxf.configuration
 
ConfigurationException(Message) - Constructor for exception org.apache.cxf.configuration.ConfigurationException
Constructs a ConfigurationException with the provided detail message.
ConfigurationException(Message, Throwable) - Constructor for exception org.apache.cxf.configuration.ConfigurationException
Constructs a ConfigurationException with the detail message and cause provided.
ConfigurationException(Throwable) - Constructor for exception org.apache.cxf.configuration.ConfigurationException
Constructs a ConfigurationException with the provided cause.
configure(Object) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call uses the Configurer from the bus to configure a bean.
configure(Object, String, String) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
configureBean(Object) - Method in class org.apache.cxf.bus.blueprint.ConfigurerImpl
 
configureBean(String, Object) - Method in class org.apache.cxf.bus.blueprint.ConfigurerImpl
 
configureBean(String, Object, boolean) - Method in class org.apache.cxf.bus.blueprint.ConfigurerImpl
 
configureBean(Object) - Method in interface org.apache.cxf.configuration.Configurer
set up the Bean's value by using Dependency Injection from the application context
configureBean(String, Object) - Method in interface org.apache.cxf.configuration.Configurer
set up the Bean's value by using Dependency Injection from the application context with a proper name.
configureBean(Object) - Method in class org.apache.cxf.configuration.NullConfigurer
 
configureBean(String, Object) - Method in class org.apache.cxf.configuration.NullConfigurer
 
configureBean(Object) - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
configureBean(String, Object) - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
configureBean(String, Object, boolean) - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
ConfiguredBeanLocator - Interface in org.apache.cxf.configuration
 
ConfiguredBeanLocator.BeanLoaderListener<T> - Interface in org.apache.cxf.configuration
 
Configurer - Interface in org.apache.cxf.configuration
The configurer's interface A class that implements this interface will perform a bean's configuration work
ConfigurerImpl - Class in org.apache.cxf.bus.blueprint
 
ConfigurerImpl(BlueprintContainer) - Constructor for class org.apache.cxf.bus.blueprint.ConfigurerImpl
 
ConfigurerImpl - Class in org.apache.cxf.configuration.spring
 
ConfigurerImpl() - Constructor for class org.apache.cxf.configuration.spring.ConfigurerImpl
 
ConfigurerImpl(ApplicationContext) - Constructor for class org.apache.cxf.configuration.spring.ConfigurerImpl
 
configureSingleton(Object) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
CONNECTION - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
connection - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This field contains the currently active connection.
connection - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
CONNECTION_TIMEOUT - Static variable in interface org.apache.cxf.message.Message
 
connectionFactory - Variable in class org.apache.cxf.transport.http.HTTPConduit
This field holds the connection factory, which primarily is used to factor out SSL specific code from this implementation.
connectionTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
ConnectionType - Enum in org.apache.cxf.transports.http.configuration
Java class for connectionType.
connector - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
construct(Object) - Method in class org.apache.cxf.common.injection.ResourceInjector
 
construct(Object, Class<?>) - Method in class org.apache.cxf.common.injection.ResourceInjector
 
consume(InputStream) - Static method in class org.apache.cxf.helpers.IOUtils
 
consumeFrame() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
contains(Object) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
contains(Object) - Method in class org.apache.cxf.common.util.SortedArraySet
 
containsAll(Collection<?>) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
containsAll(Collection<?>) - Method in class org.apache.cxf.common.util.SortedArraySet
 
containsExtensor(Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
containsHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
containsKey(Object) - Method in class org.apache.cxf.common.util.CacheMap
 
containsKey(Object) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
containsKey(Object) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
containsKey(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
containsValue(Object) - Method in class org.apache.cxf.common.util.CacheMap
 
containsValue(Object) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
containsValue(Object) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
containsValue(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
content - Variable in class org.apache.cxf.wsdl.TDocumentation
 
CONTENT_ENCODING - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
CONTENT_ID - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
CONTENT_LENGTH - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
CONTENT_TRANSFER_ENCODING - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
CONTENT_TYPE - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
CONTENT_TYPE - Static variable in interface org.apache.cxf.message.Message
 
contentDisposition(ContentDisposition) - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
ContentDisposition - Class in org.apache.cxf.jaxrs.ext.multipart
 
ContentDisposition(String) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.ContentDisposition
 
contentEncoding - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
contentLocation(URI) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
contentLocation - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
contentType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
context - Variable in class org.apache.cxf.endpoint.ClientCallback
 
CONTEXT_NAME_PROPERTY - Static variable in class org.apache.cxf.bus.osgi.OSGIBusListener
 
CONTEXT_SYMBOLIC_NAME_PROPERTY - Static variable in class org.apache.cxf.bus.osgi.OSGIBusListener
 
CONTEXT_VERSION_PROPERTY - Static variable in class org.apache.cxf.bus.osgi.OSGIBusListener
 
ContextInspector - Interface in org.apache.cxf.endpoint
 
contextMatchOnExact() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
contextMatchStrategy - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
Continuation - Interface in org.apache.cxf.continuations
Represents transport-neutral suspended invocation instances or continuations
ContinuationInfo - Class in org.apache.cxf.continuations
Utility class which can be used to associate an inbound message, as well as a user object, if any, with continuation
ContinuationInfo(Message) - Constructor for class org.apache.cxf.continuations.ContinuationInfo
 
ContinuationProvider - Interface in org.apache.cxf.continuations
Provides transport-neutral support for creating suspended invocation primitives or continuations
continuationsEnabled - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
ControlledValidationXmlBeanDefinitionReader - Class in org.apache.cxf.bus.spring
CXF reads a series of Spring XML files as part of initialization.
ControlledValidationXmlBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader
 
CONVENTIONAL_TNS_PREFIX - Static variable in class org.apache.cxf.common.WSDLConstants
 
convert(Object, ReifiedType) - Method in class org.apache.cxf.configuration.blueprint.InterceptorTypeConverter
convertFaultToResponse(Throwable, Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
convertStringsToQNames(List<String>) - Static method in class org.apache.cxf.helpers.XMLUtils
 
convertStringToPrimitive(String, Class<T>) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
convertStringToQName(String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
convertStringToQName(String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
convertStringToQName(String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
convertToJaxbElementIfNeeded(Object, Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
convertToMapOfQNames(Map<String, String>, Map<QName, QName>) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
convertToQNamesMap(Map<String, String>, QNamesMap, Map<String, String>) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
convertToSetOfQNames(List<String>, Set<QName>) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
convertToXML(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
convertWithAdapter(Object, Annotation[]) - Static method in class org.apache.cxf.jaxrs.utils.JAXBUtils
 
COOKIE - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
cookie(Cookie) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Cookie header
cookie(Cookie) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Cookie header
cookie(Cookie) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
cookie(NewCookie...) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
Cookie - Class in org.apache.cxf.transport.http
Container for HTTP cookies used to track session state.
Cookie(String, String) - Constructor for class org.apache.cxf.transport.http.Cookie
Create a new cookie with the supplied name/value pair
cookie - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
CookieHeaderProvider - Class in org.apache.cxf.jaxrs.impl
 
CookieHeaderProvider() - Constructor for class org.apache.cxf.jaxrs.impl.CookieHeaderProvider
 
Cookies - Class in org.apache.cxf.transport.http
 
Cookies() - Constructor for class org.apache.cxf.transport.http.Cookies
 
copy(InputStream, OutputStream) - Static method in class org.apache.cxf.helpers.IOUtils
 
copy(InputStream, OutputStream, int) - Static method in class org.apache.cxf.helpers.IOUtils
 
copy(Reader, Writer, int) - Static method in class org.apache.cxf.helpers.IOUtils
 
copy(Source, OutputStream) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
copy(Source, XMLStreamWriter) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
copy(Document) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
copy(Document, XMLStreamWriter) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
copy(Element, XMLStreamWriter) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
copy(XMLStreamReader, OutputStream) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
copy(XMLStreamReader, XMLStreamWriter) - Static method in class org.apache.cxf.staxutils.StaxUtils
Copies the reader to the writer.
copy(XMLStreamReader, XMLStreamWriter, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
copyAndCloseInput(InputStream, OutputStream) - Static method in class org.apache.cxf.helpers.IOUtils
 
copyAndCloseInput(InputStream, OutputStream, int) - Static method in class org.apache.cxf.helpers.IOUtils
 
copyContent(Message, Message) - Static method in class org.apache.cxf.message.MessageImpl
 
copyFromRequest(HttpServletRequest) - Method in class org.apache.cxf.transport.http.Headers
Copy the request headers into the message.
copyInputToOutput(InputStream, OutputStream, MultivaluedMap<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
copyReaderToWriter(XMLStreamReader, XMLStreamWriter) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
copyStream(InputStream, OutputStream, int) - Static method in class org.apache.cxf.io.CachedOutputStream
 
copyToResponse(HttpServletResponse) - Method in class org.apache.cxf.transport.http.Headers
Copy the response headers into the response.
countDots(String) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
Counts the number of dots "." in a string.
create(String, Class<T>) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(String, Class<T>, ClassLoader) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy using a custom class loader
create(URI, Class<T>) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(URI, Class<T>, boolean) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(String, Class<T>, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(String, Class<T>, String, Object...) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(String, Class<T>, List<?>) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(String, Class<T>, List<?>, boolean) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a thread safe proxy
create(String, Class<T>, List<?>, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(String, Class<T>, List<?>, List<AbstractFeature>, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy
create(String, Class<T>, String, String, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy which will do basic authentication
create(Class<T>, Object...) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Creates a proxy
create() - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Create a Client instance.
create(String) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient
create(URI) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient
create(String, boolean) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient
create(String, List<?>) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient
create(String, List<?>, boolean) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient
create(String, List<?>, String) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient
create(String, List<?>, List<AbstractFeature>, String) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient with a list of custom features
create(String, String) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient
create(String, String, String, String) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient which will do basic authentication
create() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Creates the JAX-RS Server instance
create() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
create() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
create(Exchange) - Method in interface org.apache.cxf.service.invoker.Factory
Creates the object that will be used for the invoke
create(Exchange) - Method in class org.apache.cxf.service.invoker.PerRequestFactory
 
create(Exchange) - Method in class org.apache.cxf.service.invoker.PooledFactory
Creates the object that will be used for the invoke
create(Exchange) - Method in class org.apache.cxf.service.invoker.SessionFactory
Creates the object that will be used for the invoke
create(Exchange) - Method in class org.apache.cxf.service.invoker.SingletonFactory
Creates the object that will be used for the invoke
create(Exchange) - Method in class org.apache.cxf.service.invoker.SpringBeanFactory
Creates the object that will be used for the invoke
create() - Method in class org.apache.cxf.wsdl11.WSDLServiceFactory
 
createAction(AttributedURIType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedURIType>}
createAction(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createAction(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createAddress(AddressType) - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of JAXBElement<AddressType>}
createAddressType() - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of AddressType
createAnonymous() - Method in class org.apache.cxf.ws.addressing.wsdl.ObjectFactory
Create an instance of Anonymous
createApplication(Application, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
createApplication(Application, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
createAttachment(InputStream, InternetHeaders) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
createAttributedAnyType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of AttributedAnyType
createAttributedQName() - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of AttributedQName
createAttributedQName() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of AttributedQName
createAttributedQNameType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of AttributedQNameType
createAttributedQNameType() - Method in class org.apache.cxf.ws.addressing.wsdl.ObjectFactory
Create an instance of AttributedQNameType
createAttributedUnsignedLongType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of AttributedUnsignedLongType
createAttributedURI() - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of AttributedURI
createAttributedURI() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of AttributedURI
createAttributedURIType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of AttributedURIType
createAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of JAXBElement<AuthorizationPolicy>}
createAuthorizationPolicy() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of AuthorizationPolicy
createBadgerFishReader(InputStream) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createBadgerFishWriter(OutputStream) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createBinding(BindingInfo) - Method in interface org.apache.cxf.binding.BindingFactory
Create a Binding from the BindingInfo metadata.
createBinding(BindingInfo) - Method in class org.apache.cxf.binding.xml.XMLBindingFactory
 
createBinding(XMLFormatBinding) - Method in class org.apache.cxf.bindings.xformat.ObjectFactory
Create an instance of JAXBElement<XMLFormatBinding>}
createBinding(BindingInfo) - Method in class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
createBinding(BindingType) - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of JAXBElement<BindingType>}
createBindingInfo(ServiceInfo, String, Object) - Method in class org.apache.cxf.binding.AbstractBaseBindingFactory
Creates a "default" BindingInfo object for the service.
createBindingInfo(Service, String, Object) - Method in class org.apache.cxf.binding.AbstractBaseBindingFactory
Creates a "default" BindingInfo object for the service.
createBindingInfo(ServiceInfo, Binding, String) - Method in class org.apache.cxf.binding.AbstractBindingFactory
Copies extensors from the Binding to BindingInfo.
createBindingInfo(Service, String, Object) - Method in interface org.apache.cxf.binding.BindingFactory
Create a "default" BindingInfo object for the service.
createBindingInfo(ServiceInfo, String, Object) - Method in class org.apache.cxf.binding.xml.XMLBindingFactory
 
createBindingInfo() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
createBindingInfo() - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
createBindingInfo(Service, String, Object) - Method in class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
createBindingInfo(ServiceInfo, Binding, String) - Method in interface org.apache.cxf.wsdl11.WSDLBindingFactory
 
createBindingType() - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of BindingType
createBody(XMLBindingMessageFormat) - Method in class org.apache.cxf.bindings.xformat.ObjectFactory
Create an instance of JAXBElement<XMLBindingMessageFormat>}
createBridge(Set<Class<?>>, QName, Class<?>, Annotation[]) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
createBus() - Method in class org.apache.cxf.bus.CXFBusFactory
 
createBus(Map<Class, Object>) - Method in class org.apache.cxf.bus.CXFBusFactory
 
createBus(Map<Class, Object>, Map<String, Object>) - Method in class org.apache.cxf.bus.CXFBusFactory
 
createBus() - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(String) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(String[]) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(String, boolean) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(String[], boolean) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(URL) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(URL[]) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(URL, boolean) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus(URL[], boolean) - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
createBus() - Method in class org.apache.cxf.BusFactory
Creates a new bus.
createBus() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
createBus() - Method in class org.apache.cxf.test.AbstractCXFTest
 
createCertConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Create a CertConstraints object from a JAXB CertificateConstraintsType
createCertificateConstraintsType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of CertificateConstraintsType
createCertStoreType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of CertStoreType
createChain() - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
createCipherSuites() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of CipherSuites
createClassResourceInfo(Map<String, UserResource>, UserResource, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
createClassResourceInfo(Class<?>, Class<?>, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
createClassWriter() - Method in class org.apache.cxf.common.util.ASMHelper
 
createClient(HTTPClientPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPClientPolicy>}
createClientAuthentication() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of ClientAuthentication
createCnonce() - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
 
createConfiguration(ConcurrentHashMap<String, String>, boolean, boolean, TypeConverter) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createConfiguredBeanLocator() - Method in class org.apache.cxf.bus.CXFBusImpl
 
createConfiguredBeanLocator() - Method in class org.apache.cxf.bus.extension.ExtensionManagerBus
 
createConnection(TLSClientParameters, Proxy, URL) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
Create a HttpURLConnection, proxified if necessary.
createConnector(int) - Method in interface org.apache.cxf.transport.http_jetty.JettyConnectorFactory
Create a Listener.
createConnector(String, int) - Method in interface org.apache.cxf.transport.http_jetty.JettyConnectorFactory
Create a Listener.
createConnector(int) - Method in class org.apache.cxf.transport.https_jetty.JettySslConnectorFactory
Create a Listener.
createConnector(String, int) - Method in class org.apache.cxf.transport.https_jetty.JettySslConnectorFactory
Create a Listener.
createConstructorArguments(Constructor, Message) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
createContentID(String) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
createContextMatchStrategy(String) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<String>}
createContextResolver(Type, Message) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createContextResolver(Type, Message, MediaType) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createContextResolver(Type, Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
createContextValue(Message, Type, Class<T>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
CREATED_FROM_API_ATTR - Static variable in class org.apache.cxf.configuration.spring.BeanConstants
 
createDataHandlerMap() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
createDefaultDataBinding() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
createDefinitions(TDefinitions) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TDefinitions>}
createDepthReaderIfNeeded(XMLStreamReader, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
createDestination(EndpointInfo, Bus, DestinationRegistry) - Method in interface org.apache.cxf.transport.http.HttpDestinationFactory
 
createDestination(EndpointInfo, Bus, DestinationRegistry) - Method in class org.apache.cxf.transport.http_jetty.JettyDestinationFactory
 
createDestination(EndpointInfo, Bus, DestinationRegistry) - Method in class org.apache.cxf.transport.servlet.ServletDestinationFactory
 
createDNConstraintsType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of DNConstraintsType
createDocument() - Static method in class org.apache.cxf.helpers.DOMUtils
 
createDocumentBuilder() - Static method in class org.apache.cxf.helpers.DOMUtils
 
createDuration(String) - Static method in class org.apache.cxf.jaxb.DatatypeFactory
 
createElementNS(Node, QName) - Static method in class org.apache.cxf.helpers.XMLUtils
 
createElementNS(Document, QName) - Static method in class org.apache.cxf.helpers.XMLUtils
 
createElementNS(Document, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
createElementQNameResolver(JAXBContext) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
createEndpoint() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
createEndpoint() - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
createEndpoint(Application, Class<T>) - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createEndpointInfo() - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
createEndpointInfo(ServiceInfo, BindingInfo, List<?>) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
createEndpointInfo(ServiceInfo, BindingInfo, List<?>) - Method in interface org.apache.cxf.wsdl11.WSDLEndpointFactory
 
createEndpointReference(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createEndpointReference(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createEndpointReference(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createEndpointReferenceType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of EndpointReferenceType
createEndpointReferenceType() - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of EndpointReferenceType
createEndpointReferenceType() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of EndpointReferenceType
createEndpointReferenceWithMetadata() - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
 
createEngineFactory(JettyHTTPServerEngineFactoryConfigType) - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of JAXBElement<JettyHTTPServerEngineFactoryConfigType>}
createEntryContent(Entry, Object, Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
createEntryFromObject(Object, Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
createExceptionMapper(Class<?>, Message) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createExchange(Message, Exchange) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
createExtension(Map<String, Object>) - Method in class org.apache.cxf.binding.xml.wsdl11.HttpAddressPlugin
 
createExtension(Map<String, Object>) - Method in class org.apache.cxf.binding.xml.wsdl11.XmlBindingPlugin
 
createExtension(Map<String, Object>) - Method in class org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin
 
createExtension(Map<String, Object>) - Method in interface org.apache.cxf.wsdl.WSDLExtensibilityPlugin
 
createExtensor(WSDLManager, Class<?>, Class<? extends TExtensibilityElementImpl>) - Static method in class org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader
 
createExtensor(WSDLManager, Class<?>, Class<? extends ExtensibilityElement>) - Method in class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader
 
createFault(Fault) - Static method in exception org.apache.cxf.binding.xml.XMLFault
 
createFault(Throwable, Method, List<Object>, boolean) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
 
createFaultTo(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createFaultTo(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createFaultTo(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createFeedFromCollectionWrapper(Object) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
createFileCodeWriter(File) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
createFilter(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
createFilteredReader(XMLStreamReader, StreamFilter) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createFiltersType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of FiltersType
createFixedParameterOrder(Boolean) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<Boolean>}
createFrom(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createFrom(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createFrom(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createFromModel(String, Class<T>, String, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy using user resource model
createFromModel(String, Class<T>, String, List<?>, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy using user resource model
createFromModel(String, Class<T>, String, List<?>, boolean) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a thread safe proxy using user resource model
createFromModel(String, Class<T>, List<UserResource>, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy using user resource model
createFromModel(String, Class<T>, List<UserResource>, List<?>, String) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy using user resource model
createHeaderDelegate(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createHTTPClientPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPClientPolicy
createHttpParameterValue(Parameter, Class<?>, Type, Annotation[], Message, MultivaluedMap<String, String>, OperationResourceInfo) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
createHTTPServerPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPServerPolicy
createIgnoreMixedContentWriterIfNeeded(XMLStreamWriter, boolean) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createIgnoreNsWriterIfNeeded(XMLStreamWriter, boolean) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createInputStream() - Method in class org.apache.cxf.helpers.LoadingByteArrayOutputStream
 
createInstance(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createInstance(Message) - Method in class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
 
createInterface(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
createInterfaceName(AttributedQNameType) - Method in class org.apache.cxf.ws.addressing.wsdl.ObjectFactory
Create an instance of JAXBElement<AttributedQNameType>}
createInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
createInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
createJAXBBean(JAXBContext, String, Class<?>) - Static method in class org.apache.cxf.configuration.spring.JAXBBeanFactory
 
createJaxbContext(Set<Class<?>>, Class[], Map<String, Object>) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
createJettyHTTPServerEngine(String, int, String) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call creates a new JettyHTTPServerEngine initialized for "http" or "https" on the given port.
createJettyHTTPServerEngine(int, String) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
Calls thru to {JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String, int, String) with a 'null' host value
createJettyHTTPServerEngineConfigType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of JettyHTTPServerEngineConfigType
createJettyHTTPServerEngineFactoryConfigType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of JettyHTTPServerEngineFactoryConfigType
createKey(String, String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixRespectingMappedNamespaceConvention
 
createKeyManagersType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of KeyManagersType
createKeyStoreType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of KeyStoreType
createListener(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
createLogger(Class<?>, String, String) - Static method in class org.apache.cxf.common.logging.LogUtils
Create a logger
createMap() - Method in interface org.apache.cxf.configuration.spring.MapProvider
 
createMap(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
createMarshaller(Object, Class<?>, Type, String) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
createMessage() - Method in interface org.apache.cxf.binding.Binding
Create a Message for this Binding.
createMessage(Message) - Method in interface org.apache.cxf.binding.Binding
Create a Message form the message.
createMessage() - Method in class org.apache.cxf.binding.xml.XMLBinding
 
createMessage(Message) - Method in class org.apache.cxf.binding.xml.XMLBinding
 
createMessage(Object, String, MultivaluedMap<String, String>, URI, Exchange, Map<String, Object>, boolean) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
createMessage(QName, MessageInfo.Type) - Method in class org.apache.cxf.service.model.OperationInfo
 
createMessage(Message) - Method in class org.apache.cxf.transport.MultipleEndpointObserver
Give a chance for a Binding to customize their message
createMessageBodyReader(Class<T>, Type, Annotation[], MediaType, Message) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, Message) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createMessageID(AttributedURIType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedURIType>}
createMessageID(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createMessageID(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createMetadata(MetadataType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<MetadataType>}
createMetadataType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of MetadataType
createMethodSig(Method) - Method in class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
createMtomAttachment(boolean, String, String, byte[], int, int, int) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
createMtomAttachmentFromDH(boolean, DataHandler, String, int) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
createNamespace(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
createNewReaderIfNeeded(XMLStreamReader, InputStream) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
createNewWriterIfNeeded(XMLStreamWriter, OutputStream) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
createObject(Exchange) - Method in class org.apache.cxf.service.invoker.PooledFactory
 
createObjectOfClass(ParserContext, String) - Static method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
createOperation(OperationType) - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of JAXBElement<OperationType>}
createOperationType() - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of OperationType
createOutputStream(Message, HttpURLConnection, boolean, boolean, int) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
createParameterHandler(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createParameterObject(List<String>, Class<?>, Type, Annotation[], String, boolean, ParameterType, Message) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
createParametersRefType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of ParametersRefType
createPortExtensors(EndpointInfo, Service) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
createPortExtensors(EndpointInfo, Service) - Method in interface org.apache.cxf.wsdl11.WSDLEndpointFactory
 
createProblemAction(ProblemActionType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<ProblemActionType>}
createProblemActionType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of ProblemActionType
createProblemHeader(AttributedAnyType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedAnyType>}
createProblemHeaderQName(AttributedQNameType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedQNameType>}
createProblemIRI(AttributedURIType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedURIType>}
createProxy(HTTPClientPolicy, URL) - Method in class org.apache.cxf.transport.http.ProxyFactory
This method returns the Proxy server should it be set on the Client Side Policy.
createProxyAuthorizationPolicy() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of ProxyAuthorizationPolicy
createProxyWrapper(Object, Class<T>) - Static method in class org.apache.cxf.common.util.ReflectionInvokationHandler
 
createReader(Class<T>) - Method in interface org.apache.cxf.databinding.DataBinding
 
createReader(Class<T>) - Method in class org.apache.cxf.databinding.source.SourceDataBinding
 
createReader(Class<T>) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding
 
createReader(Class<?>, Type, InputStream) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
createReader(Class<?>, Type, InputStream) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
createReader(Class<T>) - Method in class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
createReader(Class<?>, InputStream, boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
createReader(Class<?>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
createRef(ParserContext, String) - Static method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
createReferenceParametersType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of ReferenceParametersType
createReferenceParametersType() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of ReferenceParametersType
createReferencePropertiesType() - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of ReferencePropertiesType
createReferencePropertiesType() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of ReferencePropertiesType
createRelatesTo(RelatesToType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<RelatesToType>}
createRelatesTo(Relationship) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<Relationship>}
createRelatesTo(Relationship) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<Relationship>}
createRelatesToType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of RelatesToType
createRelationship() - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of Relationship
createRelationship() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of Relationship
createReplyAfter(Object) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<Object>}
createReplyAfter(ReplyAfterType) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<ReplyAfterType>}
createReplyAfterType() - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of ReplyAfterType
createReplyAfterType() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of ReplyAfterType
createReplyTo(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createReplyTo(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createReplyTo(EndpointReferenceType) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<EndpointReferenceType>}
createResourceInfo(Class, boolean) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
createResourceValue(Message, Type, Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
createResponse(ClassResourceInfo, Message, String, int, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
createResponseBuilder() - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createResponseExceptionMapper(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createRetryAfter(AttributedUnsignedLongType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedUnsignedLongType>}
createRIContext(Class<?>[], String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
createSchema(List<String>, String, Bus) - Static method in class org.apache.cxf.jaxrs.utils.schemas.SchemaHandler
 
createSchemaCompiler() - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
createSchemaCompilerWithDefaultAllocator(Set<String>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
createSchemaWriter(JAXBContext, UriInfo) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
createSecureRandomParameters() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of SecureRandomParameters
createSecurityContext(Principal, Subject) - Method in class org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptor
 
createSecurityContext(Subject) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
createServer(HTTPServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPServerPolicy>}
createServerFromApplication(String, ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
createService() - Method in interface org.apache.cxf.service.ServiceBuilder
 
createServiceClassResourceInfo(Map<String, UserResource>, UserResource, Class<?>, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
createServiceName(ServiceNameType) - Method in class org.apache.cxf.ws.addressing.wsdl.ObjectFactory
Create an instance of JAXBElement<ServiceNameType>}
createServiceNameType() - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of ServiceNameType
createServiceNameType() - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of ServiceNameType
createServiceNameType() - Method in class org.apache.cxf.ws.addressing.wsdl.ObjectFactory
Create an instance of ServiceNameType
createServlet(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
createServletResourceValue(Message, Class<T>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
createSingletonInstance(Class<?>, Map<String, String>, ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
createSSLContext() - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
createStreamReader(AegisType, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
createStreamReader(AegisType, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
createStreamReader(InputStream, boolean, ConcurrentHashMap<String, String>) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createStreamReader(InputStream, boolean, ConcurrentHashMap<String, String>, DocumentDepthProperties) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createStreamWriter(QName, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
createStreamWriter(QName, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
createStreamWriter(OutputStream, QName, boolean, Configuration, boolean, List<String>, boolean) - Static method in class org.apache.cxf.jaxrs.provider.JSONUtils
 
createSubject(SecurityToken) - Method in class org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptor
 
createSubject(SecurityToken) - Method in class org.apache.cxf.interceptor.security.AbstractUsernameTokenInInterceptor
 
createSubject(UsernameToken) - Method in class org.apache.cxf.interceptor.security.AbstractUsernameTokenInInterceptor
 
createTBinding() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TBinding
createTBindingOperation() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TBindingOperation
createTBindingOperationFault() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TBindingOperationFault
createTBindingOperationMessage() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TBindingOperationMessage
createTDefinitions() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TDefinitions
createTDefinitionsBinding(TBinding) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TBinding>}
createTDefinitionsImport(TImport) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TImport>}
createTDefinitionsMessage(TMessage) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TMessage>}
createTDefinitionsPortType(TPortType) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TPortType>}
createTDefinitionsService(TService) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TService>}
createTDefinitionsTypes(TTypes) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TTypes>}
createTDocumentation() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TDocumentation
createTDocumented() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TDocumented
createTempFile(String, String) - Static method in class org.apache.cxf.helpers.FileUtils
 
createTempFile(String, String, File, boolean) - Static method in class org.apache.cxf.helpers.FileUtils
 
createTemplate(Path) - Static method in class org.apache.cxf.jaxrs.model.URITemplate
 
createTemplate(String) - Static method in class org.apache.cxf.jaxrs.model.URITemplate
 
createTemplates(Templates, Map<String, Object>, Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
createTemplates(String) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
createTextNode(Document, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
createTextNode(Node, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
createTFault() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TFault
createThreadingParameters(String, JAXBContext) - Static method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
createThreadingParametersIdentifiedType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of ThreadingParametersIdentifiedType
createThreadingParametersMap(String, JAXBContext) - Method in class org.apache.cxf.transport.http_jetty.spring.JettySpringTypesFactory
 
createThreadingParametersRef(String, JAXBContext) - Static method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
createThreadingParametersType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of ThreadingParametersType
createThreadLocalProxy(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
createTImport() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TImport
createTLSClientParameters(String) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSClientParametersConfig
 
createTLSClientParametersType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of TLSClientParametersType
createTLSServerParametersConfig(String, JAXBContext) - Static method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
createTLSServerParametersConfigRef(String, JAXBContext) - Static method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
createTLSServerParametersIdentifiedType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of TLSServerParametersIdentifiedType
createTLSServerParametersMap(String, JAXBContext) - Method in class org.apache.cxf.transport.http_jetty.spring.JettySpringTypesFactory
 
createTLSServerParametersType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of TLSServerParametersType
createTMessage() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TMessage
createTo(AttributedURIType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedURIType>}
createTo(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createTo(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createTOperation() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TOperation
createTOperationFault(TFault) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TFault>}
createTOperationInput(TParam) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TParam>}
createTOperationOutput(TParam) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TParam>}
createTParam() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TParam
createTPart() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TPart
createTPort() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TPort
createTPortType() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TPortType
createTransformReaderIfNeeded(XMLStreamReader, InputStream) - Method in class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
createTransformReaderIfNeeded(XMLStreamReader, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
createTransformReaderIfNeeded(XMLStreamReader, InputStream, List<String>, Map<String, String>, Map<String, String>, boolean) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
createTransformReaderIfNeeded(XMLStreamReader, InputStream, List<String>, Map<String, String>, Map<String, String>, Map<String, String>, boolean) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
createTransformWriterIfNeeded(XMLStreamWriter, OutputStream) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
createTransformWriterIfNeeded(XMLStreamWriter, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
createTransformWriterIfNeeded(XMLStreamWriter, OutputStream, Map<String, String>, List<String>, Map<String, String>, boolean, String) - Static method in class org.apache.cxf.staxutils.transform.TransformUtils
 
createTrustManagersType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of TrustManagersType
createTService() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TService
createTTypes() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TTypes
createUnmarshaller(Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
createUnmarshaller(Class<?>, Type, boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
createUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createUrlEncoded() - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of UrlEncoded
createUrlReplacement() - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of UrlReplacement
createValue(ParserContext, QName) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
createValue(ParserContext, String) - Static method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
createVariantListBuilder() - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createWebClient() - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Creates a WebClient instance
createWithValues(Object...) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Create a Client instance.
createWrapperHelper(Class<?>, QName, List<String>, List<String>, List<Class<?>>) - Method in interface org.apache.cxf.databinding.WrapperCapableDatabinding
 
createWrapperObject(Class) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
createWrapperObject(List<?>) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
createWrapperObject(List<?>) - Method in interface org.apache.cxf.databinding.WrapperHelper
 
createWriter(Class<T>) - Method in interface org.apache.cxf.databinding.DataBinding
 
createWriter(Class<T>) - Method in class org.apache.cxf.databinding.source.SourceDataBinding
 
createWriter(Class<T>) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding
 
createWriter(Class<?>, Type, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
createWriter(Class<?>, Type, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
createWriter(Class<T>) - Method in class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
createWriter(Object, Class<?>, Type, String, OutputStream, boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
createXMLBindingMessageFormat() - Method in class org.apache.cxf.bindings.xformat.ObjectFactory
Create an instance of XMLBindingMessageFormat
createXMLFormatBinding() - Method in class org.apache.cxf.bindings.xformat.ObjectFactory
Create an instance of XMLFormatBinding
createXMLInputFactory(boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
Return a new factory so that the caller can set sticky parameters.
createXMLStreamReader(InputSource) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(InputStream, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(InputStream) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(String, InputStream) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(Element) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(Document) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(Element, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(Document, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(Source) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(Reader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamWriter(Writer) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamWriter(OutputStream) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamWriter(OutputStream, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamWriter(Result) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXPath(Map<String, String>) - Static method in class org.apache.cxf.test.XPathAssert
Create the specified XPath expression with the namespaces added via addNamespace().
currentEvent - Variable in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
currentRequestContext - Variable in class org.apache.cxf.endpoint.ClientImpl
 
currentResolver - Variable in class org.apache.cxf.resource.ExtendedURIResolver
 
currentStream - Variable in class org.apache.cxf.io.CachedOutputStream
 
CustomExtensionRegistry - Class in org.apache.cxf.databinding.source.mime
 
CustomExtensionRegistry() - Constructor for class org.apache.cxf.databinding.source.mime.CustomExtensionRegistry
 
CXF_ASYNC_CONTEXT - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
CXF_CONTINUATION_MESSAGE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
CXF_SCHEMA_DIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CXF_SCHEMAS_DIR_INJAR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CXFActivator - Class in org.apache.cxf.bus.osgi
Is called in OSGi on start and stop of the cxf bundle.
CXFActivator() - Constructor for class org.apache.cxf.bus.osgi.CXFActivator
 
CXFAuthenticator - Class in org.apache.cxf.transport.http
 
CXFAuthenticator() - Constructor for class org.apache.cxf.transport.http.CXFAuthenticator
 
CXFBusFactory - Class in org.apache.cxf.bus
 
CXFBusFactory() - Constructor for class org.apache.cxf.bus.CXFBusFactory
 
CXFBusImpl - Class in org.apache.cxf.bus
 
CXFBusImpl() - Constructor for class org.apache.cxf.bus.CXFBusImpl
 
CXFBusImpl(Map<Class, Object>) - Constructor for class org.apache.cxf.bus.CXFBusImpl
 
CXFBusImpl.ExtensionFinder - Interface in org.apache.cxf.bus
 
CXFBusLifeCycleManager - Class in org.apache.cxf.buslifecycle
 
CXFBusLifeCycleManager() - Constructor for class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
CXFBusLifeCycleManager(Bus) - Constructor for class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
CXFConnection - Interface in org.apache.cxf.jca.outbound
A CXFConnection is obtains from CXFConnectionFactory.
CXFConnectionFactory - Interface in org.apache.cxf.jca.outbound
Provides methods to create a CXFConnection object that provides access to a Web Service defined from the supplied specifications.
CXFConnectionSpec - Class in org.apache.cxf.jca.outbound
The CXFConnectionSpec contains properties that needed for obtaining a CXFConnection.
CXFConnectionSpec() - Constructor for class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
CXFCoreNamespaceHandler - Class in org.apache.cxf.bus.blueprint
 
CXFCoreNamespaceHandler() - Constructor for class org.apache.cxf.bus.blueprint.CXFCoreNamespaceHandler
 
CXFExtensionBundleListener - Class in org.apache.cxf.bus.osgi
 
CXFExtensionBundleListener(long) - Constructor for class org.apache.cxf.bus.osgi.CXFExtensionBundleListener
 
CXFExtensionBundleListener.OSGiExtension - Class in org.apache.cxf.bus.osgi
 
CXFExtensionBundleListener.OSGiExtension(Extension, Bundle) - Constructor for class org.apache.cxf.bus.osgi.CXFExtensionBundleListener.OSGiExtension
 
CXFJettySslSocketConnector - Class in org.apache.cxf.transport.https_jetty
This class extends the Jetty SslSelectChannelConnector, which allows us to configure it more in tune with the JSSE, using KeyManagers and TrustManagers.
CXFJettySslSocketConnector() - Constructor for class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
CXFNonSpringJaxrsServlet - Class in org.apache.cxf.jaxrs.servlet
 
CXFNonSpringJaxrsServlet() - Constructor for class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
CXFNonSpringServlet - Class in org.apache.cxf.transport.servlet
 
CXFNonSpringServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFNonSpringServlet(DestinationRegistry) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFNonSpringServlet(DestinationRegistry, boolean) - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFServlet - Class in org.apache.cxf.transport.servlet
 
CXFServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFServlet
 

D

DATABIND_BEAN_NAME_SUFFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DataBinding - Annotation Type in org.apache.cxf.annotations
Specifies the DataBinding to use with the service
DataBinding - Interface in org.apache.cxf.databinding
 
dataBinding - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
DATABINDING_PLUGIN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DataBindingJSONProvider<T> - Class in org.apache.cxf.jaxrs.provider
 
DataBindingJSONProvider() - Constructor for class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
DataBindingProvider<T> - Class in org.apache.cxf.jaxrs.provider
 
DataBindingProvider() - Constructor for class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
DataBindingProvider(DataBinding) - Constructor for class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
dataBindingSet - Variable in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
dataHandler(DataHandler) - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
DataReader<T> - Interface in org.apache.cxf.databinding
The 'read' side of the data binding abstraction of CXF.
DataSourceProvider - Class in org.apache.cxf.jaxrs.provider
 
DataSourceProvider() - Constructor for class org.apache.cxf.jaxrs.provider.DataSourceProvider
 
DatatypeFactory - Class in org.apache.cxf.jaxb
Utility class to construct javax.xml.datatype.Duration objects.
DataWriter<T> - Interface in org.apache.cxf.databinding
The 'write' side of the data binding abstraction of CXF.
DATE_FORMAT_PROPERTY - Static variable in class org.apache.cxf.jaxrs.ext.search.SearchUtils
 
DATE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
DATETIME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
deactivate() - Method in class org.apache.cxf.transport.AbstractObservable
Deactivate messages flow.
deactivate() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
Deactivate receipt of incoming messages.
declareRoles(String...) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
decode(String) - Static method in class org.apache.cxf.common.util.Base64Utility
 
decode(char[], int, int, OutputStream) - Static method in class org.apache.cxf.common.util.Base64Utility
 
decode(String, OutputStream) - Static method in class org.apache.cxf.common.util.Base64Utility
 
decodeChunk(char[], int, int) - Static method in class org.apache.cxf.common.util.Base64Utility
The decode_chunk routine decodes a chunk of data into its native encoding.
decodeValue(String, boolean, ParameterType) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.cxf.bus.blueprint.CXFCoreNamespaceHandler
 
decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.cxf.clustering.blueprint.ClusteringBPNamespaceHandler
 
decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler
 
decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.cxf.transport.http.blueprint.HttpBPHandler
 
decorate(Node, ComponentMetadata, ParserContext) - Method in class org.apache.cxf.transport.http_jetty.blueprint.HTTPJettyTransportNamespaceHandler
 
decorateWithTLS(TLSClientParameters, HttpURLConnection) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This method assigns the various TLS parameters on the HttpsURLConnection from the TLS Client Parameters.
DECOUPLED_CHANNEL_MESSAGE - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if this message arrived via a decoupled endpoint.
decoupledEndpoint - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
DEFAULT - Static variable in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
The DEFAULT HostnameVerifier works the same way as Curl and Firefox.
DEFAULT_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DEFAULT_ADDRESSING_BUILDER - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
Used by AddressingBuilder factory method.
DEFAULT_AND_LOCALHOST - Static variable in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
The DEFAULT_AND_LOCALHOST HostnameVerifier works like the DEFAULT one with one additional relaxation: a host of "localhost", "localhost.localdomain", "127.0.0.1", "::1" will always pass, no matter what is in the server's certificate.
DEFAULT_BUS_FACTORY - Static variable in class org.apache.cxf.BusFactory
 
DEFAULT_BUS_ID - Static variable in interface org.apache.cxf.Bus
 
DEFAULT_CALLBACK_VALUE - Static variable in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
DEFAULT_CATALOG_NAME - Static variable in class org.apache.cxf.catalog.OASISCatalogManager
 
DEFAULT_DATA_BINDING_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DEFAULT_DATE_FORMAT - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
DEFAULT_DOMAIN_NAME - Static variable in class org.apache.cxf.management.ManagementConstants
 
DEFAULT_LANGUAGE - Static variable in class org.apache.cxf.jaxrs.ext.search.client.SearchConditionBuilder
 
DEFAULT_LISTINGS_CLASSIFIER - Static variable in class org.apache.cxf.transport.servlet.ServletController
 
DEFAULT_NAMESPACES - Static variable in class org.apache.cxf.binding.xml.XMLBindingFactory
 
DEFAULT_NAMESPACES - Static variable in class org.apache.cxf.transport.http.HTTPTransportFactory
 
DEFAULT_PACKAGE_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DEFAULT_STYLE - Static variable in class org.apache.cxf.jaxb.JAXBToStringStyle
 
DEFAULT_TEMP_DIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DEFAULT_TIMEOUT - Static variable in class org.apache.cxf.common.commands.ForkedCommand
 
DEFAULT_USER_CFG_FILE - Static variable in interface org.apache.cxf.configuration.Configurer
 
DefaultBasicAuthSupplier - Class in org.apache.cxf.transport.http.auth
 
DefaultBasicAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
defaultBus - Static variable in class org.apache.cxf.BusFactory
 
DefaultResourceManager - Class in org.apache.cxf.resource
 
DefaultResourceManager() - Constructor for class org.apache.cxf.resource.DefaultResourceManager
 
DefaultResourceManager(ResourceResolver) - Constructor for class org.apache.cxf.resource.DefaultResourceManager
 
DefaultResourceManager(List<? extends ResourceResolver>) - Constructor for class org.apache.cxf.resource.DefaultResourceManager
 
DefaultSecurityContext - Class in org.apache.cxf.interceptor.security
SecurityContext which implements isUserInRole using the following approach : skip the first Subject principal, and then checks Groups the principal is a member of TODO : consider moving this class into a rt-core-security module
DefaultSecurityContext(Subject) - Constructor for class org.apache.cxf.interceptor.security.DefaultSecurityContext
 
DefaultSecurityContext(Principal, Subject) - Constructor for class org.apache.cxf.interceptor.security.DefaultSecurityContext
 
deferred - Variable in class org.apache.cxf.bus.extension.Extension
 
DeferredConduitSelector - Class in org.apache.cxf.endpoint
Strategy for lazy deferred retreival of a Conduit to mediate an outbound message.
DeferredConduitSelector() - Constructor for class org.apache.cxf.endpoint.DeferredConduitSelector
Normal constructor.
DeferredConduitSelector(Conduit) - Constructor for class org.apache.cxf.endpoint.DeferredConduitSelector
Constructor, allowing a specific conduit to override normal selection.
defineClass(String, byte[]) - Method in class org.apache.cxf.common.util.ASMHelper.TypeHelperClassLoader
 
DelegatingInputStream - Class in org.apache.cxf.attachment
 
DelegatingInputStream - Class in org.apache.cxf.io
 
DelegatingInputStream(InputStream) - Constructor for class org.apache.cxf.io.DelegatingInputStream
 
DelegatingXMLStreamWriter - Class in org.apache.cxf.staxutils
 
DelegatingXMLStreamWriter(XMLStreamWriter) - Constructor for class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
delete(File) - Static method in class org.apache.cxf.helpers.FileUtils
 
delete(File, boolean) - Static method in class org.apache.cxf.helpers.FileUtils
 
delete() - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP DELETE invocation
deleted(String) - Method in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
DepthExceededStaxException - Exception in org.apache.cxf.staxutils
 
DepthExceededStaxException() - Constructor for exception org.apache.cxf.staxutils.DepthExceededStaxException
 
DepthExceededStaxException(String) - Constructor for exception org.apache.cxf.staxutils.DepthExceededStaxException
 
DepthRestrictingStreamInterceptor - Class in org.apache.cxf.interceptor.security
Creates an XMLStreamReader from the InputStream on the Message.
DepthRestrictingStreamInterceptor() - Constructor for class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
DepthRestrictingStreamInterceptor(String) - Constructor for class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
DepthRestrictingStreamInterceptor(String, List<String>) - Constructor for class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
DepthRestrictingStreamInterceptor(String, List<String>, List<String>) - Constructor for class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
DepthRestrictingStreamReader - Class in org.apache.cxf.staxutils
XMLStreamReader implementation which can be used to enforce a number of depth-restricting policies.
DepthRestrictingStreamReader(XMLStreamReader, int, int, int) - Constructor for class org.apache.cxf.staxutils.DepthRestrictingStreamReader
 
DepthRestrictingStreamReader(XMLStreamReader, DocumentDepthProperties) - Constructor for class org.apache.cxf.staxutils.DepthRestrictingStreamReader
 
DepthXMLStreamReader - Class in org.apache.cxf.staxutils
 
DepthXMLStreamReader(XMLStreamReader) - Constructor for class org.apache.cxf.staxutils.DepthXMLStreamReader
 
deregisterCallback(CachedOutputStreamCallback) - Method in class org.apache.cxf.io.CachedOutputStream
 
deregisterConduitInitiator(String) - Method in interface org.apache.cxf.transport.ConduitInitiatorManager
Unregister a ConduitInitiator.
deregisterConduitInitiator(String) - Method in class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
deregisterDestinationFactory(String) - Method in interface org.apache.cxf.transport.DestinationFactoryManager
Unregister a DestinationFactory.
deregisterDestinationFactory(String) - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
Description - Annotation Type in org.apache.cxf.jaxrs.model.wadl
Can be used to document resource classes and methods See WADL Documentation.
DESCRIPTION_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
DescriptionInfo - Class in org.apache.cxf.service.model
 
DescriptionInfo() - Constructor for class org.apache.cxf.service.model.DescriptionInfo
 
Descriptions - Annotation Type in org.apache.cxf.jaxrs.model.wadl
Collection of categorized Description annotations.
Destination - Interface in org.apache.cxf.transport
A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.
destinationFactory - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
DestinationFactory - Interface in org.apache.cxf.transport
Factory for Destinations.
DestinationFactoryManager - Interface in org.apache.cxf.transport
The DestinationFactoryManager provides an interface to register and retrieve transport factories.
DestinationFactoryManagerImpl - Class in org.apache.cxf.transport
 
DestinationFactoryManagerImpl() - Constructor for class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
DestinationFactoryManagerImpl(Bus) - Constructor for class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
DestinationFactoryManagerImpl(Map<String, DestinationFactory>) - Constructor for class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
DestinationFactoryManagerImpl(Map<String, DestinationFactory>, Bus) - Constructor for class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
DestinationFactoryManagerImpl(MapProvider<String, DestinationFactory>) - Constructor for class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
DestinationRegistry - Interface in org.apache.cxf.transport.http
 
destinationRegistry - Variable in class org.apache.cxf.transport.servlet.ServletController
 
DestinationRegistryImpl - Class in org.apache.cxf.transport.http
 
DestinationRegistryImpl() - Constructor for class org.apache.cxf.transport.http.DestinationRegistryImpl
 
DestinationWithEndpoint - Interface in org.apache.cxf.transport
A destination that has a specific endpoint.
destroy(Object) - Method in class org.apache.cxf.common.injection.ResourceInjector
 
destroy() - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
destroy() - Method in interface org.apache.cxf.endpoint.Client
Indicates that the client is no longer needed and that any resources it holds can now be freed.
destroy() - Method in class org.apache.cxf.endpoint.ClientImpl
 
destroy() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
destroy() - Method in interface org.apache.cxf.endpoint.Server
 
destroy() - Method in class org.apache.cxf.endpoint.ServerImpl
 
destroy() - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyHTTPServerEngineFactoryHolder
 
destroy() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
destroy() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
destroyBeans() - Method in class org.apache.cxf.bus.CXFBusImpl
 
destroyBeans() - Method in class org.apache.cxf.bus.extension.ExtensionManagerBus
 
destroyBeans() - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
destroyBeans() - Method in class org.apache.cxf.bus.spring.SpringBus
 
destroyBus() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
destroyBus() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
destroyForPort(int) - Static method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This method removes the Server Engine from the port map and stops it.
diff(Collection<T>, Collection<T>) - Static method in class org.apache.cxf.common.util.CollectionUtils
 
diff(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
DigestAuthSupplier - Class in org.apache.cxf.transport.http.auth
 
DigestAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.DigestAuthSupplier
 
DISABLE_FAULT_MAPPING - Static variable in class org.apache.cxf.interceptor.ClientFaultConverter
 
DISABLE_OUTPUTSTREAM_OPTIMIZATION - Static variable in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
disableAddressUpdates - Variable in class org.apache.cxf.transport.servlet.ServletController
 
disableCNCheck - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
DISCARD_ATTRIBUTE - Static variable in class org.apache.cxf.transport.http.Cookie
 
DNConstraintsType - Class in org.apache.cxf.configuration.security
This structure holds a list of regular expressions that corresponds to a sequence of Certificate Constraints.
DNConstraintsType() - Constructor for class org.apache.cxf.configuration.security.DNConstraintsType
 
DOC_BARE - Static variable in class org.apache.cxf.common.WSDLConstants
 
DOC_LOCATION - Static variable in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
DOC_WRAPPED - Static variable in class org.apache.cxf.common.WSDLConstants
 
doChainedInvocation(String, MultivaluedMap<String, String>, Object, Class<?>, Type, Class<?>, Type, Exchange, Map<String, Object>) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
DocLiteralInInterceptor - Class in org.apache.cxf.interceptor
 
DocLiteralInInterceptor() - Constructor for class org.apache.cxf.interceptor.DocLiteralInInterceptor
 
doClose() - Method in class org.apache.cxf.io.CachedOutputStream
Perform any actions required on stream closure (handle response etc.)
doClose() - Method in class org.apache.cxf.io.WriteOnCloseOutputStream
 
DocTarget - Class in org.apache.cxf.jaxrs.model.wadl
Description can use one of DocTarget constants to bind itself to a specific WADL element.
DOCUMENT - Static variable in class org.apache.cxf.common.WSDLConstants
 
documentation - Variable in class org.apache.cxf.wsdl.TDocumented
 
DocumentDepthProperties - Class in org.apache.cxf.staxutils
 
DocumentDepthProperties() - Constructor for class org.apache.cxf.staxutils.DocumentDepthProperties
 
DocumentDepthProperties(int, int, int) - Constructor for class org.apache.cxf.staxutils.DocumentDepthProperties
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doFlush() - Method in class org.apache.cxf.io.CachedOutputStream
Perform any actions required on stream flush (freeze headers, reset output stream ...
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doHandleRequest(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doInitializeInternal() - Method in class org.apache.cxf.bus.CXFBusImpl
 
doInitializeInternal() - Method in class org.apache.cxf.bus.extension.ExtensionManagerBus
 
doIntercept(Message) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
doIntercept(Message) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
Intercept a message, invoking each phase's handlers in turn.
doInterceptStartingAfter(Message, String) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
doInterceptStartingAfter(Message, String) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
Intercept a message, invoking each phase's handlers in turn, starting after the specified interceptor.
doInterceptStartingAt(Message, String) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
doInterceptStartingAt(Message, String) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
Intercept a message, invoking each phase's handlers in turn, starting at the specified interceptor.
doInvoke(String, Object, Type, Class<?>, Type) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
doInvoke(String, Object, Class<?>, Type, Class<?>, Type) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
doLoadBeanDefinitions(InputSource, Resource) - Method in class org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader
 
doLog(LogRecord) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
doLog(LogRecord, String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
DOMUtils - Class in org.apache.cxf.helpers
Few simple utils to read DOM.
DOMUtils.NullResolver - Class in org.apache.cxf.helpers
 
DOMUtils.NullResolver() - Constructor for class org.apache.cxf.helpers.DOMUtils.NullResolver
 
done - Variable in class org.apache.cxf.endpoint.ClientCallback
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.apache.cxf.configuration.spring.StringBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
doService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
doService(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
doSetRequestParameters(RequestDispatcherProvider.HttpServletRequestFilter, MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
doStart() - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
DOUBLE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
doUnmarshal(Unmarshaller, Class<?>, InputStream, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
doWriteParam(StringBuilder, Parameter, Class<?>, Type, String, Annotation[], boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
duplicate(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create a duplicate endpoint reference sharing all atributes
duplicate(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
Create a duplicate endpoint reference sharing all atributes
DURATION_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 

E

EffectivePolicy - Interface in org.apache.cxf.ws.policy
Describes the effective policy of an outbound message.
element - Variable in class org.apache.cxf.wsdl.TPart
 
ElementClass - Annotation Type in org.apache.cxf.jaxrs.model.wadl
References the concrete response or request class for WADL generator be able to generate representations and link them to schema elements.
ElementQNameResolver - Interface in org.apache.cxf.jaxrs.model.wadl
 
elementType() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JType
 
empty() - Method in class org.apache.cxf.staxutils.FastStack
 
EMPTY_PARTIAL_RESPONSE_MESSAGE - Static variable in interface org.apache.cxf.message.Message
 
enabledCipherSuite - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the cipherSuite enabled in the HTTPS URLconnection.
encode(byte[]) - Static method in class org.apache.cxf.common.util.Base64Utility
 
encode(byte[], int, int, Writer) - Static method in class org.apache.cxf.common.util.Base64Utility
 
encodeChunk(byte[], int, int) - Static method in class org.apache.cxf.common.util.Base64Utility
 
encodeChunk(byte[], int, int, OutputStream) - Static method in class org.apache.cxf.common.util.Base64Utility
 
encodeLiteralCharacters() - Method in class org.apache.cxf.jaxrs.model.URITemplate
Encoded literal characters surrounding template variables, ex.
encodePartiallyEncoded(String, boolean) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
Encodes partially encoded string.
encodeRedirectURL(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
encodeURL(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
encodeUrl(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
encoding(String) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Content-Encoding header
encoding(String) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Content-Encoding header
encoding(String) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
ENCODING - Static variable in interface org.apache.cxf.message.Message
 
encodings(String...) - Method in class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
ENCODINGS - Static variable in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
regular expression which can split encodings
end(ServiceInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
end(InterfaceInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
end(OperationInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
end(UnwrappedOperationInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
end(MessageInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
end(MessagePartInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
end(FaultInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
end(EndpointInfo) - Method in class org.apache.cxf.service.ServiceModelVisitor
 
endCDATA() - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
 
endDocument() - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method endDocument.
endDTD() - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
 
endElement() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
endElement(String, String, String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method endElement.
endElement() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
endEntity(String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
 
ENDING - Static variable in class org.apache.cxf.interceptor.StaxOutInterceptor
 
ENDPOINT - Static variable in interface org.apache.cxf.databinding.BaseDataReader
 
ENDPOINT - Static variable in interface org.apache.cxf.databinding.BaseDataWriter
 
ENDPOINT - Static variable in interface org.apache.cxf.databinding.DataWriter
 
endpoint - Variable in class org.apache.cxf.endpoint.AbstractConduitSelector
 
Endpoint - Interface in org.apache.cxf.endpoint
Represents an endpoint that receives messages.
endpoint - Variable in class org.apache.cxf.transport.ChainInitiationObserver
 
ENDPOINT_ADDRESS - Static variable in interface org.apache.cxf.message.Message
 
ENDPOINT_NAME - Static variable in class org.apache.cxf.endpoint.ManagedEndpoint
 
EndpointException - Exception in org.apache.cxf.endpoint
 
EndpointException(Message) - Constructor for exception org.apache.cxf.endpoint.EndpointException
 
EndpointException(Message, Throwable) - Constructor for exception org.apache.cxf.endpoint.EndpointException
 
EndpointException(Throwable) - Constructor for exception org.apache.cxf.endpoint.EndpointException
 
EndpointImpl - Class in org.apache.cxf.endpoint
 
EndpointImpl(Bus, Service, QName) - Constructor for class org.apache.cxf.endpoint.EndpointImpl
 
EndpointImpl(Bus, Service, EndpointInfo) - Constructor for class org.apache.cxf.endpoint.EndpointImpl
 
EndpointImplFactory - Interface in org.apache.cxf.endpoint
This interface defines an object that can create EndpointImpl objects.
EndpointInfo - Class in org.apache.cxf.service.model
The EndpointInfo contains the information for a web service 'port' inside of a service.
EndpointInfo() - Constructor for class org.apache.cxf.service.model.EndpointInfo
 
EndpointInfo(ServiceInfo, String) - Constructor for class org.apache.cxf.service.model.EndpointInfo
 
endpointInfo - Variable in class org.apache.cxf.transport.AbstractDestination
 
endpointName - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
endpointName - Variable in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
 
EndpointPolicy - Interface in org.apache.cxf.ws.policy
Describes the policy of an inbound message.
EndpointProperties - Annotation Type in org.apache.cxf.annotations
Specifies properties to record for the endpoint
EndpointProperty - Annotation Type in org.apache.cxf.annotations
Specifies a property to record for the endpoint
endpointReference - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
EndpointReferenceType - Class in org.apache.cxf.ws.addressing
Java class for EndpointReferenceType complex type.
EndpointReferenceType() - Constructor for class org.apache.cxf.ws.addressing.EndpointReferenceType
 
EndpointReferenceType - Class in org.apache.cxf.ws.addressing.v200403
Java class for EndpointReferenceType complex type.
EndpointReferenceType() - Constructor for class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
 
EndpointReferenceType - Class in org.apache.cxf.ws.addressing.v200408
Java class for EndpointReferenceType complex type.
EndpointReferenceType() - Constructor for class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
EndpointReferenceUtils - Class in org.apache.cxf.wsdl
Provides utility methods for obtaining endpoint references, wsdl definitions, etc.
EndpointResolver - Interface in org.apache.cxf.endpoint
Implementations of this interface are responsible for mapping between abstract and concrete endpoint references, and/or renewing stale references.
EndpointResolverRegistry - Interface in org.apache.cxf.endpoint
Implementations of this interface are responsible for mediating access to registered EndpointResolvers, which themselves map between abstract and concrete endpoint references, and/or facilitate renewal of stale references.
EndpointResolverRegistryImpl - Class in org.apache.cxf.endpoint
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.
EndpointResolverRegistryImpl() - Constructor for class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
 
EndpointResolverRegistryImpl(Bus) - Constructor for class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
 
ENDPOINTS - Static variable in class org.apache.cxf.transport.MultipleEndpointObserver
 
EndpointUtilsException - Exception in org.apache.cxf.wsdl
 
EndpointUtilsException(Message) - Constructor for exception org.apache.cxf.wsdl.EndpointUtilsException
 
EndpointUtilsException(Message, Throwable) - Constructor for exception org.apache.cxf.wsdl.EndpointUtilsException
 
endPrefixMapping(String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method endPrefixMapping.
engine - Variable in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
engine - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
 
entering(String, String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
entering(String, String, Object) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
entering(String, String, Object[]) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
ENTITIES_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
entity(Object) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
ENTITY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
entityProviders - Variable in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
EntityTagHeaderProvider - Class in org.apache.cxf.jaxrs.impl
 
EntityTagHeaderProvider() - Constructor for class org.apache.cxf.jaxrs.impl.EntityTagHeaderProvider
 
entries - Variable in class org.apache.cxf.extension.RegistryImpl
 
entrySet() - Method in class org.apache.cxf.common.util.CacheMap
 
entrySet() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
entrySet() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
entrySet() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
enumeratorValues(XmlSchemaSimpleType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
Retrieve the string values for an enumeration.
EQ - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
equal(PolicyComponent) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
equals(Object) - Method in class org.apache.cxf.clustering.FailoverTargetSelector.InvocationKey
 
equals(Object) - Method in class org.apache.cxf.common.security.SimpleGroup
 
equals(Object) - Method in class org.apache.cxf.common.security.SimplePrincipal
 
equals(Object) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
equals(Object) - Method in class org.apache.cxf.common.util.SortedArraySet
 
equals(Object) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
equals(Object) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
equals(Object) - Method in class org.apache.cxf.helpers.NSDecl
 
equals(Object) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
equals(Object) - Method in class org.apache.cxf.io.CachedOutputStream
 
equals(Object) - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
equals(Object) - Method in class org.apache.cxf.jaxrs.ext.search.SearchBean
 
equals(Object) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
equals(Object) - Method in class org.apache.cxf.jaxrs.model.ProviderInfo
 
equals(Object) - Method in class org.apache.cxf.jaxrs.model.SubresourceKey
 
equals(Object) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
equals(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
equals(Object) - Method in class org.apache.cxf.phase.Phase
 
equals(Object) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
equals(Object, Object) - Static method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
equals(Object) - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
equals(Object) - Method in class org.apache.cxf.service.model.FaultInfo
 
equals(Object) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
equals(Object) - Method in class org.apache.cxf.service.model.OperationInfo
 
equals(Object) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
equals(Object) - Method in class org.apache.cxf.transport.http.Cookie
 
equals(HTTPClientPolicy, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Determines if two HTTPClientPolicy objects are equal.
equals(HTTPServerPolicy, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Determines if two HTTPServerPolicy objects are equal.
equalTo(String) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is textual property equal to given literal or matching given pattern?
equalTo(double) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property equal to given double number?
equalTo(long) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property equal to given long number?
equalTo(Date) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property same as given date?
equalTo(Duration) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property same as date distant from now by given period of time?
ERORR_STYLE_USE - Static variable in class org.apache.cxf.common.WSDLConstants
 
errorMessages - Variable in class org.apache.cxf.tools.validator.AbstractValidator
 
establishTrust(String, URLConnectionInfo, Message) - Method in class org.apache.cxf.transport.http.MessageTrustDecider
This method is called when a Message is about to be sent out over an HTTPConduit.
evaluateIfNotModifiedSince(Date) - Method in class org.apache.cxf.jaxrs.impl.RequestImpl
 
evaluatePreconditions(EntityTag) - Method in class org.apache.cxf.jaxrs.impl.RequestImpl
 
evaluatePreconditions(Date) - Method in class org.apache.cxf.jaxrs.impl.RequestImpl
 
evaluatePreconditions(Date, EntityTag) - Method in class org.apache.cxf.jaxrs.impl.RequestImpl
 
evaluatePreconditions() - Method in class org.apache.cxf.jaxrs.impl.RequestImpl
 
evaluatePreconditions(EntityTag) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalRequest
 
evaluatePreconditions(Date) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalRequest
 
evaluatePreconditions() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalRequest
 
Exception - Exception in org.apache.cxf.common.i18n
 
Exception(Message) - Constructor for exception org.apache.cxf.common.i18n.Exception
 
Exception(Message, Throwable) - Constructor for exception org.apache.cxf.common.i18n.Exception
 
Exception(Throwable) - Constructor for exception org.apache.cxf.common.i18n.Exception
 
exception - Variable in class org.apache.cxf.endpoint.ClientCallback
 
EXCEPTION_MESSAGE_CAUSE_ENABLED - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the name of the exception that caused the Java stack trace is returned.
Exchange - Interface in org.apache.cxf.message
 
ExchangeImpl - Class in org.apache.cxf.message
 
ExchangeImpl() - Constructor for class org.apache.cxf.message.ExchangeImpl
 
exclude - Variable in class org.apache.cxf.configuration.security.FiltersType
 
EXE_SUFFIX - Static variable in class org.apache.cxf.common.commands.ForkedCommand
 
execute() - Method in class org.apache.cxf.common.commands.ForkedCommand
 
execute(int) - Method in class org.apache.cxf.common.commands.ForkedCommand
Executes the process.
execute(Runnable) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
execute(Runnable, long) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
execute(Runnable) - Method in class org.apache.cxf.workqueue.OneShotAsyncExecutor
 
execute(Runnable) - Method in class org.apache.cxf.workqueue.SynchronousExecutor
 
execute(Runnable, long) - Method in interface org.apache.cxf.workqueue.WorkQueue
Submits a work item for execution at some time in the future, waiting for up to a specified amount of time for the item to be accepted.
executor - Variable in class org.apache.cxf.endpoint.ClientImpl
 
exiting(String, String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
exiting(String, String, Object) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
expires(Date) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
ExtendedURIResolver - Class in org.apache.cxf.resource
 
ExtendedURIResolver() - Constructor for class org.apache.cxf.resource.ExtendedURIResolver
 
Extensible - Interface in org.apache.cxf.service.model
 
Extension - Class in org.apache.cxf.bus.extension
 
Extension() - Constructor for class org.apache.cxf.bus.extension.Extension
 
Extension(Class<?>, Class<?>) - Constructor for class org.apache.cxf.bus.extension.Extension
 
Extension(Class<?>) - Constructor for class org.apache.cxf.bus.extension.Extension
 
Extension(Extension) - Constructor for class org.apache.cxf.bus.extension.Extension
 
ExtensionException - Exception in org.apache.cxf.bus.extension
 
ExtensionFragmentParser - Class in org.apache.cxf.bus.extension
 
ExtensionFragmentParser() - Constructor for class org.apache.cxf.bus.extension.ExtensionFragmentParser
 
ExtensionManager - Interface in org.apache.cxf.bus.extension
 
EXTENSIONMANAGER_PROPERTY_NAME - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ExtensionManagerBus - Class in org.apache.cxf.bus.extension
This bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation).
ExtensionManagerBus(Map<Class, Object>, Map<String, Object>, ClassLoader) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerBus
 
ExtensionManagerBus(Map<Class, Object>, Map<String, Object>) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerBus
 
ExtensionManagerBus() - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerBus
 
ExtensionManagerImpl - Class in org.apache.cxf.bus.extension
 
ExtensionManagerImpl(ClassLoader, Map<Class, Object>, ResourceManager, Bus) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ExtensionManagerImpl(String, ClassLoader, Map<Class, Object>, ResourceManager, Bus) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ExtensionManagerImpl(String[], ClassLoader, Map<Class, Object>, ResourceManager, Bus) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ExtensionRegistry - Class in org.apache.cxf.bus.extension
Static registry of extensions that are loaded in addition to the extensions the Bus will automatically detect.
extensions - Variable in class org.apache.cxf.bus.CXFBusImpl
 
extract(String, String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
extractFieldValue(Field, Object) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
extractFromMethod(Object, Method) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
extractValuesFromBean(Object, String) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 

F

Factory - Interface in org.apache.cxf.service.invoker
Represents an object factory.
factory - Variable in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
FACTORY_PID - Static variable in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
factoryAlgorithm - Variable in class org.apache.cxf.configuration.security.KeyManagersType
 
factoryAlgorithm - Variable in class org.apache.cxf.configuration.security.TrustManagersType
 
FactoryBeanListener - Interface in org.apache.cxf.service.factory
 
FactoryBeanListener.Event - Enum in org.apache.cxf.service.factory
 
FactoryBeanListenerManager - Class in org.apache.cxf.service.factory
 
FactoryBeanListenerManager() - Constructor for class org.apache.cxf.service.factory.FactoryBeanListenerManager
 
FactoryBeanListenerManager(Bus) - Constructor for class org.apache.cxf.service.factory.FactoryBeanListenerManager
 
FactoryInvoker - Class in org.apache.cxf.service.invoker
This invoker implementation calls a Factory to create the service object.
FactoryInvoker(Factory) - Constructor for class org.apache.cxf.service.invoker.FactoryInvoker
Create a FactoryInvoker object.
FactoryInvoker() - Constructor for class org.apache.cxf.service.invoker.FactoryInvoker
 
FactoryType - Annotation Type in org.apache.cxf.annotations
Defines the factory used for the service.
FactoryType.DEFAULT - Class in org.apache.cxf.annotations
 
FactoryType.DEFAULT() - Constructor for class org.apache.cxf.annotations.FactoryType.DEFAULT
 
FactoryType.Type - Enum in org.apache.cxf.annotations
 
FailoverBeanDefinitionParser - Class in org.apache.cxf.clustering.spring
 
FailoverBeanDefinitionParser() - Constructor for class org.apache.cxf.clustering.spring.FailoverBeanDefinitionParser
 
FailoverFeature - Class in org.apache.cxf.clustering
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.
FailoverFeature() - Constructor for class org.apache.cxf.clustering.FailoverFeature
 
FailoverFeature - Class in org.apache.cxf.jaxrs.features.clustering
This feature may be applied to proxy or HTTP-centric clients
FailoverFeature() - Constructor for class org.apache.cxf.jaxrs.features.clustering.FailoverFeature
 
FailoverStrategy - Interface in org.apache.cxf.clustering
Supports pluggable strategies for alternate endpoint selection on failover.
failoverStrategy - Variable in class org.apache.cxf.clustering.FailoverTargetSelector
 
FailoverTargetSelector - Class in org.apache.cxf.clustering
Implements a target selection strategy based on failover to an alternate target endpoint when a transport level failure is encountered.
FailoverTargetSelector() - Constructor for class org.apache.cxf.clustering.FailoverTargetSelector
Normal constructor.
FailoverTargetSelector(Conduit) - Constructor for class org.apache.cxf.clustering.FailoverTargetSelector
Constructor, allowing a specific conduit to override normal selection.
FailoverTargetSelector.InvocationContext - Class in org.apache.cxf.clustering
Records the context of an invocation.
FailoverTargetSelector.InvocationKey - Class in org.apache.cxf.clustering
Used to wrap an Exchange for usage as a Map key.
FastInfoset - Annotation Type in org.apache.cxf.annotations
Enables FastInfoset negotiation
FastInfosetFeature - Class in org.apache.cxf.feature
]]>
FastInfosetFeature() - Constructor for class org.apache.cxf.feature.FastInfosetFeature
 
FastStack<T> - Class in org.apache.cxf.staxutils
 
FastStack() - Constructor for class org.apache.cxf.staxutils.FastStack
 
FAULT - Static variable in interface org.apache.cxf.databinding.BaseDataReader
 
Fault - Exception in org.apache.cxf.interceptor
A Fault that occurs during invocation processing.
Fault(Message, Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Message) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, Logger) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, ResourceBundle) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, Logger, Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, ResourceBundle, Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, Logger, Throwable, Object...) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, ResourceBundle, Throwable, Object...) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Message, Throwable, QName) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Message, QName) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Throwable, QName) - Constructor for exception org.apache.cxf.interceptor.Fault
 
fault - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
FAULT_CODE_CLIENT - Static variable in exception org.apache.cxf.interceptor.Fault
 
FAULT_CODE_SERVER - Static variable in exception org.apache.cxf.interceptor.Fault
 
FAULT_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
FAULT_IN_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
 
FAULT_OUT_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
 
FAULT_STACKTRACE_ENABLED - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the Java stack trace is returned as a SOAP fault message.
FaultInfo - Class in org.apache.cxf.service.model
 
FaultInfo(QName, QName, OperationInfo) - Constructor for class org.apache.cxf.service.model.FaultInfo
 
FaultInfoException - Exception in org.apache.cxf.frontend
 
FaultInfoException(String, Throwable) - Constructor for exception org.apache.cxf.frontend.FaultInfoException
 
FaultInfoException(String) - Constructor for exception org.apache.cxf.frontend.FaultInfoException
 
FaultInfoException(Throwable) - Constructor for exception org.apache.cxf.frontend.FaultInfoException
 
FaultInfoException() - Constructor for exception org.apache.cxf.frontend.FaultInfoException
 
FaultListener - Interface in org.apache.cxf.logging
Implement this interface to customize behavior for Exceptions thrown by the application implementing the service call.
FaultMode - Enum in org.apache.cxf.message
 
faultOccurred(Exception, String, Message) - Method in interface org.apache.cxf.logging.FaultListener
Handle the occurred exception.
FaultOutInterceptor - Class in org.apache.cxf.interceptor
 
FaultOutInterceptor() - Constructor for class org.apache.cxf.interceptor.FaultOutInterceptor
 
fBaseSystemId - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
fByteStream - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
fCertifiedText - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
fCharStream - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
fData - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
Feature - Interface in org.apache.cxf.feature
A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
features - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
Features - Annotation Type in org.apache.cxf.feature
 
fEncoding - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
fetchElementByNameAttribute(Element, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
FI_ENABLED - Static variable in class org.apache.cxf.interceptor.FIStaxOutInterceptor
 
FI_GET_SUPPORTED - Static variable in class org.apache.cxf.interceptor.FIStaxInInterceptor
 
fields - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
file - Variable in class org.apache.cxf.configuration.security.CertStoreType
 
file - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
FILE_SEP_PROPERTY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
FileUtils - Class in org.apache.cxf.helpers
 
fillInValuesFromBean(Object, String, MultivaluedMap<String, Object>) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
FiltersType - Class in org.apache.cxf.configuration.security
Java class for FiltersType complex type.
FiltersType() - Constructor for class org.apache.cxf.configuration.security.FiltersType
 
FINAL_MATCH_GROUP - Static variable in class org.apache.cxf.jaxrs.model.URITemplate
 
finalizeConfig() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
finalizeConfig() - Method in class org.apache.cxf.transport.http.HTTPConduit
This call gets called by the HTTPTransportFactory after it causes an injection of the Spring configuration properties of this Conduit.
finalizeConfig() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
This method is used to finalize the configuration after the configuration items have been set.
finalizeConfig() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method is called after configure on this object.
finalizeConfig() - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
findAll(Collection<T>) - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
findAll(Collection<T>) - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
findAll(Collection<T>) - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
Returns a list of pojos matching the condition
findAll(Collection<T>) - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
 
findAllElementsByTagName(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
findAllElementsByTagNameNS(Element, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
findAllPolicyElementsOfLocalName(Document, String) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findAllPolicyElementsOfLocalName(Element, String) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findAllPolicyElementsOfLocalName(Element, String, List<Element>) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findAttributeReaders(Class) - Static method in class org.apache.cxf.common.util.ClassReader
 
findBestEndpointInfo(QName, List<ServiceInfo>) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
findCharset(String) - Static method in class org.apache.cxf.helpers.HttpHeaderHelper
 
findChildWithAtt(Node, String, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Find the first direct child with a given attribute.
findClass(String) - Method in class org.apache.cxf.bus.blueprint.BundleDelegatingClassLoader
 
findClass(String, Class) - Method in class org.apache.cxf.common.util.ASMHelper
 
findClass(String) - Method in class org.apache.cxf.jaxrs.client.ProxyClassLoader
 
findElementByRefName(SchemaCollection, QName, String) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
This copes with an observed phenomenon in the schema built by the ReflectionServiceFactoryBean.
findExtension(Class<T>) - Method in interface org.apache.cxf.bus.CXFBusImpl.ExtensionFinder
 
findIgnorableAttribute(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findMessagePart(Exchange, Collection<OperationInfo>, QName, boolean, int, Message) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
Find the next possible message part in the message.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.cxf.common.util.ReflectionUtil
Try to find a method we can use.
findOptionalAttribute(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findPolicyElement(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findPostConstructMethod(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
findPreDestroyMethod(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
findQueryHandler(QueryHandlerRegistry, EndpointInfo, String, String) - Method in class org.apache.cxf.transport.servlet.ServletController
 
findResource(String) - Method in class org.apache.cxf.bus.blueprint.BundleDelegatingClassLoader
 
findResource(String) - Static method in class org.apache.cxf.bus.spring.BusApplicationContext
 
findResource(String) - Method in class org.apache.cxf.jaxrs.client.ProxyClassLoader
 
findResource(Class<?>, Class<?>) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
findResourceConstructor(Class<?>, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
findResources(String) - Method in class org.apache.cxf.bus.blueprint.BundleDelegatingClassLoader
 
findRoles(Class<?>, Map<String, String>) - Method in class org.apache.cxf.interceptor.security.SecureAnnotationsInterceptor
 
findTargetMethod(ClassResourceInfo, Message, String, MultivaluedMap<String, String>, String, List<MediaType>, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
findTransportForNamespace(String) - Method in class org.apache.cxf.transport.TransportFinder
 
findTransportForURI(String) - Method in class org.apache.cxf.transport.TransportFinder
 
fine(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
finer(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
finest(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
FINISHED - Static variable in class org.apache.cxf.endpoint.ClientImpl
 
FiqlParseException - Exception in org.apache.cxf.jaxrs.ext.search
 
FiqlParseException() - Constructor for exception org.apache.cxf.jaxrs.ext.search.FiqlParseException
 
FiqlParseException(String, Throwable) - Constructor for exception org.apache.cxf.jaxrs.ext.search.FiqlParseException
 
FiqlParseException(String) - Constructor for exception org.apache.cxf.jaxrs.ext.search.FiqlParseException
 
FiqlParseException(Throwable) - Constructor for exception org.apache.cxf.jaxrs.ext.search.FiqlParseException
 
FiqlParser<T> - Class in org.apache.cxf.jaxrs.ext.search
Parses FIQL expression to construct SearchCondition structure.
FiqlParser(Class<T>) - Constructor for class org.apache.cxf.jaxrs.ext.search.FiqlParser
Creates FIQL parser.
FiqlParser(Class<T>, Map<String, String>) - Constructor for class org.apache.cxf.jaxrs.ext.search.FiqlParser
Creates FIQL parser.
FiqlSearchConditionBuilder - Class in org.apache.cxf.jaxrs.ext.search.client
Builds a FIQL search condition.
FiqlSearchConditionBuilder() - Constructor for class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder
 
FiqlSearchConditionBuilder(Map<String, String>) - Constructor for class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder
 
FireWallClassLoader - Class in org.apache.cxf.common.classloader
The FireWallClassLoader is a classloader that can block request from going up in the classloader hierarchy.
FireWallClassLoader(ClassLoader, String[]) - Constructor for class org.apache.cxf.common.classloader.FireWallClassLoader
Constructor.
FireWallClassLoader(ClassLoader, String[], String[]) - Constructor for class org.apache.cxf.common.classloader.FireWallClassLoader
Constructor.
first() - Method in class org.apache.cxf.common.util.SortedArraySet
 
firstCalled - Variable in class org.apache.cxf.resource.DefaultResourceManager
 
FIStaxInInterceptor - Class in org.apache.cxf.interceptor
Creates an XMLStreamReader from the InputStream on the Message.
FIStaxInInterceptor() - Constructor for class org.apache.cxf.interceptor.FIStaxInInterceptor
 
FIStaxInInterceptor(String) - Constructor for class org.apache.cxf.interceptor.FIStaxInInterceptor
 
FIStaxOutInterceptor - Class in org.apache.cxf.interceptor
Creates an XMLStreamReader from the InputStream on the Message.
FIStaxOutInterceptor() - Constructor for class org.apache.cxf.interceptor.FIStaxOutInterceptor
 
FIStaxOutInterceptor(boolean) - Constructor for class org.apache.cxf.interceptor.FIStaxOutInterceptor
 
FIXED_PARAMETER_ORDER - Static variable in interface org.apache.cxf.message.Message
 
fixedParameterOrder - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
FLOAT_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
flush() - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
flush() - Method in class org.apache.cxf.io.CachedOutputStream
 
flush() - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
flush() - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
flush() - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
flush() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
flush() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
flush() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
flushBuffer() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
flushHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
flushHeaders(Message, boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
FORCE_START_DOCUMENT - Static variable in class org.apache.cxf.interceptor.StaxOutInterceptor
 
forcedBaseAddress - Variable in class org.apache.cxf.transport.servlet.ServletController
 
ForkedCommand - Class in org.apache.cxf.common.commands
 
ForkedCommand() - Constructor for class org.apache.cxf.common.commands.ForkedCommand
 
ForkedCommand(String[]) - Constructor for class org.apache.cxf.common.commands.ForkedCommand
 
ForkedCommandException - Exception in org.apache.cxf.common.commands
 
ForkedCommandException(Message) - Constructor for exception org.apache.cxf.common.commands.ForkedCommandException
 
ForkedCommandException(Message, Throwable) - Constructor for exception org.apache.cxf.common.commands.ForkedCommandException
 
ForkedCommandException(Throwable) - Constructor for exception org.apache.cxf.common.commands.ForkedCommandException
 
form(Map<String, List<Object>>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Posts form data
form(Form) - Method in class org.apache.cxf.jaxrs.client.WebClient
Posts form data
Form - Class in org.apache.cxf.jaxrs.ext.form
Simple MultivaluedMap wrapper
Form() - Constructor for class org.apache.cxf.jaxrs.ext.form.Form
 
Form(MultivaluedMap<String, String>) - Constructor for class org.apache.cxf.jaxrs.ext.form.Form
 
FORM_PARAM_MAP - Static variable in class org.apache.cxf.jaxrs.utils.FormUtils
 
formatMessage(LogRecord) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
FormattedServiceListWriter - Class in org.apache.cxf.transport.servlet.servicelist
 
FormattedServiceListWriter(String, String, boolean, Map<String, String>) - Constructor for class org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
 
formatVersionNumber(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
FormEncodingProvider - Class in org.apache.cxf.jaxrs.provider
 
FormEncodingProvider() - Constructor for class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
FormUtils - Class in org.apache.cxf.jaxrs.utils
 
FormValidator - Interface in org.apache.cxf.jaxrs.provider
 
fPublicId - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
fragment(String) - Method in class org.apache.cxf.jaxrs.client.WebClient
Updates the current URI fragment
fragment(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
FragmentStreamReader - Class in org.apache.cxf.staxutils
Wraps a XMLStreamReader and provides optional START_DOCUMENT and END_DOCUMENT events.
FragmentStreamReader(XMLStreamReader) - Constructor for class org.apache.cxf.staxutils.FragmentStreamReader
 
FragmentStreamReader(XMLStreamReader, boolean) - Constructor for class org.apache.cxf.staxutils.FragmentStreamReader
 
fromClient(Client, Class<T>) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy, baseURI will be set to Client currentURI
fromClient(Client, Class<T>, boolean) - Static method in class org.apache.cxf.jaxrs.client.JAXRSClientFactory
Creates a proxy, baseURI will be set to Client currentURI
fromClient(Client) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient, baseURI will be set to Client currentURI
fromClient(Client, boolean) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Creates WebClient, baseURI will be set to Client currentURI
fromPathSegment(PathSegment) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
fromResponse(Response) - Method in interface org.apache.cxf.jaxrs.client.ResponseExceptionMapper
Converts Response to checked or runtime Exception
fromSource(Source) - Static method in class org.apache.cxf.helpers.XMLUtils
 
fromString(String) - Method in interface org.apache.cxf.jaxrs.ext.ParameterHandler
 
fromString(String) - Method in class org.apache.cxf.jaxrs.impl.CacheControlHeaderProvider
 
fromString(String) - Method in class org.apache.cxf.jaxrs.impl.CookieHeaderProvider
 
fromString(String) - Method in class org.apache.cxf.jaxrs.impl.EntityTagHeaderProvider
 
fromString(String) - Method in class org.apache.cxf.jaxrs.impl.MediaTypeHeaderProvider
 
fromString(String) - Method in class org.apache.cxf.jaxrs.impl.NewCookieHeaderProvider
 
fromValue(String) - Static method in enum org.apache.cxf.configuration.security.CombinatorType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
 
fromValue(String) - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
 
fromValue(String) - Static method in enum org.apache.cxf.ws.addressing.wsdl.AnonymousType
 
FRONTEND_PLUGIN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
fSystemId - Variable in class org.apache.cxf.common.xmlschema.LSInputImpl
 
fullName() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JDefinedClass
 
fullName() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JType
 

G

GDAY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
GE - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
GEN_FROM_SEI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
generateCode(Object, Object) - Method in interface org.apache.cxf.jaxb.JAXBUtils.S2JJAXBModel
 
generateJaxbSchemas(JAXBContext, Map<String, DOMResult>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
generateMainClass(Element, File) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
generateNotFound(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
generateSource(String, File, String) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
generateXMLFile(Element, Writer) - Static method in class org.apache.cxf.helpers.XMLUtils
 
get(Object) - Method in class org.apache.cxf.common.util.CacheMap
 
get(Object) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
get() - Method in class org.apache.cxf.endpoint.ClientCallback
get(long, TimeUnit) - Method in class org.apache.cxf.endpoint.ClientCallback
get(K) - Method in interface org.apache.cxf.extension.Registry
Returns the object stored under the given key.
get(K) - Method in class org.apache.cxf.extension.RegistryImpl
 
get(QName) - Method in interface org.apache.cxf.jaxb.JAXBUtils.S2JJAXBModel
 
get() - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP GET invocation
get(Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP GET invocation and returns typed response object
get(Object) - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
get(Object) - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
get(String) - Method in class org.apache.cxf.jaxrs.ext.search.SearchBean
 
get(Object) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
get() - Method in class org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy
 
get(Object) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
get() - Method in interface org.apache.cxf.jaxrs.impl.tl.ThreadLocalProxy
 
get(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
get(Class<T>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
get(MessagePartInfo) - Method in class org.apache.cxf.message.MessageContentsList
 
get(Class<T>) - Method in interface org.apache.cxf.message.StringMap
Convenience method for storing/retrieving typed objects from the map.
get(Class<T>) - Method in class org.apache.cxf.message.StringMapImpl
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(Object) - Method in class org.apache.cxf.transport.http.HTTPSession
 
get(Object) - Method in interface org.apache.cxf.transport.Session
Get a variable from the session by the key.
getAbsolutePath() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getAbsolutePath() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getAbsolutePathBuilder() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getAbsolutePathBuilder() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the accept property.
getAcceptableLanguages() - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getAcceptableLanguages() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getAcceptableMediaTypes() - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getAcceptableMediaTypes() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the acceptEncoding property.
getAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the acceptLanguage property.
getAcceptType() - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
getAction() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the Action property.
getAction() - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Gets the value of the action property.
getActionNotSupportedQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getActionNotSupportedText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getActionQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getActivationNamespaces() - Method in class org.apache.cxf.binding.AbstractBaseBindingFactory
 
getActive(List<AbstractFeature>, Class<T>) - Static method in class org.apache.cxf.feature.AbstractFeature
Convenience method to extract a feature by type from an active list.
getActiveCount() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getActiveCount() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getActiveFeatures() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getActiveFeatures() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getActualJaxbType(Class<?>, Method, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getActualServiceObject(Exchange, Object) - Method in class org.apache.cxf.jaxrs.JAXRSInvoker
 
getActualType(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getActualType(Type) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getActualType(Type, int) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getActualTypeArguments() - Method in class org.apache.cxf.jaxrs.utils.ParameterizedCollectionType
 
getActualTypes(Type) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getAdapter(Class<?>, Annotation[]) - Static method in class org.apache.cxf.jaxrs.utils.JAXBUtils
 
getAdditionalInterceptors() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getAdditionalInterceptors() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added.
getAddress() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getAddress(Object) - Method in interface org.apache.cxf.endpoint.ContextInspector
 
getAddress() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
getAddress() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getAddress() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getAddress() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getAddress() - Method in class org.apache.cxf.transport.AbstractDestination
 
getAddress() - Method in interface org.apache.cxf.transport.Destination
 
getAddress() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getAddress(Object) - Method in class org.apache.cxf.transport.http_jetty.JettyContextInspector
 
getAddress() - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Gets the value of the address property.
getAddress() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets the value of the address property.
getAddress() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the address property.
getAddress(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Get the address from the provided endpoint reference.
getAddress(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
Get the address from the provided endpoint reference.
getAddressingBuilder() - Static method in class org.apache.cxf.ws.addressing.AddressingBuilder
AddressingBuilder factory method.
getAddressQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getAddressValue(EndpointInfo) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAddressValue(EndpointInfo, boolean) - Static method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAddressWithId(String) - Method in class org.apache.cxf.transport.AbstractMultiplexDestination
Builds an new endpoint reference using the current target reference as a template.
getAddressWithId(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getAddressWithId(String) - Method in interface org.apache.cxf.transport.MultiplexDestination
 
getAegisContext(Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
getAfter() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getAfter() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns a set containing the IDs of the interceptors that should be executed before this interceptor.
getAlgorithm() - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Gets the value of the algorithm property.
getAll(XmlSchemaComplexType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getAllAttachments() - Method in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
getAllowedMethods() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getAllRequestResponseTypes(List<ClassResourceInfo>, boolean) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getAlternateAddresses(Exchange) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
Get the alternate addresses for this invocation.
getAlternateAddresses(Exchange) - Method in interface org.apache.cxf.clustering.FailoverStrategy
Get the alternate addresses for this invocation.
getAlternateEndpoints(Exchange) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
Get the alternate endpoints for this invocation.
getAlternateEndpoints(Exchange) - Method in interface org.apache.cxf.clustering.FailoverStrategy
Get the alternate endpoints for this invocation.
getAlternateEndpoints(Exchange) - Method in class org.apache.cxf.clustering.RetryStrategy
 
getAlternativeSelector() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getAnnotatedMethod() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getAnnotatedMethod(Method) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getAnnotation(Annotation[], Class<T>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getAnnotationForMethodOrContainingClass(Method, Class<T>) - Static method in class org.apache.cxf.common.util.ReflectionUtil
Look for a specified annotation on a method.
getAnnotationValue(Annotation) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getAnonymousEndpointReference() - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create an anonymous endpoint reference.
getAnonymousEndpointReference() - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
Create an anonymous endpoint reference.
getAnonymousURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getAny() - Method in class org.apache.cxf.ws.addressing.AttributedAnyType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.MetadataType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.ReferenceParametersType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.v200403.ReferencePropertiesType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.v200408.ReferenceParametersType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.ws.addressing.v200408.ReferencePropertiesType
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
Gets the value of the any property.
getAny() - Method in class org.apache.cxf.wsdl.TExtensibleDocumented
Gets the value of the any property.
getAppContexts() - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
getApplicationContext() - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
getApplicationContext() - Method in class org.apache.cxf.jaxrs.spring.SpringResourceFactory
 
getApplicationContext() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
getAssertion() - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
getAssertionInfo(QName) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
getAssertionTypes() - Method in class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
getAssertionTypes() - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProvider
Returns a collection of QNames describing the xml schema types of the assertions that this interceptor implements.
getAsStream(String) - Method in class org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
 
getAsStream(String) - Method in class org.apache.cxf.resource.ClassLoaderResolver
 
getAsStream(String) - Method in class org.apache.cxf.resource.ClasspathResolver
 
getAsStream(String) - Method in class org.apache.cxf.resource.ObjectTypeResolver
 
getAsStream(String) - Method in class org.apache.cxf.resource.PropertiesResolver
 
getAsStream(String) - Method in interface org.apache.cxf.resource.ResourceResolver
Resolve a resource given its name and return an InputStream to it.
getAsStream(String) - Method in class org.apache.cxf.resource.SinglePropertyResolver
 
getAsStream(String) - Method in class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
getAsyncContext() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getAttachment(String) - Method in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
getAttachmentAsByteArray(String) - Method in class org.apache.cxf.jaxrs.provider.JAXBAttachmentUnmarshaller
 
getAttachmentAsDataHandler(String) - Method in class org.apache.cxf.jaxrs.provider.JAXBAttachmentUnmarshaller
 
getAttachmentDataSource(String, Collection<Attachment>) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
getAttachmentMimeType() - Method in class org.apache.cxf.message.MessageImpl
 
getAttachmentObject(String, Class<T>) - Method in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
getAttachmentPartHeader(Attachment) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
getAttachments(MessageContext) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getAttachments(MessageContext, String, String, String) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getAttachments() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getAttachments() - Method in interface org.apache.cxf.message.Message
Retrieve any binary attachments associated with the message.
getAttachments() - Method in class org.apache.cxf.message.MessageImpl
 
getAttachmentsMap(MessageContext) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getAttribute(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getAttribute(Element, QName) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getAttribute(Element, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
getAttribute(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getAttribute(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getAttributeByQName(QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getAttributeCount() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeCount() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributeCount() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributeLocalName(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeName(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeName(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributeName(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getAttributeNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getAttributeNamespace(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributeNamespace(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributePrefix(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributePrefix(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributePrefix(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributes() - Method in class org.apache.cxf.staxutils.StaxSource
 
getAttributeType(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeType(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributeType(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeValue(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeValue(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributeValue(String, String) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getAttributeValue(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeValue(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeValueEmptyNull(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
This function is much like getAttribute, but returns null, not "", for a nonexistent attribute.
getAuthenticationScheme() - Method in class org.apache.cxf.jaxrs.impl.SecurityContextImpl
 
getAuthenticationScheme() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSecurityContext
 
getAuthor(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
 
getAuthorization() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the authorization property.
getAuthorization(AuthorizationPolicy, URL, Message, String) - Method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
getAuthorization(AuthorizationPolicy, URL, Message, String) - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
 
getAuthorization(AuthorizationPolicy, URL, Message, String) - Method in interface org.apache.cxf.transport.http.auth.HttpAuthSupplier
The HTTPConduit makes a call to this method to obtain an Authentication token for http authentication.
getAuthorization(AuthorizationPolicy, URL, Message, String) - Method in class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
 
getAuthorization() - Method in class org.apache.cxf.transport.http.Headers
 
getAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Authorization Policy that was configured or explicitly set for this HTTPConduit.
getAuthorizationType() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the authorizationType property.
getAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Auth Supplier that was set/configured for this HTTPConduit.
getAuthType() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getAuthType() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getAuthType() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getAutomaticWorkQueue() - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Get the manager's default work queue.
getAutomaticWorkQueue() - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
getBackChannel(Message, Message, EndpointReferenceType) - Method in class org.apache.cxf.transport.AbstractDestination
Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.
getBackChannel(Message, Message, EndpointReferenceType) - Method in interface org.apache.cxf.transport.Destination
Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.
getBackChannelConduit(Message) - Static method in class org.apache.cxf.interceptor.OutgoingChainInterceptor
 
getBaseAddress(Message) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getBasedir() - Static method in class org.apache.cxf.test.AbstractCXFTest
 
getBasedir() - Static method in class org.apache.cxf.test.TestUtilities
 
getBaseInputSource() - Method in class org.apache.cxf.catalog.CatalogWSDLLocator
 
getBaseInputSource() - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
getBasePath(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBasePath(String) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getBasePathForFullAddress(String) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
getBaseType(XmlSchemaComplexType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getBaseURI() - Method in class org.apache.cxf.catalog.CatalogWSDLLocator
 
getBaseURI() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getBaseURI() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
Gets the base URI this Client has been intialized with
getBaseURI() - Method in interface org.apache.cxf.jaxrs.client.Client
Gets the base URI this Client has been intialized with
getBaseURI() - Method in interface org.apache.cxf.jaxrs.client.ClientState
Gets the base URI
getBaseURI() - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
getBaseURI() - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
getBaseUri(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
 
getBaseURI() - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Returns the value of the xml:base attribute, if any.
getBaseUri() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getBaseUri() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getBaseURI() - Method in class org.apache.cxf.service.model.DescriptionInfo
 
getBaseURI() - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
getBaseUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getBaseUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getBaseURL(HttpServletRequest) - Static method in class org.apache.cxf.transport.servlet.BaseUrlHelper
Returns base URL which includes scheme, host, port, Servlet context and servlet paths
getBaseURL(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.ServletController
 
getBasicAuthHeader(String, String) - Static method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
getBean(Class<T>, String) - Method in class org.apache.cxf.test.AbstractCXFSpringTest
Convenience method for the common case of retrieving a bean from the context.
getBeanClass(Element) - Method in class org.apache.cxf.clustering.spring.FailoverBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.clustering.spring.LoadDistributorBeanDefinitionParser
 
getBeanClass() - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.configuration.spring.StringBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser
 
getBeanInfo(Class<?>) - Method in interface org.apache.cxf.jaxb.JAXBContextProxy
 
getBeanInfo(JAXBContextProxy, Class<?>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
getBeanName(Object) - Method in class org.apache.cxf.bus.blueprint.ConfigurerImpl
 
getBeanName() - Method in interface org.apache.cxf.configuration.Configurable
Get the configurable object's Bean name
getBeanName(Object) - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
getBeanName() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getBeanName() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getBeanName(Object) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
getBeanName() - Method in class org.apache.cxf.service.ServiceImpl
 
getBeanName() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBeanName() - Method in class org.apache.cxf.transport.http.HTTPConduit
This is part of the Configurable interface which retrieves the configuration from spring injection.
getBeanNamesOfType(Class<?>) - Method in class org.apache.cxf.bus.blueprint.BlueprintBeanLocator
Gets the names of all the configured beans of the specific type.
getBeanNamesOfType(Class<?>) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
getBeanNamesOfType(Class<?>) - Method in class org.apache.cxf.bus.osgi.OSGiBeanLocator
 
getBeanNamesOfType(Class<?>) - Method in class org.apache.cxf.bus.spring.SpringBeanLocator
Gets the names of all the configured beans of the specific type.
getBeanNamesOfType(Class<?>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Gets the names of all the configured beans of the specific type.
getBeanOfType(String, Class<T>) - Method in class org.apache.cxf.bus.blueprint.BlueprintBeanLocator
 
getBeanOfType(String, Class<T>) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
getBeanOfType(String, Class<T>) - Method in class org.apache.cxf.bus.osgi.OSGiBeanLocator
 
getBeanOfType(String, Class<T>) - Method in class org.apache.cxf.bus.spring.SpringBeanLocator
 
getBeanOfType(String, Class<T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Gets the bean of the given name and type
getBeansOfType(Class<T>) - Method in class org.apache.cxf.bus.blueprint.BlueprintBeanLocator
Gets all the configured beans of the specific types.
getBeansOfType(Class<T>) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
getBeansOfType(Class<T>) - Method in class org.apache.cxf.bus.osgi.OSGiBeanLocator
 
getBeansOfType(Class<T>) - Method in class org.apache.cxf.bus.spring.SpringBeanLocator
Gets all the configured beans of the specific types.
getBeansOfType(Class<T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Gets all the configured beans of the specific types.
getBefore() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getBefore() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns a set containing the IDs of the interceptors that should be executed after this interceptor.
getBinding() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getBinding() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getBinding(BindingOperation, Definition) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getBinding() - Method in interface org.apache.cxf.message.Exchange
 
getBinding() - Method in class org.apache.cxf.message.ExchangeImpl
 
getBinding() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getBinding() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getBinding(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getBinding() - Method in class org.apache.cxf.transport.ChainInitiationObserver
 
getBinding() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the binding property.
getBinding() - Method in class org.apache.cxf.wsdl.TPort
Gets the value of the binding property.
getBindingConfig() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getBindingFactory(String) - Method in interface org.apache.cxf.binding.BindingFactoryManager
Retrieves the BindingFactory registered with the given name.
getBindingFactory(String) - Method in class org.apache.cxf.binding.BindingFactoryManagerImpl
 
getBindingFactory() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getBindingFactory(Binding, Bus, StringBuilder) - Static method in class org.apache.cxf.wsdl11.WSDLServiceUtils
 
getBindingId() - Method in class org.apache.cxf.binding.BindingConfiguration
 
getBindingId() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getBindingId() - Method in class org.apache.cxf.service.model.BindingInfo
 
getBindingInfo() - Method in interface org.apache.cxf.binding.Binding
Get the BindingInfo for this binding.
getBindingInfo() - Method in class org.apache.cxf.binding.xml.XMLBinding
 
getBindingInterceptors() - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
getBindingOperation(Method, Endpoint) - Method in interface org.apache.cxf.frontend.MethodDispatcher
 
getBindingOperation(Definition, String) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getBindingOperation(Binding, String) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getBindingOperation() - Method in class org.apache.cxf.service.model.BindingFaultInfo
 
getBindingOperation() - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
getBindingOperationInfo(Exchange, QName, boolean) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
Returns a BindingOperationInfo if the operation is indentified as a wrapped method, return null if it is not a wrapped method (i.e., it is a bare method)
getBindingOperationInfo(Exchange, QName, boolean) - Method in class org.apache.cxf.interceptor.DocLiteralInInterceptor
 
getBindingOperationInfo() - Method in interface org.apache.cxf.message.Exchange
 
getBindingOperationInfo() - Method in class org.apache.cxf.message.ExchangeImpl
 
getBindings() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getBlueprintContainer() - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler
 
getBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the browserType property.
getBufferedErrorReader() - Method in class org.apache.cxf.common.commands.ResultBufferedCommand
 
getBufferedOutputReader() - Method in class org.apache.cxf.common.commands.ResultBufferedCommand
 
getBufferSize() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getBuildID() - Method in interface org.apache.cxf.jaxb.JAXBUtils.Options
 
getBundle() - Method in class org.apache.cxf.bus.blueprint.BundleDelegatingClassLoader
 
getBundle(Class<?>) - Static method in class org.apache.cxf.common.i18n.BundleUtils
Encapsulates the logic related to locating the default resource bundle for a class.
getBundle(Class<?>, String) - Static method in class org.apache.cxf.common.i18n.BundleUtils
Encapsulates the logic related to locating the resource bundle with the given relative name for a class.
getBundleName(Class<?>) - Static method in class org.apache.cxf.common.i18n.BundleUtils
Encapsulates the logic related to naming the default resource bundle for a class.
getBundleName(Class<?>, String) - Static method in class org.apache.cxf.common.i18n.BundleUtils
Encapsulates the logic related to naming the resource bundle with the given relative name for a class.
getBus() - Method in class org.apache.cxf.binding.AbstractBaseBindingFactory
 
getBus() - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
getBus(ParserContext, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
getBus() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getBus() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getBus() - Method in interface org.apache.cxf.endpoint.Client
Retrieves the Bus that was used to create the Client
getBus() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getBus() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getBus() - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
getBus() - Method in class org.apache.cxf.headers.HeaderManagerImpl
 
getBus() - Method in class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
 
getBus() - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
getBus() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Gets the bus
getBus() - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Gets the Bus.
getBus() - Method in interface org.apache.cxf.message.Exchange
 
getBus() - Method in class org.apache.cxf.message.ExchangeImpl
 
getBus() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
getBus() - Method in class org.apache.cxf.test.AbstractCXFTest
 
getBus() - Method in class org.apache.cxf.test.TestUtilities
Return the CXF bus used.
getBus() - Method in class org.apache.cxf.transport.AbstractTransportFactory
 
getBus() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getBus() - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
getBus() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
getBus() - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
getBus() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
Gets the value of the bus property.
getBus() - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
getBusConfigURL() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getBusRef(ParserContext, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
getBytes(Class) - Static method in class org.apache.cxf.common.util.ClassReader
load the bytecode for a given class, by using the class's defining classloader and assuming that for a class named P.C, the bytecodes are in a resource named /P/C.class.
getBytes() - Method in class org.apache.cxf.io.CachedOutputStream
 
getByteStream() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the cacheControl property.
getCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the cacheControl property.
getCachedClass() - Method in class org.apache.cxf.common.util.CachedClass
 
getCachedContextAndSchemas(Class<?>) - Static method in class org.apache.cxf.jaxb.JAXBContextCache
 
getCachedContextAndSchemas(String, Map<String, Object>, ClassLoader) - Static method in class org.apache.cxf.jaxb.JAXBContextCache
 
getCachedContextAndSchemas(Set<Class<?>>, String, Map<String, Object>, Collection<Object>, boolean) - Static method in class org.apache.cxf.jaxb.JAXBContextCache
 
getCallbackHandler(String, String) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
getCallbackHandler(String, String) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
getCallbackParam() - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
getCallbacks() - Method in class org.apache.cxf.io.CachedOutputStream
 
getCallbackValue(Message) - Method in class org.apache.cxf.jaxrs.provider.jsonp.AbstractJsonpOutInterceptor
 
getCallbackValue(Message) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
getCatalogManager(Bus) - Static method in class org.apache.cxf.catalog.OASISCatalogManager
 
getCategories(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
 
getCertAlias() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
This parameter retrieves the cert alias specified on server side
getCertAlias() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the certAlias property.
getCertAlias() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the certAlias property.
getCertConstraints() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Get the certificate constraints type
getCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the certConstraints property.
getCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the certConstraints property.
getCertificateChain(String) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getCertificateConstraints() - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
getCertifiedText() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getCertStore() - Method in class org.apache.cxf.configuration.security.TrustManagersType
Gets the value of the certStore property.
getCharacterEncoding() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getCharacterEncoding() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getCharacterEncoding() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getCharacterEncodingScheme() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getCharacterEncodingScheme() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getCharacterStream() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getChild(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the first element child.
getChild(Node, int) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the first child of the specified type.
getChildAttachments() - Method in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
getChildAttachments(MessageContext) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getChildAttachmentsMap(MessageContext) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getChildContent(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the first child's content ( ie it's included TEXT node ).
getChildElementNode(Node) - Static method in class org.apache.cxf.helpers.NodeUtils
Returns a first child DOM Node of type ELEMENT_NODE for the specified Node.
getChildFrame() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getChildFrame() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getChildrenWithName(Element, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Return child elements with specified name.
getChildrenWithNamespace(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Returns all child elements with specified namespace.
getChipherSuite() - Method in class org.apache.cxf.security.transport.TLSSessionInfo
 
getChoice(XmlSchemaComplexType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getChosenAlternative() - Method in interface org.apache.cxf.ws.policy.EffectivePolicy
 
getChosenAlternative() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getChunkingThreshold() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the chunkingThreshold property.
getCipherSuite() - Method in class org.apache.cxf.configuration.security.CipherSuites
Gets the value of the cipherSuite property.
getCipherSuites() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Returns the CipherSuites associated with this endpoint.
getCipherSuites() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the cipherSuites property.
getCipherSuites() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the cipherSuites property.
getCiphersuites(List<String>, String[], FiltersType, Logger, boolean) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getCipherSuitesFilter() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Returns the cipher suites filter
getCipherSuitesFilter() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the cipherSuitesFilter property.
getCipherSuitesFilter() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the cipherSuitesFilter property.
getClass(String) - Static method in class org.apache.cxf.common.util.PrimitiveUtils
 
getClassAnnotation(Class<?>, Class<A>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getClassCode(Class<?>) - Static method in class org.apache.cxf.common.util.ASMHelper
 
getClassCode(Type) - Static method in class org.apache.cxf.common.util.ASMHelper
 
getClassContext(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getClasses() - Method in class org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas
 
getClassLoader() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getClassname() - Method in class org.apache.cxf.bus.extension.Extension
 
getClassObject(ClassLoader) - Method in class org.apache.cxf.bus.extension.Extension
 
getClassObject(ClassLoader) - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener.OSGiExtension
 
getClasspathResourceStream(String, Class<?>, Bus) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getClasspathResourceURL(String, Class<?>, Bus) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getClassQName(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getClassResourceInfo() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
getClassResourceInfo() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getClassResourceInfos() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getClient(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getClient() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method retrieves the Client Side Policy set/configured for this HTTPConduit.
getClient(Message, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPClientPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPClientPolicy passed as a second argument.
getClient(PolicyEngine, EndpointInfo, Conduit) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPClientPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions.
getClientAliases(String, Principal[]) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getClientAuthentication() - Method in class org.apache.cxf.configuration.jsse.TLSServerParameters
This parameter retrieves the client authentication settings.
getClientAuthentication() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the clientAuthentication property.
getClientEndpointPolicy(EndpointInfo, Conduit) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getCNs(X509Certificate) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.Certificates
 
getCode() - Method in exception org.apache.cxf.common.i18n.Exception
 
getCode() - Method in class org.apache.cxf.common.i18n.Message
 
getCode() - Method in exception org.apache.cxf.common.i18n.UncheckedException
 
getCollection(Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP GET invocation and returns a collection of typed objects
getCollectionContext(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getCollectionOrArray(Class<T>, Class<?>, XmlJavaTypeAdapter) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.CollectionWrapper
 
getCollectionWrapperQName(Class<?>, Type, Object, boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getCombinator() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
Gets the value of the combinator property.
getCommandMap() - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
getComplaints() - Method in class org.apache.cxf.service.ServiceModelSchemaValidator
 
getCompleteVersionString() - Static method in class org.apache.cxf.version.Version
Returns version string as normally used in print, such as Apache CXF 3.2.4
getConcreteName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getCondition() - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
getCondition() - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
getCondition() - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
 
getCondition() - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
Some SearchConditions may use instance of T to capture the actual search criteria thus making it simpler to implement isMet(T).
getCondition(Class<T>) - Method in interface org.apache.cxf.jaxrs.ext.search.SearchContext
Returns the typed search condition representing the search expression
getCondition(Class<T>) - Method in class org.apache.cxf.jaxrs.ext.search.SearchContextImpl
 
getCondition() - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
 
getCondition(Class) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSearchContext
 
getConditionType() - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
getConditionType() - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
getConditionType() - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
Returns the type of the condition this SearchCondition represents
getConditionType() - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
Returns the type of the condition this SearchCondition represents
getConduit() - Method in interface org.apache.cxf.endpoint.Client
Get the Conduit that messages for this client will be sent on.
getConduit() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getConduit() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Gets the conduit responsible for a transport-level communication with the remote service.
getConduit(Message) - Method in interface org.apache.cxf.message.Exchange
 
getConduit(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
getConduit(EndpointInfo) - Method in interface org.apache.cxf.transport.ConduitInitiator
Initiate an outbound Conduit.
getConduit(EndpointInfo, EndpointReferenceType) - Method in interface org.apache.cxf.transport.ConduitInitiator
Initiate an outbound Conduit.
getConduit(EndpointInfo) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call creates a new HTTPConduit for the endpoint.
getConduit(EndpointInfo, EndpointReferenceType) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.
getConduitInitiator(String) - Method in interface org.apache.cxf.transport.ConduitInitiatorManager
Returns the ConduitInitiator registered with the specified name, loading the appropriate plugin if necessary.
getConduitInitiator(String) - Method in class org.apache.cxf.transport.ConduitInitiatorManagerImpl
Returns the conduit initiator for the given namespace, constructing it (and storing in the cache for future reference) if necessary, using its list of factory classname to namespace mappings.
getConduitInitiatorForUri(String) - Method in interface org.apache.cxf.transport.ConduitInitiatorManager
 
getConduitInitiatorForUri(String) - Method in class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
getConduitName() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the name of the conduit, which is based on the endpoint name plus the SC_HTTP_CONDUIT_SUFFIX.
getConduitSelector() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getConduitSelector() - Method in interface org.apache.cxf.endpoint.Client
Get the ConduitSelector responsible for retreiving the Conduit.
getConduitSelector() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getConduitSelector(ConduitSelector) - Method in class org.apache.cxf.endpoint.ClientImpl
 
getConduitSelector() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Gets the conduit selector
getConduitSelector(Endpoint) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
 
getConfig(Object) - Static method in class org.apache.cxf.jaxrs.client.WebClient
Retieves ClientConfiguration
getConfigLocations() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
Return an array of resource specifications.
getConfigResources() - Method in class org.apache.cxf.bus.spring.BusApplicationContext
 
getConfiguration() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
getConnection(CXFConnectionSpec) - Method in interface org.apache.cxf.jca.outbound.CXFConnectionFactory
Creates a CXFConnection object which allows access to CXF web service based on the CXFConnectionSpec object.
getConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the connection property.
getConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the connectionTimeout property.
getConnector() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
getConnector() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the connector property.
getConstructor(Class<?>, Class<?>...) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
getConsumeMediaTypes() - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Gets the custom Consumes media types
getConsumeMediaTypes() - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
getConsumeMime() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getConsumes() - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
getConsumes() - Method in class org.apache.cxf.jaxrs.model.UserResource
 
getConsumeTypes() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getConsumeTypes(Consumes) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getContent(DataSource) - Method in class org.apache.cxf.attachment.ImageDataContentHandler
 
getContent(Node) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the trimmed text content of a node or null if there is no text
getContent(Class<T>) - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getContent(Class<T>) - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getContent(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getContent(Class<T>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContent(Class<T>) - Method in interface org.apache.cxf.message.Message
Retrieve the encapsulated content as a particular type.
getContent(Class<T>) - Method in class org.apache.cxf.message.MessageImpl
 
getContent() - Method in class org.apache.cxf.wsdl.TDocumentation
Gets the value of the content property.
getContentAttributes(XmlSchemaComplexType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getContentAttributes(XmlSchemaComplexType, SchemaCollection) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getContentDisposition() - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getContentElements(XmlSchemaComplexType, SchemaCollection) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the contentEncoding property.
getContentFormats() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContentFormats() - Method in interface org.apache.cxf.message.Message
 
getContentFormats() - Method in class org.apache.cxf.message.MessageImpl
 
getContentHandler() - Method in class org.apache.cxf.staxutils.StaxSource
 
getContentId() - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getContentLength() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getContentLength() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the contentLocation property.
getContentSequence(XmlSchemaComplexType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getContentsList(Object) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
getContentsList(Message) - Static method in class org.apache.cxf.message.MessageContentsList
 
getContentType() - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
getContentType() - Method in class org.apache.cxf.attachment.ByteDataSource
 
getContentType() - Method in class org.apache.cxf.attachment.LazyDataSource
 
getContentType() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getContentType() - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getContentType() - Method in class org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource
 
getContentType() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getContentType() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getContentType() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getContentType() - Method in class org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
 
getContentType() - Method in interface org.apache.cxf.transport.servlet.servicelist.ServiceListWriter
 
getContentType() - Method in class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
 
getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the contentType property.
getContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the contentType property.
getContext() - Method in class org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas
 
getContext() - Method in class org.apache.cxf.jaxrs.client.ResponseReader
 
getContext(Class<T>) - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getContext(Class<T>) - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getContext(Type, Class<T>) - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getContext(Class) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalContextResolver
 
getContext(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getContext(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getContext() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getContext() - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
getContext(Class<?>) - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyHTTPServerEngineFactoryHolder
 
getContextFieldProxy(Field) - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getContextFields() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getContextHandler(URL) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Get a registered context handler.
getContextMatchStrategy() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getContextMethods() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getContextName() - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
getContextName(String) - Static method in class org.apache.cxf.transport.HttpUriMapper
 
getContextPath() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getContextPath() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getContextPath() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getContextResolver(Class<T>, MediaType) - Method in class org.apache.cxf.jaxrs.impl.ProvidersImpl
 
getContextResolver(Class<T>, MediaType) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProviders
 
getContextSetterProxy(Method) - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getContextualBoolean(Message, String, boolean) - Static method in class org.apache.cxf.message.MessageUtils
 
getContextualProperty(Object) - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getContextualProperty(Object) - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getContextualProperty(Object) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getContextualProperty(String) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContextualProperty(String) - Method in interface org.apache.cxf.message.Message
Queries the Message object's metadata for a specific property.
getContextualProperty(String) - Method in class org.apache.cxf.message.MessageImpl
 
getContinuation() - Method in interface org.apache.cxf.continuations.ContinuationProvider
Creates a new continuation or retrieves the existing one
getContinuation() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider
Creates a new continuation or retrieves the existing one
getContinuation() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvider
 
getContinuation(boolean) - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvider
 
getContinuationsEnabled() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
getContractLocation(QName) - Method in interface org.apache.cxf.endpoint.ServiceContractResolver
Resolves a service's QName to a URI representing the location of a WSDL contract.
getContractLocation(QName) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Resolves a service's QName to a URI representing the location of a WSDL contract.
getContractLocation(QName) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
Calls each of the registered ServiceContractResolver instances to resolve the location of the service's contract.
getCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the cookie property.
getCookies() - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getCookies() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getCookies() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getCookies() - Method in class org.apache.cxf.transport.http.HTTPConduit
Allow access to the cookies that the conduit is maintaining
getCookies() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getCreatedTime() - Method in class org.apache.cxf.common.security.UsernameToken
 
getCurrentBuilder() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
getCurrentBuilder() - Method in interface org.apache.cxf.jaxrs.client.ClientState
Gets the current builder
getCurrentBuilder() - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
getCurrentBuilder() - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
getCurrentChild() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
getCurrentElement() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getCurrentFragment() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
getCurrentFrame() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getCurrentMessage() - Method in class org.apache.cxf.jaxrs.impl.CacheControlHeaderProvider
 
getCurrentMessage() - Static method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getCurrentNode() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getCurrentNode() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
getCurrentURI() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
Gets the current URI this Client is working with
getCurrentURI() - Method in interface org.apache.cxf.jaxrs.client.Client
Gets the current URI this Client is working with
getCurrentVersion() - Static method in class org.apache.cxf.version.Version
 
getCustomVariables() - Method in class org.apache.cxf.jaxrs.model.URITemplate
List of variables with patterns (regexps).
getCxfSslContextFactory() - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
getData() - Method in class org.apache.cxf.attachment.ByteDataSource
 
getData() - Method in class org.apache.cxf.jaxrs.ext.form.Form
 
getData() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
getData(Element) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getDataBinding() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getDataBinding() - Method in class org.apache.cxf.headers.Header
 
getDataBinding() - Method in interface org.apache.cxf.headers.HeaderProcessor
 
getDataBinding() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getDataBinding() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
getDataBinding(boolean) - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
getDataBinding() - Method in interface org.apache.cxf.service.Service
 
getDataBinding() - Method in class org.apache.cxf.service.ServiceImpl
 
getDataHandler() - Method in class org.apache.cxf.attachment.AttachmentImpl
 
getDataHandler() - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getDataHandler() - Method in interface org.apache.cxf.message.Attachment
 
getDataReader(Message, Class<T>) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getDataReader(Message) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getDataSource() - Method in class org.apache.cxf.attachment.LazyDataSource
 
getDataWriter(Message, Service, Class<T>) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
getDateFormat(Map<String, String>, String) - Static method in class org.apache.cxf.jaxrs.ext.search.SearchUtils
 
getDateHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getDeclaredConstructor(Class<?>, Class<?>...) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
getDeclaredField(Class<?>, String) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
getDeclaredFields(Class<?>) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
getDeclaredMethods(Class<?>) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
getDeclaredNamespaceMappings() - Method in class org.apache.cxf.databinding.AbstractDataBinding
Provide explicit mappings to ReflectionServiceFactory.
getDeclaredNamespaceMappings() - Method in interface org.apache.cxf.databinding.DataBinding
Return a set of mappings from namespace to prefix to allow bindings to control the prefixes.
getDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the decoupledEndpoint property.
getDefaultBus() - Static method in class org.apache.cxf.BusFactory
Returns the default bus, creating it if necessary.
getDefaultBus(boolean) - Static method in class org.apache.cxf.BusFactory
Returns the default bus
getDefaultCallback() - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
getDefaultFaultAction() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getDefaultParameterValue() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getDefaultParameterValue(Annotation[]) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getDefaultSessionTrackingModes() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getDefaultTempDir() - Static method in class org.apache.cxf.helpers.FileUtils
 
getDefaultValue() - Method in class org.apache.cxf.jaxrs.model.Parameter
 
getDefinition(File) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getDefinition(URL) - Method in interface org.apache.cxf.wsdl.WSDLManager
Get the WSDL definition for the given URL.
getDefinition(String) - Method in interface org.apache.cxf.wsdl.WSDLManager
Get the WSDL definition for the given URL.
getDefinition(Element) - Method in interface org.apache.cxf.wsdl.WSDLManager
Get the WSDL definition for the given Element.
getDefinition(URL) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getDefinition(String) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getDefinition(Element) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getDefinition() - Method in class org.apache.cxf.wsdl11.WSDLServiceFactory
 
getDefinitions() - Method in interface org.apache.cxf.wsdl.WSDLManager
 
getDefinitions() - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getDelayBetweenRetries() - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
 
getDelayBetweenRetries() - Method in class org.apache.cxf.clustering.FailoverTargetSelector
Returns delay (in milliseconds) between retries
getDenyRoles(Method) - Method in class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
Returns a list of roles to be denied for a given method.
getDepth() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getDepthProperties() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getDescribed() - Method in class org.apache.cxf.service.model.DescriptionInfo
 
getDescription() - Method in class org.apache.cxf.service.model.AbstractDescriptionElement
 
getDescription() - Method in class org.apache.cxf.service.model.BindingInfo
 
getDescription() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getDescription() - Method in class org.apache.cxf.service.model.InterfaceInfo
 
getDescription() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getDestination() - Method in interface org.apache.cxf.endpoint.Server
 
getDestination() - Method in class org.apache.cxf.endpoint.ServerImpl
 
getDestination() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getDestination() - Method in interface org.apache.cxf.message.Exchange
 
getDestination() - Method in class org.apache.cxf.message.ExchangeImpl
 
getDestination() - Method in interface org.apache.cxf.message.Message
 
getDestination() - Method in class org.apache.cxf.message.MessageImpl
 
getDestination(EndpointInfo) - Method in interface org.apache.cxf.transport.DestinationFactory
Create a destination.
getDestination(EndpointInfo) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getDestinationFactory() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getDestinationFactory(String) - Method in interface org.apache.cxf.transport.DestinationFactoryManager
Returns the DestinationFactory registered with the specified name, loading the appropriate plugin if necessary.
getDestinationFactory(String) - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
Returns the conduit initiator for the given namespace, constructing it (and storing in the cache for future reference) if necessary, using its list of factory classname to namespace mappings.
getDestinationFactoryForUri(String) - Method in interface org.apache.cxf.transport.DestinationFactoryManager
 
getDestinationFactoryForUri(String) - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
getDestinationForPath(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinationForPath(String, boolean) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinationForPath(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDestinationForPath(String, boolean) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDestinations() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinations() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDestinationsPaths() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getDestinationsPaths() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getDestinationUnreachableQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getDestinationUnreachableText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getDestroyMethod() - Method in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
getDetail() - Method in exception org.apache.cxf.interceptor.Fault
Returns the detail node.
getDHMap(Collection<Attachment>) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
getDirection() - Method in class org.apache.cxf.headers.Header
 
getDispatcherType() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.Certificates
Extracts the array of SubjectAlt DNS names from an X509Certificate.
getDocLocation() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Get the reference to the document (WADL, etc) describing the endpoint
getDocument() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
Get the document associated with this stream.
getDocument() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
getDocumentation() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getDocumentation() - Method in class org.apache.cxf.wsdl.TDocumented
Gets the value of the documentation property.
getDTDHandler() - Method in class org.apache.cxf.staxutils.StaxSource
 
getDuplicateMessageIDText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getEffectiveAuthPolicy(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
Determines effective auth policy from message, conduit and empty default with priority from first to last
getEffectiveClientFaultPolicy(EndpointInfo, BindingOperationInfo, BindingFaultInfo) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getEffectiveClientRequestPolicy(EndpointInfo, BindingOperationInfo, Conduit) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getEffectiveClientResponsePolicy(EndpointInfo, BindingOperationInfo) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getEffectiveMajorVersion() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getEffectiveMinorVersion() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getEffectivePolicy(ServiceInfo) - Method in interface org.apache.cxf.ws.policy.PolicyProvider
 
getEffectivePolicy(EndpointInfo) - Method in interface org.apache.cxf.ws.policy.PolicyProvider
 
getEffectivePolicy(BindingOperationInfo) - Method in interface org.apache.cxf.ws.policy.PolicyProvider
 
getEffectivePolicy(BindingMessageInfo) - Method in interface org.apache.cxf.ws.policy.PolicyProvider
 
getEffectivePolicy(BindingFaultInfo) - Method in interface org.apache.cxf.ws.policy.PolicyProvider
 
getEffectiveServerFaultPolicy(EndpointInfo, BindingOperationInfo, BindingFaultInfo, Destination) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getEffectiveServerRequestPolicy(EndpointInfo, BindingOperationInfo) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getEffectiveServerResponsePolicy(EndpointInfo, BindingOperationInfo, Destination, List<List<Assertion>>) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getEffectiveSessionTrackingModes() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getElement() - Method in class org.apache.cxf.service.model.SchemaInfo
Build and return a DOM tree for this schema.
getElement() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
getElement() - Method in class org.apache.cxf.staxutils.W3CNamespaceContext
 
getElement() - Method in class org.apache.cxf.wsdl.TPart
Gets the value of the element property.
getElementByQName(QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getElementByQName(QName) - Method in class org.apache.cxf.service.model.SchemaInfo
 
getElementCountThreshold() - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
getElementCountThreshold() - Method in class org.apache.cxf.staxutils.DocumentDepthProperties
 
getElementLocalName(Object) - Method in interface org.apache.cxf.jaxb.JAXBBeanInfo
 
getElementNamespaceURI(Object) - Method in interface org.apache.cxf.jaxb.JAXBBeanInfo
 
getElementQName(Element) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getElementQName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getElementQualifiedName(XmlSchemaElement, XmlSchema) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
By convention, an element that is named in its schema's TNS can have a 'name' but no QName.
getElementText() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getElementText() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getElementText() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getElementType(SchemaCollection, String, XmlSchemaElement, XmlSchemaType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
Follow a chain of references from element to element until we can obtain a type.
getElementType() - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
Returns the type of this extensibility element.
getEnableBuffering() - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Gets the value of the buffering mode
getEnabledCipherSuite() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the cipher suite employed in this HttpsURLConnection.
getEnableStreaming() - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Gets the value of the streaming mode
getEncoding() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getEncoding() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getEncoding(MediaType, String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getEncoding() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getEncoding() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getEndpoint() - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
 
getEndpoint() - Method in interface org.apache.cxf.endpoint.Client
 
getEndpoint() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getEndpoint() - Method in interface org.apache.cxf.endpoint.ConduitSelector
 
getEndpoint() - Method in class org.apache.cxf.endpoint.NullConduitSelector
 
getEndpoint() - Method in class org.apache.cxf.endpoint.PreexistingConduitSelector
 
getEndpoint() - Method in interface org.apache.cxf.endpoint.Server
 
getEndpoint() - Method in class org.apache.cxf.endpoint.ServerImpl
 
getEndpoint() - Method in interface org.apache.cxf.message.Exchange
 
getEndpoint() - Method in class org.apache.cxf.message.ExchangeImpl
 
getEndpoint(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getEndpoint() - Method in class org.apache.cxf.transport.ChainInitiationObserver
 
getEndpointAddress(Message) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getEndpointInfo() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getEndpointInfo() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getEndpointInfo(QName) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getEndpointInfo(QName) - Method in interface org.apache.cxf.service.Service
 
getEndpointInfo(QName) - Method in class org.apache.cxf.service.ServiceImpl
 
getEndpointInfo() - Method in class org.apache.cxf.transport.AbstractDestination
Return the ServiceModel endpoint description for this destination.
getEndpointInfo() - Method in interface org.apache.cxf.transport.DestinationWithEndpoint
Return the ServiceModel endpoint description for this destination.
getEndpointName() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getEndpointName() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getEndpointName() - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Gets the value of the endpointName property.
getEndpointReference(URL, QName, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create an endpoint reference for the provided wsdl, service and portname.
getEndpointReference(String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create an endpoint reference for the provided address.
getEndpointReference(AttributedURIType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getEndpointReference(String) - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
Create an endpoint reference for the provided address.
getEndpointReference(AttributedURIType) - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
 
getEndpointReferenceId(Map) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Obtain the id String from the endpoint reference of the current dispatch.
getEndpointReferenceWithId(QName, String, String, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Obtain a multiplexed endpoint reference for the deployed service that contains the provided id
getEndpoints(Exchange, boolean) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
Get the endpoints for this invocation.
getEndpoints() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getEndpoints() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getEndpoints() - Method in interface org.apache.cxf.service.Service
 
getEndpoints() - Method in class org.apache.cxf.service.ServiceImpl
 
getEndpoints() - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
getEndpointUnavailableQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getEndpointUnavailableText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getEngine() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
getEngine() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
Gets the value of the engine property.
getEntity() - Method in class org.apache.cxf.jaxrs.impl.ResponseImpl
 
getEntityResolver() - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
getEntityResolver() - Method in class org.apache.cxf.staxutils.StaxSource
 
getError() - Method in class org.apache.cxf.common.commands.ResultBufferedCommand
 
getErrorHandler() - Method in class org.apache.cxf.staxutils.StaxSource
 
getErrorMessage() - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
getErrorMessage() - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
getEvents() - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
getEventType() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getEventType() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getEventType() - Method in class org.apache.cxf.staxutils.FragmentStreamReader
 
getEventType() - Method in class org.apache.cxf.staxutils.PartialXMLStreamReader
 
getException() - Method in class org.apache.cxf.endpoint.ClientCallback
 
getException(Exchange) - Method in class org.apache.cxf.endpoint.ClientImpl
 
getExceptionMapper(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.ProvidersImpl
 
getExceptionMapper(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProviders
 
getExchange() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getExchange() - Method in interface org.apache.cxf.message.Message
 
getExchange() - Method in class org.apache.cxf.message.MessageImpl
 
getExclude() - Method in class org.apache.cxf.configuration.security.FiltersType
Gets the value of the exclude property.
getExecutor() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getExecutor() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getExecutor() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
getExecutor() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getExecutor() - Method in interface org.apache.cxf.service.Service
 
getExecutor() - Method in class org.apache.cxf.service.ServiceImpl
 
getExecutor() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getExistingSchema(Message, UriInfo, String) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
getExistingWadl(Message, UriInfo, MediaType) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
getExpectedContentId() - Method in exception org.apache.cxf.jaxrs.utils.multipart.MultipartReadException
 
getExpectedContentType() - Method in exception org.apache.cxf.jaxrs.utils.multipart.MultipartReadException
 
getExpectedRoles(Method) - Method in class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
Returns a list of expected roles for a given method.
getExpectedRoles(Method) - Method in class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
getExtension(Class<T>) - Method in class org.apache.cxf.bus.CXFBusImpl
 
getExtension(String, Class<T>) - Method in interface org.apache.cxf.bus.extension.ExtensionManager
 
getExtension(String, Class<T>) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
getExtension(Class<T>) - Method in interface org.apache.cxf.Bus
 
getExtensionAttribute(QName) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensionAttribute(QName) - Method in interface org.apache.cxf.service.model.Extensible
 
getExtensionAttributes() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensionAttributes() - Method in interface org.apache.cxf.service.model.Extensible
 
getExtensionRegistry() - Method in interface org.apache.cxf.wsdl.WSDLManager
Returns the ExtensionRegistry that the WSDLManager uses when reading WSDL files.
getExtensionRegistry() - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getExtensionsFromText(InputStream) - Method in class org.apache.cxf.bus.extension.ExtensionFragmentParser
Reads extension definitions from a Text file and instantiates them The text file has the following syntax classname:interfacename:deferred(true|false)
getExtensionsFromXML(InputStream) - Method in class org.apache.cxf.bus.extension.ExtensionFragmentParser
 
getExtensor(Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensor(Class<T>) - Method in interface org.apache.cxf.service.model.Extensible
 
getExtensors(Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensors() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensors(Class<T>) - Method in interface org.apache.cxf.service.model.Extensible
 
getExtenstionRegistry() - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getExtReg() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getFactoryAlgorithm() - Method in class org.apache.cxf.configuration.security.KeyManagersType
Gets the value of the factoryAlgorithm property.
getFactoryAlgorithm() - Method in class org.apache.cxf.configuration.security.TrustManagersType
Gets the value of the factoryAlgorithm property.
getFactoryClass() - Method in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
getFactoryClass() - Method in class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser
 
getFactoryCreateType(Element) - Method in class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
 
getFactoryCreateType(Element) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSClientFactoryBeanDefinitionParser
 
getFactoryIdSuffix() - Method in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
getFactoryIdSuffix() - Method in class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser
 
getFactorySuffix() - Method in class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
 
getFactorySuffix() - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSClientFactoryBeanDefinitionParser
 
getFailoverTarget(Exchange, FailoverTargetSelector.InvocationContext) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
Get the failover target endpoint, if a suitable one is available.
getFailoverTarget(Exchange, FailoverTargetSelector.InvocationContext) - Method in class org.apache.cxf.clustering.LoadDistributorTargetSelector
Get the failover target endpoint, if a suitable one is available.
getFault(QName) - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getFault(QName) - Method in class org.apache.cxf.service.model.OperationInfo
Returns the fault with the given name, if found.
getFault(QName) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getFault() - Method in class org.apache.cxf.wsdl.TBindingOperation
Gets the value of the fault property.
getFaultBean(Throwable, FaultInfo, Message) - Method in class org.apache.cxf.interceptor.FaultOutInterceptor
 
getFaultCode() - Method in exception org.apache.cxf.interceptor.Fault
 
getFaultForClass(BindingOperationInfo, Class) - Method in class org.apache.cxf.interceptor.FaultOutInterceptor
Find the correct Fault part for a particular exception.
getFaultInfo() - Method in class org.apache.cxf.service.model.BindingFaultInfo
 
getFaultInterceptors() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getFaultMode(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine the fault mode for the underlying (fault) message (for use on server side only).
getFaultName() - Method in class org.apache.cxf.service.model.FaultInfo
 
getFaultObserver() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
getFaultObserver() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getFaults() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getFaults() - Method in class org.apache.cxf.service.model.OperationInfo
Returns all faults for this operation.
getFaults() - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getFaultTo() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the FaultTo property.
getFaultToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getFaultVocabulary() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getFeature(String) - Method in class org.apache.cxf.staxutils.StaxSource
 
getFeatures() - Method in class org.apache.cxf.bus.CXFBusImpl
 
getFeatures() - Method in interface org.apache.cxf.Bus
 
getFeatures() - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
getFeatures() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getFeatures() - Method in class org.apache.cxf.interceptor.AnnotationInterceptors
 
getFile() - Method in class org.apache.cxf.configuration.security.CertStoreType
Gets the value of the file property.
getFile() - Method in class org.apache.cxf.configuration.security.KeyStoreType
Gets the value of the file property.
getFile() - Method in class org.apache.cxf.resource.URIResolver
 
getFiles(File, String) - Static method in class org.apache.cxf.helpers.FileUtils
 
getFiles(File, String, File) - Static method in class org.apache.cxf.helpers.FileUtils
 
getFilesRecurse(File, String) - Static method in class org.apache.cxf.helpers.FileUtils
 
getFilesRecurse(File, String, File) - Static method in class org.apache.cxf.helpers.FileUtils
 
getFilterRegistration(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getFilterRegistrations() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getFilters() - Method in class org.apache.cxf.common.classloader.FireWallClassLoader
Returns the list of filters used by this FireWallClassLoader.
getFirst(K) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
getFirstChild(Element) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getFirstChildWithName(Element, QName) - Static method in class org.apache.cxf.helpers.DOMUtils
Return the first element child with the specified qualified name.
getFirstChildWithName(Element, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Return the first element child with the specified qualified name.
getFirstElement(Node) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the first direct child with a given type
getFirstFound(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
getFirstNotEmpty(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
getFirstNotEmpty(List<String>) - Static method in class org.apache.cxf.common.util.StringUtils
 
getFlowThroughStream() - Method in class org.apache.cxf.io.CacheAndWriteOutputStream
 
getForce() - Method in class org.apache.cxf.feature.FastInfosetFeature
Retrieve the value set with #setForce(int).
getFormattedString(ResourceBundle, String, Object...) - Static method in class org.apache.cxf.common.i18n.BundleUtils
Encapsulates the logic to format a string based on the key in the resource bundle
getFound(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
getFrom() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the From property.
getFromQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getFullContent() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getFullHeader() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getGeneratedClassNames(JAXBUtils.JCodeModel) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
getGeneratedServiceClasses() - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
getGeneratedTypeClasses() - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
getHandlers() - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
getHandlers() - Method in class org.apache.cxf.common.logging.Log4jLogger
 
getHandlers() - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
getHandlers() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
getHandlers() - Method in interface org.apache.cxf.transports.http.QueryHandlerRegistry
Returns list of QueryHandlers
getHandlers() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the handlers property.
getHeader(String) - Method in class org.apache.cxf.attachment.AttachmentImpl
 
getHeader(Map<String, List<String>>, String) - Static method in class org.apache.cxf.helpers.HttpHeaderHelper
 
getHeader() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getHeader(String) - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getHeader(String) - Method in interface org.apache.cxf.message.Attachment
 
getHeader(String) - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getHeaderAsList(String) - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getHeaderKey(String) - Static method in class org.apache.cxf.helpers.HttpHeaderHelper
 
getHeaderNames() - Method in class org.apache.cxf.attachment.AttachmentImpl
 
getHeaderNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getHeaderNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getHeaderNames() - Method in interface org.apache.cxf.message.Attachment
 
getHeaderNames() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getHeaderProcessor(String) - Method in interface org.apache.cxf.headers.HeaderManager
 
getHeaderProcessor(String) - Method in class org.apache.cxf.headers.HeaderManagerImpl
 
getHeaders() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
Gets the copy of request headers
getHeaders() - Method in interface org.apache.cxf.jaxrs.client.Client
Gets the copy of request headers
getHeaders() - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Gets the initial headers
getHeaders() - Method in exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
getHeaders() - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getHeaders(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getHeaders(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getHeaders(String) - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getHighWaterMark() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getHighWaterMark() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getHost() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Returns the host for which this server engine was configured.
getHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the host property.
getHost() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the host property.
getHttpConduit() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Gets the HTTP conduit responsible for a transport-level communication with the remote service.
getHTTPConnectorFactory() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method creates a connector factory.
getHttpDateFormat() - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getHttpHeaders() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getHttpHeaders() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getHttpHeaders() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getHttpMethod() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getHttpMethod() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getHttpMethodValue(Method) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getHttpRequestMethod() - Method in class org.apache.cxf.transport.http.HttpURLConnectionInfo
This method returns the request method on the represented HttpURLConnection.
getHTTPSConnectorFactory(TLSServerParameters) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method creates a connector factory enabled with the JSSE
getHttpServletRequest() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getHttpServletRequest() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getHttpServletRequest() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getHttpServletResponse() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getHttpServletResponse() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getHttpServletResponse() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getIcon(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractFeedBuilder
 
getId() - Method in class org.apache.cxf.attachment.AttachmentImpl
 
getId() - Method in class org.apache.cxf.bus.blueprint.BlueprintBus
 
getId() - Method in class org.apache.cxf.bus.CXFBusImpl
 
getId() - Method in interface org.apache.cxf.Bus
 
getId() - Method in class org.apache.cxf.bus.spring.SpringBus
 
getId(Element, ParserContext) - Method in class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
 
getId(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
 
getId() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getId() - Method in interface org.apache.cxf.message.Attachment
 
getId() - Method in interface org.apache.cxf.message.Message
 
getId() - Method in class org.apache.cxf.message.MessageImpl
 
getId() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getId() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns the ID of this interceptor.
getId(Map) - Method in class org.apache.cxf.transport.AbstractMultiplexDestination
Obtain id from reference parameters of the ws-a to address Requires the existance of ws-a interceptors on dispatch path to provide access to the ws-a headers
getId(Map) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getId(Map) - Method in interface org.apache.cxf.transport.MultiplexDestination
 
getId() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
Gets the value of the id property.
getId() - Method in class org.apache.cxf.transports.http_jetty.configuration.ParametersRefType
Gets the value of the id property.
getId() - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType
Gets the value of the id property.
getId() - Method in class org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
Gets the value of the id property.
getIdentifiedThreadingParameters() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
Gets the value of the identifiedThreadingParameters property.
getIdentifiedTLSServerParameters() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
Gets the value of the identifiedTLSServerParameters property.
getIdOrName(Element) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getIdOrName(Element) - Static method in class org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineFactoryParser
 
getImport() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the import property.
getImportedDefinitions() - Method in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
getImportInputSource(String, String) - Method in class org.apache.cxf.catalog.CatalogWSDLLocator
 
getImportInputSource(String, String) - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
getImportOrTypesOrMessage() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the importOrTypesOrMessage property.
getImports(Definition) - Static method in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
getInbuiltBackChannel(Message) - Method in class org.apache.cxf.transport.AbstractDestination
 
getInbuiltBackChannel(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getInclude() - Method in class org.apache.cxf.configuration.security.FiltersType
Gets the value of the include property.
getIndex() - Method in class org.apache.cxf.jaxrs.model.Parameter
 
getIndex() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getInFaultInterceptors() - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
getInFaultInterceptors() - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
getInFaultInterceptors() - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
getInFaultInterceptors() - Method in class org.apache.cxf.interceptor.AnnotationInterceptors
 
getInFaultInterceptors() - Method in interface org.apache.cxf.interceptor.InterceptorProvider
Returns the list of interceptors attached to the incoming fault interceptor chain of the object.
getInFaultInterceptors() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
 
getInFaultMessage() - Method in interface org.apache.cxf.message.Exchange
 
getInFaultMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
getInFaultObserver() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getInFaultObserver() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getInInterceptors() - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
getInInterceptors() - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
getInInterceptors() - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
getInInterceptors() - Method in class org.apache.cxf.interceptor.AnnotationInterceptors
 
getInInterceptors() - Method in interface org.apache.cxf.interceptor.InterceptorProvider
Returns the list of interceptors attached to the incoming interceptor chain of the object.
getInInterceptors() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
 
getInitParameter(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletConfig
 
getInitParameter(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getInitParameterNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletConfig
 
getInitParameterNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getInMemThreshold() - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
getInMessage() - Method in interface org.apache.cxf.message.Exchange
Returns the inbound message for the exchange.
getInMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
getInMessageParts(Operation) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getInnerElementCountThreshold() - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
getInnerElementCountThreshold() - Method in class org.apache.cxf.staxutils.DocumentDepthProperties
 
getInnerElementLevelThreshold() - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
getInnerElementLevelThreshold() - Method in class org.apache.cxf.staxutils.DocumentDepthProperties
 
getInPhases() - Method in interface org.apache.cxf.phase.PhaseManager
 
getInPhases() - Method in class org.apache.cxf.phase.PhaseManagerImpl
 
getInput() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getInput() - Method in class org.apache.cxf.service.model.OperationInfo
 
getInput() - Method in class org.apache.cxf.wsdl.TBindingOperation
Gets the value of the input property.
getInputName() - Method in class org.apache.cxf.service.model.OperationInfo
 
getInputSource() - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
getInputSource(String, String) - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
getInputSource() - Method in class org.apache.cxf.wsdl11.ResourceManagerWSDLLocator
 
getInputSource(String, String) - Method in class org.apache.cxf.wsdl11.ResourceManagerWSDLLocator
 
getInputStream() - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
getInputStream() - Method in class org.apache.cxf.attachment.ByteDataSource
 
getInputStream() - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
getInputStream() - Method in class org.apache.cxf.attachment.LazyDataSource
 
getInputStream(Document) - Static method in class org.apache.cxf.helpers.XMLUtils
 
getInputStream() - Method in class org.apache.cxf.io.CachedOutputStream
 
getInputStream() - Method in class org.apache.cxf.io.DelegatingInputStream
 
getInputStream() - Method in class org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource
 
getInputStream() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getInputStream(Class<Object>, Type, InputStream) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
getInputStream() - Method in class org.apache.cxf.resource.URIResolver
 
getInstance(Message) - Method in class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
getInstance(Message) - Method in class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
Returns the resource instance which will handle the current request
getInstance(Message) - Method in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
Returns the resource instance which will handle the current request
getInstance(Message) - Method in class org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider
Returns the resource instance which will handle the current request
getInstance() - Static method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getInstance(Message) - Static method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getInstance(Message) - Method in class org.apache.cxf.jaxrs.spring.SpringResourceFactory
Returns the resource instance which will handle the current request
getInstance() - Static method in class org.apache.cxf.workqueue.OneShotAsyncExecutor
 
getInstance() - Static method in class org.apache.cxf.workqueue.SynchronousExecutor
 
getInstanceClass() - Method in class org.apache.cxf.jaxrs.model.SubresourceKey
 
getInTemplates(MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
getInterceptorChain() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getInterceptorChain() - Method in interface org.apache.cxf.message.Message
Returns a live copy of the messages interceptor chain.
getInterceptorChain() - Method in class org.apache.cxf.message.MessageImpl
 
getInterceptorProvider() - Method in interface org.apache.cxf.headers.HeaderProcessor
 
getInterceptors() - Method in interface org.apache.cxf.ws.policy.EffectivePolicy
 
getInterceptors() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getInterceptors(Collection<? extends Assertion>, boolean, boolean) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry
 
getInterface() - Method in class org.apache.cxf.service.model.BindingInfo
 
getInterface() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getInterface() - Method in class org.apache.cxf.service.model.OperationInfo
 
getInterface() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getInterfaceName() - Method in class org.apache.cxf.bus.extension.Extension
 
getInterfaceName(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getIntHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getInvalidMapQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getInvalidMapText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getInvocationHandler() - Method in class org.apache.cxf.jaxrs.client.ClientProxyImpl
 
getInvocationHandler() - Method in interface org.apache.cxf.jaxrs.client.InvocationHandlerAware
 
getInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
getInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getInvoker() - Method in interface org.apache.cxf.service.Service
 
getInvoker() - Method in class org.apache.cxf.service.ServiceImpl
 
getIsReferenceParameterQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getIssuerConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a List of Strings that corresponds to the issuer regular expression constraints from a JAXB CertificateConstraintsType
getIssuerConstraintsCombinator(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
getIssuerDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Gets the value of the issuerDNConstraints property.
getIterator() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
getIterator() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getJarContents(URL) - Method in class org.apache.cxf.common.util.JarResource
 
getJarContents(InputStream) - Method in class org.apache.cxf.common.util.JarResource
 
getJarContents(String) - Method in class org.apache.cxf.common.util.JarResource
 
getJarContents(File) - Method in class org.apache.cxf.common.util.JarResource
 
getJavaCommand() - Static method in class org.apache.cxf.common.commands.JavaHelper
Get the command to launch a JVM.
getJavaType(QName) - Method in interface org.apache.cxf.jaxb.JAXBUtils.S2JJAXBModel
 
getJAXBContext(Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getJaxbObject(Element, Class<?>) - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyHTTPServerEngineFactoryHolder
 
getJaxbPackage() - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
getJaxbQName(Class<?>, Type, Object, boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getJspConfigDescriptor() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getJsseProvider() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Return the JSSE provider.
getJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the jsseProvider property.
getJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the jsseProvider property.
getKeepAliveParameters() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the keepAliveParameters property.
getKeyManagers(KeyManagersType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts the JAXB KeyManagersType into a list of JSSE KeyManagers.
getKeyManagers() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Returns the key managers for the endpoint.
getKeyManagers() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the keyManagers property.
getKeyManagers() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the keyManagers property.
getKeyManagersWithCertAlias(TLSClientParameters, KeyManager[]) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
getKeyManagersWithCertAlias() - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
getKeyPassword() - Method in class org.apache.cxf.configuration.security.KeyManagersType
Gets the value of the keyPassword property.
getKeyPassword(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeySet() - Method in class org.apache.cxf.jaxrs.ext.search.SearchBean
 
getKeyStore(KeyStoreType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts a JAXB generated KeyStoreType into a KeyStore.
getKeyStore(CertStoreType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts a JAXB generated CertStoreType into a KeyStore.
getKeyStore() - Method in class org.apache.cxf.configuration.security.KeyManagersType
Gets the value of the keyStore property.
getKeyStore() - Method in class org.apache.cxf.configuration.security.TrustManagersType
Gets the value of the keyStore property.
getKeystore(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreAlgorithm(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeyStoreManagers(String, String, String, String, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystorePassword(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreProvider(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreType(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeystoreType(String, Logger, String) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKnownElements() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getKnownElements() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
getL7dLogger(Class<?>) - Static method in class org.apache.cxf.common.logging.LogUtils
Get a Logger with the associated default resource bundle for the class.
getL7dLogger(Class<?>, String) - Static method in class org.apache.cxf.common.logging.LogUtils
Get a Logger with an associated resource bundle.
getL7dLogger(Class<?>, String, String) - Static method in class org.apache.cxf.common.logging.LogUtils
Get a Logger with an associated resource bundle.
getLanguage() - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getLanguage() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getLargestPoolSize() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getLargestPoolSize() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getLatestImportURI() - Method in class org.apache.cxf.catalog.CatalogWSDLLocator
 
getLatestImportURI() - Method in class org.apache.cxf.resource.ExtendedURIResolver
 
getLatestImportURI() - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
getLevel() - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
getLevel() - Method in class org.apache.cxf.common.logging.Log4jLogger
 
getLevel() - Method in class org.apache.cxf.common.logging.Slf4jLogger
 
getLimit() - Method in class org.apache.cxf.feature.LoggingFeature
Retrieve the value set with LoggingFeature.setLimit(int).
getLimit() - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
getLink(String) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find an attribute or text node representing an absolute or relative link and convert it to URI
getLink(String, Map<String, String>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find an attribute or text node representing an absolute or relative link and convert it to URI
getLinks(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
Returns a map of link URI to link relations type pairs See Atom Link Relations.
getLinks(String, Map<String, String>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find attributes or text nodes representing absolute or relative links and convert them to URIs
getList() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.CollectionWrapper
 
getListeners() - Method in class org.apache.cxf.service.factory.FactoryBeanListenerManager
 
getLiteralChars() - Method in class org.apache.cxf.jaxrs.model.URITemplate
 
getLoadedAttachments() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
getLoadedObject() - Method in class org.apache.cxf.bus.extension.Extension
 
getLocalAddr() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getLocalAddr() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the certificates that were used to authenticate to the peer.
getLocale() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getLocale() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getLocale() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocales() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getLocales() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalName() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getLocalName() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.JAXBCollectionWrapperReader
 
getLocalName() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getLocalName() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getLocalName() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getLocalName() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalPort() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getLocalPort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getLocalPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the Princpal that authenticated to the peer.
getLocation() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getLocation() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getLocation() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getLocation() - Method in class org.apache.cxf.wsdl.http.AddressType
Gets the value of the location property.
getLocation() - Method in class org.apache.cxf.wsdl.http.OperationType
Gets the value of the location property.
getLocation() - Method in class org.apache.cxf.wsdl.TImport
Gets the value of the location property.
getLogger() - Method in class org.apache.cxf.clustering.FailoverTargetSelector
 
getLogger() - Method in class org.apache.cxf.clustering.LoadDistributorTargetSelector
 
getLogger(Class<?>) - Static method in class org.apache.cxf.common.logging.LogUtils
Get a Logger with the associated default resource bundle for the class.
getLogger(Class<?>, String) - Static method in class org.apache.cxf.common.logging.LogUtils
Get a Logger with an associated resource bundle.
getLogger(Class<?>, String, String) - Static method in class org.apache.cxf.common.logging.LogUtils
Get a Logger with an associated resource bundle.
getLogger() - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
 
getLogger() - Method in class org.apache.cxf.endpoint.DeferredConduitSelector
 
getLogger() - Method in class org.apache.cxf.endpoint.UpfrontConduitSelector
 
getLogger() - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
getLogger() - Method in class org.apache.cxf.interceptor.LoggingInInterceptor
 
getLogger() - Method in class org.apache.cxf.interceptor.LoggingOutInterceptor
 
getLogger() - Method in class org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit
 
getLogger() - Method in class org.apache.cxf.transport.AbstractObservable
 
getLogger() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the registered Logger for this conduit.
getLogger() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
getLogger() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getLogicalName() - Method in class org.apache.cxf.transport.http.MessageTrustDecider
This method returns the logical name of this trust decider.
getLogo(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractFeedBuilder
 
getLowWaterMark() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getLowWaterMark() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getMajorVersion() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getManagedClasses() - Method in class org.apache.cxf.bus.blueprint.CXFCoreNamespaceHandler
 
getManagedClasses() - Method in class org.apache.cxf.clustering.blueprint.ClusteringBPNamespaceHandler
 
getManagedClasses() - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler
 
getManagedClasses() - Method in class org.apache.cxf.transport.http.blueprint.HttpBPHandler
 
getManagedClasses() - Method in class org.apache.cxf.transport.http_jetty.blueprint.HTTPJettyTransportNamespaceHandler
 
getMapRequiredQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMapRequiredText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMatchedResources() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getMatchedResources() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getMatchedURIs() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getMatchedURIs(boolean) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getMatchedURIs() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getMatchedURIs(boolean) - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getMatrixParameters() - Method in class org.apache.cxf.jaxrs.impl.PathSegmentImpl
 
getMatrixParams(String, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getMaxAge() - Method in class org.apache.cxf.transport.http.Cookie
Get the max-age of this cookie
getMaxIdleTime() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
getMaxIdleTime() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the maxIdleTime property.
getMaxNumberOfRetries() - Method in class org.apache.cxf.clustering.RetryStrategy
 
getMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the maxRetransmits property.
getMaxSize() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
Gets the maximum size (capacity) of the backing queue.
getMaxThreads() - Method in class org.apache.cxf.transport.http_jetty.ThreadingParameters
 
getMaxThreads() - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
Gets the value of the maxThreads property.
getMBeanContainer() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
getMBeanServer() - Method in interface org.apache.cxf.management.InstrumentationManager
Get the MBeanServer which hosts managed components NOTE: if the configuration is not set the JMXEnabled to be true, this method will return null
getMediaType() - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getMediaType() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getMediaType() - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
getMediaType() - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPreStreamInterceptor
 
getMediaTypeQualityFactor(String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getMediaTypes(String[]) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getMessage() - Method in exception org.apache.cxf.common.i18n.Exception
 
getMessage() - Method in exception org.apache.cxf.common.i18n.UncheckedException
 
getMessage() - Method in class org.apache.cxf.continuations.ContinuationInfo
 
getMessage() - Method in exception org.apache.cxf.interceptor.Fault
 
getMessage() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getMessage() - Method in exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
getMessage() - Method in exception org.apache.cxf.jaxrs.utils.multipart.MultipartReadException
 
getMessage() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getMessage(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getMessage() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
getMessage() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the message property.
getMessage() - Method in class org.apache.cxf.wsdl.TFault
Gets the value of the message property.
getMessage() - Method in class org.apache.cxf.wsdl.TParam
Gets the value of the message property.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.impl.ProvidersImpl
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProviders
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.impl.ProvidersImpl
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProviders
 
getMessageContext() - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
returns MessageContext
getMessageDocumentation() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessageID() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the MessageID property.
getMessageIDQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMessageInfo(Message, BindingOperationInfo) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getMessageInfo(Message, BindingOperationInfo, boolean) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getMessageInfo() - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
getMessageInfo() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getMessageObserver() - Method in class org.apache.cxf.endpoint.ServerImpl
 
getMessageObserver() - Method in class org.apache.cxf.transport.AbstractObservable
 
getMessageObserver() - Method in interface org.apache.cxf.transport.Destination
 
getMessageObserver() - Method in interface org.apache.cxf.transport.Observable
Retrieves the message observer for incoming messages
getMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns the message part with the given name, if found.
getMessagePart(int) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns the n'th message part.
getMessagePartByIndex(int) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessagePartIndex(MessagePartInfo) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessagePartQName(String) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessageParts() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns all message parts for this message.
getMessageParts() - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
getMessagePartsMap() - Method in class org.apache.cxf.service.model.MessageInfo
 
getMessages() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getMetadata() - Method in class org.apache.cxf.jaxrs.impl.ResponseImpl
 
getMetadata() - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Gets the value of the metadata property.
getMetadataQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMethod(BindingOperationInfo) - Method in interface org.apache.cxf.frontend.MethodDispatcher
 
getMethod() - Method in class org.apache.cxf.jaxrs.impl.RequestImpl
 
getMethod() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getMethod() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalRequest
 
getMethod(OperationResourceInfo) - Method in class org.apache.cxf.jaxrs.model.MethodDispatcher
 
getMethod() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getMethodAnnotation(Method, Class<A>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getMethodDispatcher() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getMethodInfo() - Method in class org.apache.cxf.jaxrs.model.MethodInvocationInfo
 
getMethodName(Method) - Static method in class org.apache.cxf.helpers.ServiceUtils
 
getMethods - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getMethodSignature(Method) - Static method in class org.apache.cxf.common.util.ASMHelper
 
getMethodToInvoke() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getMimeType(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getMinorVersion() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getMinThreads() - Method in class org.apache.cxf.transport.http_jetty.ThreadingParameters
 
getMinThreads() - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
Gets the value of the minThreads property.
getModCount() - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
getMostSpecificMethod(Method, Class<?>) - Static method in class org.apache.cxf.service.invoker.AbstractInvoker
Given a method, which may come from an interface, and a targetClass used in the current AOP invocation, find the most specific method if there is one.
getMtomThreshold() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getMtomThreshold() - Method in interface org.apache.cxf.databinding.DataBinding
 
getMultipart(Class<Object>, Multipart, MediaType, List<Attachment>) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getMultipartBody(MessageContext) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getMultipartBody(MessageContext, String, String, String) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
getMultipartType() - Method in class org.apache.cxf.interceptor.AttachmentOutInterceptor
 
getMultipartType() - Method in class org.apache.cxf.jaxrs.interceptor.AttachmentOutputInterceptor
 
getName() - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
getName() - Method in class org.apache.cxf.attachment.ByteDataSource
 
getName() - Method in class org.apache.cxf.attachment.LazyDataSource
 
getName() - Method in class org.apache.cxf.bus.extension.Extension
 
getName() - Method in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
getName() - Method in class org.apache.cxf.common.security.SimplePrincipal
 
getName() - Method in class org.apache.cxf.common.security.UsernameToken
 
getName() - Method in class org.apache.cxf.headers.Header
 
getName() - Method in class org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource
 
getName() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getName() - Method in class org.apache.cxf.jaxrs.model.Parameter
 
getName() - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
getName() - Method in class org.apache.cxf.jaxrs.model.UserResource
 
getName() - Method in class org.apache.cxf.phase.Phase
 
getName() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getName() - Method in class org.apache.cxf.service.model.BindingInfo
 
getName() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getName() - Method in class org.apache.cxf.service.model.DescriptionInfo
 
getName() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getName() - Method in class org.apache.cxf.service.model.InterfaceInfo
 
getName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getName() - Method in interface org.apache.cxf.service.model.NamedItem
 
getName() - Method in class org.apache.cxf.service.model.OperationInfo
Returns the name of the Operation.
getName() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getName() - Method in interface org.apache.cxf.service.Service
 
getName() - Method in class org.apache.cxf.service.ServiceImpl
 
getName() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getName() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getName() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getName() - Method in class org.apache.cxf.transport.http.Cookie
Get the name of this cookie
getName() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
getName() - Static method in class org.apache.cxf.version.Version
 
getName() - Method in interface org.apache.cxf.workqueue.AutomaticWorkQueue
Get's the name of the workqueue
getName() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getName() - Method in class org.apache.cxf.wsdl.TBinding
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TBindingOperation
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TBindingOperationFault
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TBindingOperationMessage
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TFault
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TMessage
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TOperation
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TParam
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TPart
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TPort
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TPortType
Gets the value of the name property.
getName() - Method in class org.apache.cxf.wsdl.TService
Gets the value of the name property.
getNamedDispatcher(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getNamedWorkQueue(String) - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Get the named work queue.
getNamedWorkQueue(String) - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
getNamespace(String) - Static method in class org.apache.cxf.common.util.PackageUtils
 
getNamespace() - Method in interface org.apache.cxf.headers.HeaderProcessor
 
getNamespace(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Starting from a node, find the namespace declaration for a prefix.
getNamespace(Map<String, String>, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
getNamespace() - Method in class org.apache.cxf.wsdl.TImport
Gets the value of the namespace property.
getNamespaceContext() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getNamespaceContext() - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
getNamespaceContext() - Method in class org.apache.cxf.test.AbstractCXFTest
 
getNamespaceContext() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getNamespaceCount() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespaceCount() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespaceMap() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getNamespacePrefix(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getNamespacePrefix(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespaces() - Method in class org.apache.cxf.bus.extension.Extension
 
getNamespaces() - Method in class org.apache.cxf.test.AbstractCXFTest
 
getNamespaces() - Method in class org.apache.cxf.test.TestUtilities
retrieve the entire namespace map.
getNamespaces() - Method in class org.apache.cxf.ws.addressing.NSManager
 
getNamespaceURI(String) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
getNamespaceURI() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.JAXBCollectionWrapperReader
 
getNamespaceURI() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getNamespaceURI(String) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getNamespaceURI() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespaceURI(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespaceURI(String) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespaceURI(int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getNamespaceURI() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getNamespaceURI(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespaceURI(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespaceURI() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespaceURI(String) - Method in class org.apache.cxf.staxutils.W3CNamespaceContext
 
getNamespaceURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getNamespaceURI() - Method in interface org.apache.cxf.ws.addressing.AddressingType
 
getNegativeFilters() - Method in class org.apache.cxf.common.classloader.FireWallClassLoader
Returns the list of negative filters used by this FireWallClassLoader.
getNext(Node) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the next sibling with the same name and type
getNext(Node, String, int) - Static method in class org.apache.cxf.helpers.DOMUtils
Return the next sibling with a given name and type
getNextAlternate(List<T>) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
Get next alternate endpoint.
getNextAlternate(List<T>) - Method in class org.apache.cxf.clustering.RandomStrategy
Get next alternate endpoint.
getNextAlternate(List<T>) - Method in class org.apache.cxf.clustering.RetryStrategy
 
getNextAlternate(List<T>) - Method in class org.apache.cxf.clustering.SequentialStrategy
Get next alternate endpoint.
getNextElement(Element) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getNode(String, Class<T>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the matching XML node and convert it into an instance of the provided class.
getNode(String, Map<String, String>, Class<T>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the matching XML node and convert it into an instance of the provided class.
getNodeDataReader(Message) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getNodes(String, Class<T>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the list of matching XML nodes and convert them into an array of instances of the provided class.
getNodes(String, Map<String, String>, Class<T>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the list of matching XML nodes and convert them into an array of instances of the provided class.
getNonce() - Method in class org.apache.cxf.common.security.UsernameToken
 
getNoneURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getNonProxyHosts() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the nonProxyHosts property.
getObject() - Method in class org.apache.cxf.bus.spring.OldSpringSupport
 
getObject() - Method in interface org.apache.cxf.continuations.Continuation
Get arbitrary object associated with the continuation for context
getObject() - Method in class org.apache.cxf.headers.Header
 
getObject() - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getObject(Class<T>) - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
getObject() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
getObject() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
getObjectAnnotated(XmlSchemaObject, QName) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
If the object is an attribute or an anyAttribute, return the 'Annotated'.
getObjectName() - Method in class org.apache.cxf.bus.ManagedBus
 
getObjectName() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
getObjectName() - Method in interface org.apache.cxf.management.ManagedComponent
 
getObjectName() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getObjectName() - Method in class org.apache.cxf.workqueue.WorkQueueManagerImplMBeanWrapper
 
getObjectParticle(XmlSchemaObject, QName) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
If the object is an element or an any, return the particle.
getObjectType() - Method in class org.apache.cxf.bus.spring.OldSpringSupport
 
getOperation() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns the operation of this container.
getOperation(QName) - Method in class org.apache.cxf.service.model.BindingInfo
Returns the operation info with the given name, if found.
getOperation(OperationInfo) - Method in class org.apache.cxf.service.model.BindingInfo
 
getOperation(QName) - Method in class org.apache.cxf.service.model.InterfaceInfo
Returns the operation info with the given name, if found.
getOperation(Exchange, String) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getOperation(Exchange, QName) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getOperation() - Method in class org.apache.cxf.wsdl.TBinding
Gets the value of the operation property.
getOperation() - Method in class org.apache.cxf.wsdl.TPortType
Gets the value of the operation property.
getOperationForWrapperElement(Exchange, QName, boolean) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getOperationInfo() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getOperationInputPartNames(OperationInfo) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getOperationName(Message) - Method in class org.apache.cxf.interceptor.URIMappingInterceptor
 
getOperationResourceInfo(Method) - Method in class org.apache.cxf.jaxrs.model.MethodDispatcher
 
getOperationResourceInfos() - Method in class org.apache.cxf.jaxrs.model.MethodDispatcher
 
getOperations() - Method in class org.apache.cxf.jaxrs.model.UserResource
 
getOperations() - Method in class org.apache.cxf.service.model.BindingInfo
Returns all operations for this service.
getOperations() - Method in class org.apache.cxf.service.model.InterfaceInfo
Returns all operations for this service.
getOperationsAsMap() - Method in class org.apache.cxf.jaxrs.model.UserResource
 
getOption(Map<String, Object>, String) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOption(Map<String, Object>, String, Class<T>) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOption(Map<String, Object>, Class<T>) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOption(Map<String, Object>, String, String) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOptionality(Element) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getOptions() - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
getOrCreateDetail() - Method in exception org.apache.cxf.interceptor.Fault
Returns the detail node.
getOrder() - Method in class org.apache.cxf.bus.spring.BusExtensionPostProcessor
 
getOrder() - Method in class org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
 
getOrderedParts(List<String>) - Method in class org.apache.cxf.service.model.MessageInfo
 
getOriginalAddress(Message) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getOriginalPath() - Method in class org.apache.cxf.jaxrs.impl.PathSegmentImpl
 
getOSGiServices(Class<T>) - Method in class org.apache.cxf.bus.spring.SpringBeanLocator
 
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.AttributedAnyType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.AttributedQNameType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.AttributedUnsignedLongType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.AttributedURIType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.MetadataType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.ReferenceParametersType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.RelatesToType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200403.AttributedQName
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200403.AttributedURI
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200403.Relationship
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200408.AttributedQName
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200408.AttributedURI
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200408.Relationship
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.wsdl.Anonymous
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.wsdl.AttributedQNameType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.ws.addressing.wsdl.UsingAddressing
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.cxf.wsdl.TExtensibleDocumented
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOut() - Method in class org.apache.cxf.io.CachedOutputStream
 
getOutFaultInterceptors() - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
getOutFaultInterceptors() - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
getOutFaultInterceptors() - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
getOutFaultInterceptors() - Method in class org.apache.cxf.interceptor.AnnotationInterceptors
 
getOutFaultInterceptors() - Method in interface org.apache.cxf.interceptor.InterceptorProvider
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.
getOutFaultInterceptors() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
 
getOutFaultMessage() - Method in interface org.apache.cxf.message.Exchange
 
getOutFaultMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
getOutFaultObserver() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getOutFaultObserver() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getOutInterceptorChain(Exchange) - Static method in class org.apache.cxf.interceptor.OutgoingChainInterceptor
 
getOutInterceptors() - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
getOutInterceptors() - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
getOutInterceptors() - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
getOutInterceptors() - Method in class org.apache.cxf.interceptor.AnnotationInterceptors
 
getOutInterceptors() - Method in interface org.apache.cxf.interceptor.InterceptorProvider
Returns the list of interceptors attached to the outgoing interceptor chain of the object.
getOutInterceptors() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
 
getOutMessage() - Method in interface org.apache.cxf.message.Exchange
Returns the outbound message for the exchange.
getOutMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
getOutMessageParts(Operation) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getOutOfBandParts() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getOutPhases() - Method in interface org.apache.cxf.phase.PhaseManager
 
getOutPhases() - Method in class org.apache.cxf.phase.PhaseManagerImpl
 
getOutput() - Method in class org.apache.cxf.common.commands.ResultBufferedCommand
 
getOutput() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getOutput() - Method in class org.apache.cxf.service.model.OperationInfo
 
getOutput() - Method in class org.apache.cxf.wsdl.TBindingOperation
Gets the value of the output property.
getOutputFile() - Method in interface org.apache.cxf.service.ServiceBuilder
 
getOutputName() - Method in class org.apache.cxf.service.model.OperationInfo
 
getOutputStream() - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
getOutputStream() - Method in class org.apache.cxf.attachment.ByteDataSource
 
getOutputStream() - Method in class org.apache.cxf.attachment.LazyDataSource
 
getOutputStream() - Method in class org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource
 
getOutputStream() - Method in class org.apache.cxf.jaxrs.impl.HttpServletResponseFilter
 
getOutputStream() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getOutTemplates(MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
getOwnerType() - Method in class org.apache.cxf.jaxrs.utils.ParameterizedCollectionType
 
getPackageContext(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getPackageName(Class<?>) - Static method in class org.apache.cxf.common.util.PackageUtils
 
getPackageName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getPackageNameByNameSpaceURI(String) - Static method in class org.apache.cxf.common.util.PackageUtils
 
getPackageNamespace(Class<?>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
getPackagesFromJar(File) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
getPaddingEnd() - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPostStreamInterceptor
 
getPaddingEnd() - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPreStreamInterceptor
 
getParamClass(JAXBUtils.SchemaCompiler, String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
getParameter(String) - Method in class org.apache.cxf.jaxrs.ext.multipart.ContentDisposition
 
getParameter(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getParameter(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
getParameter(int, Annotation[], Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getParameterFailureStatus(ParameterType) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getParameterFields() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getParameterMap() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getParameterMap() - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
getParameterMethods() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getParameterNames(Constructor) - Method in class org.apache.cxf.common.util.ParamReader
return the names of the declared parameters for the given constructor.
getParameterNames(Method) - Method in class org.apache.cxf.common.util.ParamReader
return the names of the declared parameters for the given method.
getParameterNames(Member, Class[]) - Method in class org.apache.cxf.common.util.ParamReader
 
getParameterNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getParameterNamesFromDebugInfo(Method) - Static method in class org.apache.cxf.common.util.ParamReader
Retrieve a list of function parameter names from a method Returns null if unable to read parameter names (i.e.
getParameterOrder() - Method in class org.apache.cxf.wsdl.TOperation
Gets the value of the parameterOrder property.
getParameterOrdering() - Method in class org.apache.cxf.service.model.OperationInfo
 
getParameters() - Method in class org.apache.cxf.common.i18n.Message
 
getParameters(Message, BindingOperationInfo) - Method in class org.apache.cxf.interceptor.URIMappingInterceptor
 
getParameters() - Method in class org.apache.cxf.jaxrs.ext.multipart.ContentDisposition
 
getParameters() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getParameters() - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
getParameters(Method) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getParametersFromBeanClass(Class<?>, ParameterType, boolean) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getParameterValues(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getParams() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
getParent() - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
getParsedElement() - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyHTTPServerEngineFactoryHolder
 
getParser() - Static method in class org.apache.cxf.helpers.XMLUtils
 
getPart(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getPart() - Method in class org.apache.cxf.wsdl.TMessage
Gets the value of the part property.
getPartObject(int, Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getParts(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
getParts(Operation, boolean) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getParts() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getPassword() - Method in class org.apache.cxf.common.security.UsernameToken
 
getPassword() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the password property.
getPassword() - Method in class org.apache.cxf.configuration.security.KeyStoreType
Gets the value of the password property.
getPassword() - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Gets the password
getPasswordAuthentication() - Method in class org.apache.cxf.transport.http.CXFAuthenticator
 
getPasswordType() - Method in class org.apache.cxf.common.security.UsernameToken
 
getPath() - Method in class org.apache.cxf.jaxrs.impl.PathSegmentImpl
 
getPath() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPath(boolean) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPath() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPath(boolean) - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPath() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getPath() - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
getPath() - Method in class org.apache.cxf.jaxrs.model.UserResource
 
getPath() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getPath() - Method in class org.apache.cxf.transport.http.Cookie
Get the path of this cookie
getPathInfo() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getPathInfo() - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
getPathInfo() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getPathParameters() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPathParameters(boolean) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPathParameters() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPathParameters(boolean) - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPathSegments() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPathSegments(boolean) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPathSegments() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPathSegments(boolean) - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPathSegments(String, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getPathSegments(String, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getPathToMatch(Message, boolean) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getPathToMatch(String, String, boolean) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getPathTranslated() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getPathTranslated() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getPatternValue() - Method in class org.apache.cxf.jaxrs.model.URITemplate
 
getPayload() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getPeerCertificates() - Method in class org.apache.cxf.security.transport.TLSSessionInfo
 
getPeerPrincipal() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the Principal that represents the authenticated peer.
getPersistentBusId() - Method in interface org.apache.cxf.management.InstrumentationManager
 
getPhase() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getPhase() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns the phase in which this interceptor is excecuted.
getPhases() - Method in class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
 
getPhases() - Method in class org.apache.cxf.interceptor.ClientOutFaultObserver
 
getPhases() - Method in class org.apache.cxf.interceptor.InFaultChainInitiatorObserver
 
getPhases() - Method in class org.apache.cxf.interceptor.OutFaultChainInitiatorObserver
 
getPIData() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getPIData() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getPITarget() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getPITarget() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getPolicy() - Method in interface org.apache.cxf.ws.policy.EffectivePolicy
 
getPolicy() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getPolicy(Object) - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Creates a Policy object from an DOM element.
getPolicy(InputStream) - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Creates a Policy object from an InputStream.
getPolicyReference(Object) - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Creates a PolicyReference object from a DOM element.
getPolicyRegistry() - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Return the PolicyRegistry associated with the builder
getPoolSize() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getPoolSize() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getPort() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Returns the port number for which this server engine was configured.
getPort() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the port property.
getPort(WSDLManager, EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the WSDL port for the provided endpoint reference.
getPort() - Method in class org.apache.cxf.wsdl.TService
Gets the value of the port property.
getPortName() - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Gets the value of the portName property.
getPortName() - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Gets the value of the portName property.
getPortName(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the port name of the provided endpoint reference.
getPortQName(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getPortType() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets the value of the portType property.
getPortType() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the portType property.
getPortType() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the portType property.
getPortTypes(Definition) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getPreferredPrefix(String, String, boolean) - Method in class org.apache.cxf.jaxb.NamespaceMapper
 
getPreferredSource() - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
getPrefix(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getPrefix(String) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
getPrefix() - Method in class org.apache.cxf.helpers.NSDecl
 
getPrefix(String) - Method in class org.apache.cxf.helpers.NSStack
Return the prefix associated with the given namespace name by looking thru all the namespace declarations that are in scope.
getPrefix(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
getPrefix(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
getPrefix(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
getPrefix() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getPrefix() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getPrefix() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getPrefix(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
getPrefix(String) - Method in class org.apache.cxf.staxutils.W3CNamespaceContext
 
getPrefix(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getPrefixes(Element, String, List<String>) - Static method in class org.apache.cxf.helpers.DOMUtils
Get all prefixes defined on this element for the specified namespace.
getPrefixes(String) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
getPrefixes(String) - Method in class org.apache.cxf.staxutils.W3CNamespaceContext
 
getPrefixesRecursive(Element, String, List<String>) - Static method in class org.apache.cxf.helpers.DOMUtils
Get all prefixes defined, up to the root, for a namespace URI.
getPrefixFromNS(String) - Method in class org.apache.cxf.ws.addressing.NSManager
 
getPrefixRecursive(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getPrincipal(Principal, Subject) - Method in class org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptor
 
getPrintWriter() - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
getPriority() - Method in class org.apache.cxf.phase.Phase
 
getPrivateAddresses() - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
getPrivateKey(String) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getProduceMediaTypes() - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Gets the custom Produces media types
getProduceMime() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getProduces() - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
getProduces() - Method in class org.apache.cxf.jaxrs.model.UserResource
 
getProduceTypes() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getProduceTypes(Produces) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getProperties() - Method in class org.apache.cxf.bus.CXFBusImpl
 
getProperties() - Method in interface org.apache.cxf.Bus
 
getProperties() - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
getProperties() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getProperties(boolean) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getProperties() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getProperties() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getProperty(String) - Method in class org.apache.cxf.bus.CXFBusImpl
 
getProperty(String) - Method in interface org.apache.cxf.Bus
 
getProperty(String) - Static method in class org.apache.cxf.common.util.SystemPropertyAction
 
getProperty(String, String) - Static method in class org.apache.cxf.common.util.SystemPropertyAction
 
getProperty() - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
 
getProperty(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
getProperty(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getProperty(String, Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getProperty(String) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getProperty(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
getProperty(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
getProperty(String) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getProperty(String) - Method in class org.apache.cxf.staxutils.StaxSource
 
getProperty(String) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getProperty(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
getProperty(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getPropertyDescriptorsAvoidSunBug(Class<?>, BeanInfo, Class<?>, PropertyDescriptor[]) - Static method in class org.apache.cxf.common.util.ReflectionUtil
create own array of property descriptors to:
getPropertyNames(Properties, String) - Static method in class org.apache.cxf.common.util.PropertiesLoaderUtils
Retrieves the names of all properties that bind to the specified value.
getPropertyOrNull(String) - Static method in class org.apache.cxf.common.util.SystemPropertyAction
Get the system propery via the AccessController, but if a SecurityException is raised, just return null;
getProtocol() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getProtocol() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getProtocol() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Returns the protocol "http" or "https" for which this engine was configured.
getProtocolHeader(Message, String, String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getProvider() - Method in class org.apache.cxf.configuration.security.KeyManagersType
Gets the value of the provider property.
getProvider() - Method in class org.apache.cxf.configuration.security.KeyStoreType
Gets the value of the provider property.
getProvider() - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Gets the value of the provider property.
getProvider() - Method in class org.apache.cxf.configuration.security.TrustManagersType
Gets the value of the provider property.
getProvider() - Method in class org.apache.cxf.jaxrs.model.ProviderInfo
 
getProviderConsumeTypes(MessageBodyReader) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getProviderProduceTypes(MessageBodyWriter) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getProviders() - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
getProviders() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getProviders() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getProviders() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getProviders(ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
getProxy(ClassLoader, Class[], InvocationHandler) - Static method in class org.apache.cxf.common.util.ProxyHelper
 
getProxyAuthorization() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method retrieves the Proxy Authorization Policy for a proxy that is set/configured for this HTTPConduit.
getProxyAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getProxyInternal(ClassLoader, Class[], InvocationHandler) - Method in class org.apache.cxf.common.util.ProxyHelper
 
getProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the proxyServer property.
getProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the proxyServerPort property.
getProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the proxyServerType property.
getPublicId() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getPublicId() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getPublished(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractEntryBuilder
 
getPublishedEndpointUrl() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getQName(String, Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
getQualifiedName() - Method in class org.apache.cxf.staxutils.StaxSource
 
getQueries(Message) - Method in class org.apache.cxf.interceptor.URIMappingInterceptor
 
getQueryParameters() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getQueryParameters(boolean) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getQueryParameters() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getQueryParameters(boolean) - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getQueryString() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getQueryString() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRawBytes() - Method in class org.apache.cxf.helpers.LoadingByteArrayOutputStream
 
getRawContent(Node) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the raw text content of a node or null if there is no text
getRawFactoryClass() - Method in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
getRawType(Type) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getRawType() - Method in class org.apache.cxf.jaxrs.utils.ParameterizedCollectionType
 
getReader() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getReader(InputStream) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
getReader() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getReader() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getReaderFromMessage() - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
getRealClass(Object) - Static method in class org.apache.cxf.common.util.ClassHelper
 
getRealClass() - Method in class org.apache.cxf.jaxrs.model.MethodInvocationInfo
 
getRealClassFromClass(Class) - Static method in class org.apache.cxf.common.util.ClassHelper
 
getRealClassFromClassInternal(Class) - Method in class org.apache.cxf.common.util.ClassHelper
 
getRealClassInternal(Object) - Method in class org.apache.cxf.common.util.ClassHelper
 
getRealm() - Method in class org.apache.cxf.transport.http.auth.HttpAuthHeader
Extracts the authorization realm from the "WWW-Authenticate" Http response header.
getRealObject(Object) - Static method in class org.apache.cxf.common.util.ClassHelper
 
getRealObjectInternal(Object) - Method in class org.apache.cxf.common.util.ClassHelper
 
getRealPath(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRealPath(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getRealStream(InputStream) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the receiveTimeout property.
getReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the receiveTimeout property.
getRedirectStatus() - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
getRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the redirectURL property.
getReferenceParameters() - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Gets the value of the referenceParameters property.
getReferenceParameters() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the referenceParameters property.
getReferenceProperties() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets the value of the referenceProperties property.
getReferenceProperties() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the referenceProperties property.
getReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the referer property.
getReferredElement(XmlSchemaElement, SchemaCollection) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getRegisteredExtensions() - Static method in class org.apache.cxf.bus.extension.ExtensionRegistry
 
getRegistrationType() - Method in class org.apache.cxf.bus.resource.ResourceManagerImpl
 
getRegistrationType() - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
getRegistrationType() - Method in class org.apache.cxf.endpoint.ClientLifeCycleManagerImpl
 
getRegistrationType() - Method in class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl
 
getRegistrationType() - Method in interface org.apache.cxf.extension.BusExtension
 
getRegistrationType() - Method in class org.apache.cxf.phase.PhaseManagerImpl
 
getRegistry() - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getRegistry() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getRegularExpression() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
Gets the value of the regularExpression property.
getRelatesTo() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the RelatesTo property.
getRelatesToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getRelationshipReply() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getRelationshipType() - Method in class org.apache.cxf.ws.addressing.RelatesToType
Gets the value of the relationshipType property.
getRelationshipType() - Method in class org.apache.cxf.ws.addressing.v200403.Relationship
Gets the value of the relationshipType property.
getRelationshipType() - Method in class org.apache.cxf.ws.addressing.v200408.Relationship
Gets the value of the relationshipType property.
getRelationshipTypeQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getRemoteAddr() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRemoteAddr() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRemoteHost() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRemoteHost() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRemotePort() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRemotePort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRemoteUser() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRemoteUser() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getReplyTo() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the ReplyTo property.
getReplyToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getRequest() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getRequest() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getRequest() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getRequestContext() - Method in interface org.apache.cxf.endpoint.Client
Gets the request context used for future invocations
getRequestContext() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getRequestContext(Message) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
getRequestContext() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Get the map of properties which affect the requests only.
getRequestDispatcher(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getRequestDispatcher(ServletContext, Class<?>, String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
getRequestedSessionId() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRequestedSessionId() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRequestHandlers() - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getRequestHeader(String) - Method in interface org.apache.cxf.jaxrs.ext.ProtocolHeaders
Get the values of a request header.
getRequestHeader(String) - Method in class org.apache.cxf.jaxrs.ext.ProtocolHeadersImpl
 
getRequestHeader(String) - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getRequestHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getRequestHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProtocolHeaders
 
getRequestHeaders() - Method in interface org.apache.cxf.jaxrs.client.ClientState
Gets the request headers
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
getRequestHeaders() - Method in interface org.apache.cxf.jaxrs.ext.ProtocolHeaders
Get the values of request headers.
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.ext.ProtocolHeadersImpl
 
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProtocolHeaders
 
getRequestHeaderValue(String) - Method in interface org.apache.cxf.jaxrs.ext.ProtocolHeaders
Get the value of a request header.
getRequestHeaderValue(String) - Method in class org.apache.cxf.jaxrs.ext.ProtocolHeadersImpl
 
getRequestHeaderValue(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProtocolHeaders
 
getRequestPreprocessor() - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getRequestURI() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRequestUri() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getRequestUri() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getRequestURI() - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
getRequestURI() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRequestUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getRequestUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getRequestURL() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRequestURL() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getRequireClientAuthentication(boolean, Boolean, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
Get whether or not the semantics of this extension are required.
getResolvedMap() - Method in class org.apache.cxf.catalog.CatalogXmlSchemaURIResolver
 
getResolver(Class<T>, Class<E>) - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getResolver(Class<T>, Class<E>) - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getResolver(Class<T>, Class<E>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getResolvers() - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
 
getResolvers() - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
getResource(String, Class) - Static method in class org.apache.cxf.common.classloader.ClassLoaderUtils
Load a given resource.
getResource(String) - Method in class org.apache.cxf.common.classloader.FireWallClassLoader
 
getResource() - Method in class org.apache.cxf.configuration.security.CertStoreType
Gets the value of the resource property.
getResource() - Method in class org.apache.cxf.configuration.security.KeyStoreType
Gets the value of the resource property.
getResource(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getResource(String, Class<T>, Bus) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getResourceAsReader(String) - Method in class org.apache.cxf.test.AbstractCXFTest
 
getResourceAsReader(String) - Method in class org.apache.cxf.test.TestUtilities
 
getResourceAsStream(String, Class) - Static method in class org.apache.cxf.common.classloader.ClassLoaderUtils
This is a convenience method to load a resource as a stream.
getResourceAsStream(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getResourceAsStream(String) - Method in class org.apache.cxf.resource.DefaultResourceManager
 
getResourceAsStream(String) - Method in interface org.apache.cxf.resource.ResourceManager
Open stream to resource.
getResourceAsStream(String) - Method in class org.apache.cxf.test.AbstractCXFTest
 
getResourceAsStream(String) - Method in class org.apache.cxf.test.TestUtilities
 
getResourceAsXMLStreamReader(String) - Method in class org.apache.cxf.test.TestUtilities
 
getResourceBase(String) - Static method in class org.apache.cxf.transport.HttpUriMapper
 
getResourceClass() - Method in class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
getResourceClass() - Method in class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
Returns the Class of the resource
getResourceClass() - Method in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
Returns the Class of the resource
getResourceClass() - Method in class org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider
Returns the Class of the resource
getResourceClass() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getResourceClass() - Method in class org.apache.cxf.jaxrs.spring.SpringResourceFactory
Returns the Class of the resource
getResourceClasses() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
getResourceClasses() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
getResourceFieldProxy(Field) - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getResourceFields() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getResourcePaths(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getResourceProvider() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getResourceProviders(ServletConfig, Map<Class, Map<String, String>>) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
getResourceResolvers() - Method in class org.apache.cxf.resource.DefaultResourceManager
 
getResourceResolvers() - Method in interface org.apache.cxf.resource.ResourceManager
Get all the currently registered resolvers.
getResources(String, Class) - Static method in class org.apache.cxf.common.classloader.ClassLoaderUtils
Load a given resources.
getResourcesFromElement(Element) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getResourcesList(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
getResourceStream(String, Bus) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getResourceType(Resource, Field) - Method in class org.apache.cxf.common.injection.ResourceInjector
making this protected to keep pmd happy
getResourceURL(String, Bus) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getResponse() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
Gets the response state if any
getResponse() - Method in interface org.apache.cxf.jaxrs.client.Client
Gets the response state if any
getResponse() - Method in exception org.apache.cxf.jaxrs.client.ClientWebApplicationException
Returns the server response if any, for example, if the problem has occurred during reading the response then this method will return JAX-RS Response object representing the actual server response
getResponse() - Method in exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
getResponseBuilder() - Method in interface org.apache.cxf.jaxrs.client.ClientState
Gets the responseBuilder
getResponseBuilder() - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
getResponseBuilder() - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
getResponseCode() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getResponseCode() - Method in exception org.apache.cxf.transport.http.HTTPException
 
getResponseContentType() - Method in class org.apache.cxf.test.TestUtilities.TestMessageObserver
 
getResponseContentType(String, String) - Method in interface org.apache.cxf.transports.http.QueryHandler
 
getResponseContext() - Method in interface org.apache.cxf.endpoint.Client
Gets the response context from the last invocation on this thread
getResponseContext() - Method in class org.apache.cxf.endpoint.ClientCallback
return the map of items returned from an operation.
getResponseContext() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getResponseContext() - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Get the map of properties which affect the responses only.
getResponseHandlers() - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getResponseMessage() - Method in exception org.apache.cxf.transport.http.HTTPException
 
getResponseStream() - Method in class org.apache.cxf.test.TestUtilities.TestMessageObserver
 
getRest() - Method in class org.apache.cxf.wsdl.TOperation
Gets the rest of the content model.
getResult() - Method in interface org.apache.cxf.jaxrs.ext.search.SearchConditionVisitor
Recover the accumulated query
getResult() - Method in class org.apache.cxf.jaxrs.ext.search.sql.SQLPrinterVisitor
 
getRoleClassifier() - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
getRoleClassifierType() - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
getRootAttachment() - Method in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
getRootHeaders() - Method in class org.apache.cxf.interceptor.AttachmentOutInterceptor
 
getRootHeaders() - Method in class org.apache.cxf.jaxrs.interceptor.AttachmentOutputInterceptor
 
getRootName(Class<Object>, Type) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
getRootNode() - Method in class org.apache.cxf.bindings.xformat.XMLBindingMessageFormat
Gets the value of the rootNode property.
getRoutingInterceptors() - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
getRuntimeException() - Method in exception org.apache.cxf.continuations.SuspendedInvocationException
Returns a transport-specific runtime exception
getSchema() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getSchema() - Method in class org.apache.cxf.jaxrs.utils.schemas.SchemaHandler
 
getSchema() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getSchema(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getSchema(ServiceInfo, MessagePartInfo) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getSchema(ServiceInfo) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getSchema(ServiceInfo, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getSchemaByTargetNamespace(String) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
This function is not part of the XmlSchema API.
getSchemaCollection() - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
getSchemaElementList() - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
getSchemaForElement(QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getSchemaInfoList() - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
getSchemaLocation(String) - Method in class org.apache.cxf.bus.blueprint.CXFCoreNamespaceHandler
 
getSchemaLocation(String) - Method in class org.apache.cxf.clustering.blueprint.ClusteringBPNamespaceHandler
 
getSchemaLocation(String) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler
 
getSchemaLocation(String) - Method in class org.apache.cxf.transport.http.blueprint.HttpBPHandler
 
getSchemaLocation(String) - Method in class org.apache.cxf.transport.http_jetty.blueprint.HTTPJettyTransportNamespaceHandler
 
getSchemaRepresentation(Class<?>) - Static method in class org.apache.cxf.common.util.XmlSchemaPrimitiveUtils
 
getSchemaRepresentation(Class<?>, String) - Static method in class org.apache.cxf.common.util.XmlSchemaPrimitiveUtils
 
getSchemas() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getSchemas() - Method in class org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas
 
getSchemas() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getSchemas(Definition, ServiceInfo) - Method in class org.apache.cxf.wsdl11.SchemaUtil
 
getSchemas(Definition, SchemaCollection, ServiceInfo) - Method in class org.apache.cxf.wsdl11.SchemaUtil
 
getSchemas(Definition, SchemaCollection, List<SchemaInfo>) - Method in class org.apache.cxf.wsdl11.SchemaUtil
 
getSchemasForDefinition(Definition) - Method in interface org.apache.cxf.wsdl.WSDLManager
This object will cache the schemas for a WSDL.
getSchemasForDefinition(Definition) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getScheme() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getScheme() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getSearchConditions() - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
getSearchConditions() - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
getSearchConditions() - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
List of conditions this SearchCondition may represent.
getSearchConditions() - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
 
getSearchExpression() - Method in interface org.apache.cxf.jaxrs.ext.search.SearchContext
Returns the actual query expression
getSearchExpression() - Method in class org.apache.cxf.jaxrs.ext.search.SearchContextImpl
 
getSearchExpression() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSearchContext
 
getSecureRandom(SecureRandomParameters) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts the JAXB generated type into a SecureRandom.
getSecureRandom() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Returns the secure random alogorithm.
getSecureRandomParameters() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the secureRandomParameters property.
getSecureRandomParameters() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the secureRandomParameters property.
getSecureSocketProtocol() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Returns the secure socket protocol in use.
getSecureSocketProtocol() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the secureSocketProtocol property.
getSecureSocketProtocol() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the secureSocketProtocol property.
getSecureSocketProtocol(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSecurityContext() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getSecurityContext() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getSecurityContext() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getSelectedConduit(Message) - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
Mechanics to actually get the Conduit from the ConduitInitiator if necessary.
getSendServerVersion() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
getSeparator() - Method in class org.apache.cxf.jaxrs.impl.CacheControlHeaderProvider
 
getSequence(XmlSchemaComplexType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
getServant(URL) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Get a registered servant.
getServant(URL) - Method in interface org.apache.cxf.transport.http_jetty.ServerEngine
Get a previously registered servant.
getServer() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
getServer(Message, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPServerPolicy that is compatible with the assertions included in the service, endpoint, operation and message policy subjects AND the HTTPServerPolicy passed as a second argument.
getServer(PolicyEngine, EndpointInfo, Destination) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a HTTPServerPolicy that is compatible with the assertions included in the service and endpoint policy subjects, or null if there are no such assertions.
getServer() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
get the jetty server instance
getServerAliases(String, Principal[]) - Method in class org.apache.cxf.transport.https.AliasedX509ExtendedKeyManager
 
getServerCertificates() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the certificates presented by the peer for authentication.
getServerEndpointPolicy(EndpointInfo, Destination) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getServerForAddress(String) - Method in class org.apache.cxf.test.TestUtilities
 
getServerForService(QName) - Method in class org.apache.cxf.test.TestUtilities
 
getServerInfo() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServerName() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getServerName() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getServerPort() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getServerPort() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getServers() - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
getServers() - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
getServerSupportedCipherSuites(SSLContext) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the serverType property.
getService() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getService() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getService(Class<T>) - Method in interface org.apache.cxf.jca.outbound.CXFConnection
Retrieves a service object to invoke.
getService() - Method in interface org.apache.cxf.message.Exchange
 
getService() - Method in class org.apache.cxf.message.ExchangeImpl
 
getService() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
getService() - Method in class org.apache.cxf.service.model.BindingInfo
 
getService() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getService() - Method in class org.apache.cxf.service.model.InterfaceInfo
 
getService(Exchange) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getService() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the service property.
getServiceClass() - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Returns the service class
getServiceClass() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getServiceClass() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getServiceClasses(ServletConfig, boolean) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
getServiceFactory() - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Returns the service factory
getServiceInfos() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getServiceInfos() - Method in interface org.apache.cxf.service.Service
 
getServiceInfos() - Method in class org.apache.cxf.service.ServiceImpl
 
getServiceName() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getServiceName() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
getServiceName() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getServiceName() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets the value of the serviceName property.
getServiceName() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the serviceName property.
getServiceName(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the service name of the provided endpoint reference.
getServiceNameType(QName, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getServiceObject(Exchange) - Method in class org.apache.cxf.jaxrs.JAXRSInvoker
 
getServiceObject(Exchange) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
Creates and returns a service object depending on the scope.
getServiceObject(Exchange) - Method in class org.apache.cxf.service.invoker.BeanInvoker
 
getServiceObject(Exchange) - Method in class org.apache.cxf.service.invoker.FactoryInvoker
 
getServlet(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServletConfig() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getServletConfig() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getServletConfig() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getServletConfig() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
getServletContext() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getServletContext() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getServletContext() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getServletContext() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getServletContext() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletConfig
 
getServletContext() - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
getServletContextName() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServletInfo() - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
getServletName() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletConfig
 
getServletNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServletPath() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getServletPath() - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
getServletPath() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getServletRegistration(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServletRegistrations() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServlets() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getSession() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getSession(boolean) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getSession() - Method in interface org.apache.cxf.message.Exchange
 
getSession() - Method in class org.apache.cxf.message.ExchangeImpl
 
getSession() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getSession() - Method in class org.apache.cxf.transport.http.HTTPSession
 
getSessionCookieConfig() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getSessionCookies() - Method in class org.apache.cxf.transport.http.Cookies
 
getSessionState() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
Returns a map that is useful for ServiceFactoryBeanListener to store state across events during processing.
getSetEncoding(MediaType, MultivaluedMap<String, Object>, String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
getSetMetadata(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
 
getSetProtocolHeaders(Message) - Static method in class org.apache.cxf.transport.http.Headers
While extracting the Message.PROTOCOL_HEADERS property from the Message, this call ensures that the Message.PROTOCOL_HEADERS property is set on the Message.
getShareCount() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getSharedInstance() - Static method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getSignature(Member, Class[]) - Static method in class org.apache.cxf.common.util.ClassReader
 
getSignature() - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getSignature() - Method in interface org.apache.cxf.databinding.WrapperHelper
 
getSingleton() - Static method in class org.apache.cxf.endpoint.SimpleEndpointImplFactory
Avoid the need to contruct these objects over and over in cases where the code knows that it needs the basic case.
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AbstractAtomProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
getSize(Object, Class, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.DataSourceProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
getSize(XmlObject, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
getSize() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
Gets the current size of the backing queue.
getSoapAction() - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Gets the value of the soapAction property.
getSortedDestinations() - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
getSortedDestinations() - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
getSpringValidationMode() - Static method in class org.apache.cxf.common.util.SystemUtils
Gets org.apache.cxf.spring.validation.mode property value if available
getSslCacheTimeout() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns the SSL cache timeout if it has been configured or the JDK default value
getSslCacheTimeout() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the sslCacheTimeout property.
getSSLContext(String, KeyManager[], TrustManager[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSSLSession() - Method in class org.apache.cxf.security.transport.TLSSessionInfo
 
getSSLSocketFactory() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns the SSLSocketFactory to be used, or null if none has been set.
getStackTrace(Exception) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getState() - Method in class org.apache.cxf.bus.CXFBusImpl
 
getState() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
getState() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
getState() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
getState() - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
getState() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getStatement() - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
getStatement() - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
getStatement() - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
Primitive statement such a > b, i < 5, etc this condition may represent.
getStatement() - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
 
getStaticSubResolutionValue(ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
getStatus() - Method in exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
getStatus() - Method in class org.apache.cxf.jaxrs.impl.ResponseImpl
 
getStatus() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getStatusCode() - Method in exception org.apache.cxf.interceptor.Fault
Returns http header status code.
getStaxHandlerFromCurrentMessage(Class<T>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getStem(ClassResourceInfo, String) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
getStem(String) - Static method in class org.apache.cxf.transport.http.UrlUtilities
Return everything in the path up to the last slash in a URI.
getStrategy() - Method in class org.apache.cxf.clustering.FailoverFeature
 
getStrategy() - Method in class org.apache.cxf.clustering.FailoverTargetSelector
 
getStrategy() - Method in class org.apache.cxf.jaxrs.features.clustering.FailoverFeature
 
getStreamReader(InputStream, Class<?>, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
getStreamWriter(Object, OutputStream, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
getStringData() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getStringFromFile(File) - Static method in class org.apache.cxf.helpers.FileUtils
 
getStructuredParams(String, String, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
Retrieve map of query parameters from the passed in message
getStructuredParams(MultivaluedMap<String, String>, String, String, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getSubject() - Method in class org.apache.cxf.interceptor.security.DefaultSecurityContext
 
getSubject() - Method in class org.apache.cxf.interceptor.security.RolePrefixSecurityContextImpl
 
getSubject() - Method in interface org.apache.cxf.security.LoginSecurityContext
Returns the Subject representing the current authenticated user.
getSubjectConstraints(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a List of Strings that corresponds to the subject regular expression constraints from a JAXB CertificateConstraintsType
getSubjectConstraintsCombinator(CertificateConstraintsType) - Static method in class org.apache.cxf.transport.https.CertConstraintsJaxBUtils
Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
getSubjectDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Gets the value of the subjectDNConstraints property.
getSubResource(Class<?>, Class<?>) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getSubResources() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getSuffix() - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getSuffix() - Method in class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser
 
getSummary(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractEntryBuilder
 
getSuperType(Class<?>, TypeVariable) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getSupportedCipherSuites(SSLContext) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSupportedReaderFormats() - Method in interface org.apache.cxf.databinding.DataBinding
 
getSupportedReaderFormats() - Method in class org.apache.cxf.databinding.source.SourceDataBinding
 
getSupportedReaderFormats() - Method in class org.apache.cxf.databinding.stax.StaxDataBinding
 
getSupportedReaderFormats() - Method in class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
getSupportedTypes() - Method in class org.apache.cxf.interceptor.AttachmentInInterceptor
 
getSupportedTypes() - Method in class org.apache.cxf.jaxrs.interceptor.AttachmentInputInterceptor
 
getSupportedWriterFormats() - Method in interface org.apache.cxf.databinding.DataBinding
 
getSupportedWriterFormats() - Method in class org.apache.cxf.databinding.source.SourceDataBinding
 
getSupportedWriterFormats() - Method in class org.apache.cxf.databinding.stax.StaxDataBinding
 
getSupportedWriterFormats() - Method in class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
getSynchronousTimeout() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getSystemId() - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
getSystemId() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getSystemId() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getSystemId() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getTarget() - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
getTarget() - Method in class org.apache.cxf.common.util.ReflectionInvokationHandler
 
getTarget() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getTarget() - Method in class org.apache.cxf.transport.AbstractConduit
 
getTarget() - Method in interface org.apache.cxf.transport.Conduit
 
getTargetAnnotations() - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
getTargetAnnotations() - Method in interface org.apache.cxf.common.annotation.AnnotationVisitor
return the list of annotations this visitor wants to be informed about.
getTargetClass() - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
getTargetMethod(Message) - Method in class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
 
getTargetMethod(Message) - Method in class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
getTargetNamespace() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getTargetNamespace(Exchange) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getTargetNamespace() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the targetNamespace property.
getTargetReference(EndpointInfo, Bus) - Static method in class org.apache.cxf.transport.AbstractObservable
Get the target reference .
getTargetReference(EndpointInfo, EndpointReferenceType, Bus) - Static method in class org.apache.cxf.transport.AbstractObservable
Get the target endpoint reference.
getTargetSelector() - Method in class org.apache.cxf.clustering.FailoverFeature
 
getTargetSelector() - Method in class org.apache.cxf.clustering.LoadDistributorFeature
 
getTargetSelector() - Method in class org.apache.cxf.jaxrs.features.clustering.FailoverFeature
 
getTempFile() - Method in class org.apache.cxf.io.CachedOutputStream
 
getTemplateParametersMap(URITemplate, List<Object>) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
getTemplates() - Method in interface org.apache.cxf.jaxrs.client.ClientState
Gets the templates map
getTemplates() - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
getTemplates() - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
getTemplateValues(Message) - Method in class org.apache.cxf.jaxrs.JAXRSInvoker
 
getTemplateValues() - Method in class org.apache.cxf.jaxrs.model.MethodInvocationInfo
 
getTestFile(String) - Method in class org.apache.cxf.test.AbstractCXFTest
 
getTestFile(String) - Method in class org.apache.cxf.test.TestUtilities
 
getText() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getText() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getText() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getTextCharacters() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getTextCharacters() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getTextCharacters(int, char[], int, int) - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getTextCharacters() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getTextLength() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getTextLength() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
getTextLength() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getTextStart() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getTextStart() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getThreadDefaultBus() - Static method in class org.apache.cxf.BusFactory
Gets the default bus for the thread.
getThreadDefaultBus(boolean) - Static method in class org.apache.cxf.BusFactory
Gets the default bus for the thread, creating if needed
getThreadingParameters() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method returns the threading parameters that have been set.
getThreadingParameters() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the threadingParameters property.
getThreadingParameters() - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType
Gets the value of the threadingParameters property.
getThreadingParametersMap() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
getThreadingParametersRef() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the threadingParametersRef property.
getThreshold() - Method in class org.apache.cxf.transport.common.gzip.GZIPFeature
 
getThreshold() - Method in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
 
getTitle(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
 
getTlsClientParameters() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method returns the TLS Client Parameters that is set/configured for this HTTPConduit.
getTlsServerParameters() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method returns the programmatically set TLSServerParameters, not the TLSServerParametersType, which is the JAXB generated type used in SpringConfiguration.
getTlsServerParameters() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the tlsServerParameters property.
getTlsServerParameters() - Method in class org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
Gets the value of the tlsServerParameters property.
getTlsServerParametersMap() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
getTlsServerParametersRef() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the tlsServerParametersRef property.
getTo() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the To property.
getToEndpointReference() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the To property.
getTokenType() - Method in interface org.apache.cxf.common.security.SecurityToken
 
getTokenType() - Method in class org.apache.cxf.common.security.UsernameToken
 
getTopLevelDoc() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getTransferData(DataFlavor, DataSource) - Method in class org.apache.cxf.attachment.ImageDataContentHandler
 
getTransferDataFlavors() - Method in class org.apache.cxf.attachment.ImageDataContentHandler
 
getTransportId() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getTransportId() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
getTransportId() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getTransportIds() - Method in class org.apache.cxf.transport.AbstractTransportFactory
 
getTransportIds() - Method in interface org.apache.cxf.transport.ConduitInitiator
 
getTransportIds() - Method in interface org.apache.cxf.transport.DestinationFactory
 
getTraversedExtensor(T, Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
Lookup a configuration value.
getTraversedExtensor(T, Class<T>) - Method in class org.apache.cxf.service.model.EndpointInfo
 
getTrimmedPath(String) - Static method in class org.apache.cxf.transport.http.DestinationRegistryImpl
Remove the transport protocol from the path and make it starts with /
getTrustDecider() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Trust Decider that was set/configured for this HTTPConduit.
getTrustManagers(TrustManagersType) - Static method in class org.apache.cxf.configuration.jsse.spring.TLSParameterJaxBUtils
This method converts the JAXB KeyManagersType into a list of JSSE TrustManagers.
getTrustManagers() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Returns the TrustManagers associated with the endpoint.
getTrustManagers() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the trustManagers property.
getTrustManagers() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the trustManagers property.
getTrustStore(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreAlgorithm(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreManagers(boolean, String, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getTrustStoreType(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getType() - Method in class org.apache.cxf.configuration.security.KeyStoreType
Gets the value of the type property.
getType() - Method in interface org.apache.cxf.jaxb.JAXBUtils.Mapping
 
getType() - Method in class org.apache.cxf.jaxrs.ext.multipart.ContentDisposition
 
getType() - Method in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
getType() - Method in class org.apache.cxf.jaxrs.model.Parameter
 
getType(Type[], int) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getType() - Method in class org.apache.cxf.service.model.MessageInfo
 
getType() - Method in class org.apache.cxf.wsdl.TBinding
Gets the value of the type property.
getType() - Method in class org.apache.cxf.wsdl.TPart
Gets the value of the type property.
getTypeByQName(QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getTypeClass() - Method in interface org.apache.cxf.jaxb.JAXBUtils.TypeAndAnnotation
 
getTypeClass() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getTypedClass() - Method in class org.apache.cxf.jaxrs.model.SubresourceKey
 
getTypeFromAdapter(XmlJavaTypeAdapter, Class<?>, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXBUtils
 
getTypeNames() - Method in interface org.apache.cxf.jaxb.JAXBBeanInfo
 
getTypeQName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getTypes() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the types property.
getUniqueBoundaryValue() - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
getUniquePrefix(XMLStreamWriter, String, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
Create a unique namespace uri/prefix combination.
getUniquePrefix(XMLStreamWriter, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
getUniquePrefix(XMLStreamWriter) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
getUnmarshaller() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getUnwrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getUnwrappedOperation() - Method in class org.apache.cxf.service.model.OperationInfo
 
getUpdated(T) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
 
getUri() - Method in class org.apache.cxf.helpers.NSDecl
 
getURI(String) - Method in class org.apache.cxf.helpers.NSStack
Return the namespace name associated with the given prefix by looking thru all the namespace declarations that are in scope.
getURI() - Method in class org.apache.cxf.resource.ExtendedURIResolver
 
getURI() - Method in class org.apache.cxf.resource.URIResolver
 
getUriInfo() - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
getUriInfo() - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
getUriInfo() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
getUriPrefixes() - Method in class org.apache.cxf.transport.AbstractTransportFactory
 
getUriPrefixes() - Method in interface org.apache.cxf.transport.ConduitInitiator
 
getUriPrefixes() - Method in interface org.apache.cxf.transport.DestinationFactory
 
getUriPrefixes() - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
getURITemplate() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getURITemplate() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getURL(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
getUrl() - Method in class org.apache.cxf.configuration.security.CertStoreType
Gets the value of the url property.
getUrl() - Method in class org.apache.cxf.configuration.security.KeyStoreType
Gets the value of the url property.
getURL() - Method in class org.apache.cxf.resource.URIResolver
 
getURL() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getURL(boolean) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
getUrl() - Method in exception org.apache.cxf.transport.http.HTTPException
 
getURL() - Method in class org.apache.cxf.transport.http.URLConnectionInfo
This field returns the URL associated with the connection in question.
getUsedNamespaces() - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
getUseParentHandlers() - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
getUserName() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the userName property.
getUsername() - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Gets the user name
getUsernamePasswordHandler(String, String) - Static method in class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
 
getUserObject() - Method in class org.apache.cxf.continuations.ContinuationInfo
 
getUserPrincipal() - Method in class org.apache.cxf.interceptor.security.DefaultSecurityContext
 
getUserPrincipal() - Method in class org.apache.cxf.interceptor.security.RolePrefixSecurityContextImpl
 
getUserPrincipal() - Method in class org.apache.cxf.jaxrs.impl.SecurityContextImpl
 
getUserPrincipal() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getUserPrincipal() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSecurityContext
 
getUserPrincipal() - Method in interface org.apache.cxf.security.SecurityContext
 
getUserPrincipal() - Method in class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
getUserResources(String, Bus) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getUserResources(String) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getUserResources(InputStream) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
getUserRoles() - Method in class org.apache.cxf.interceptor.security.DefaultSecurityContext
 
getUserRoles() - Method in class org.apache.cxf.interceptor.security.RolePrefixSecurityContextImpl
 
getUserRoles() - Method in interface org.apache.cxf.security.LoginSecurityContext
Returns a set of Principals representing the roles assigned to the current authenticated user Principal
getValidClass(Class<?>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
getValue(Method, Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getValue() - Method in class org.apache.cxf.databinding.source.mime.MimeAttribute
 
getValue(String, Node, QName) - Method in class org.apache.cxf.helpers.XPathUtils
 
getValue() - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
 
getValue(String) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the attribute or simple/text node
getValue(String, Map<String, String>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the attribute or simple/text node
getValue(String, Map<String, String>, Class<T>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the attribute or simple/text node and convert the string value to the instance of the provided class, example, Integer.class.
getValue() - Method in class org.apache.cxf.jaxrs.model.URITemplate
 
getValue() - Method in class org.apache.cxf.transport.http.Cookie
Get the value of this cookie
getValue() - Method in class org.apache.cxf.ws.addressing.AttributedQNameType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.AttributedUnsignedLongType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.AttributedURIType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.RelatesToType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200403.AttributedQName
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200403.AttributedURI
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200403.Relationship
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200408.AttributedQName
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200408.AttributedURI
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200408.Relationship
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.wsdl.Anonymous
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.wsdl.AttributedQNameType
Gets the value of the value property.
getValue() - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Gets the value of the value property.
getValueList(String, Node) - Method in class org.apache.cxf.helpers.XPathUtils
 
getValueNode(String, Node) - Method in class org.apache.cxf.helpers.XPathUtils
 
getValues(String) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the attributes or simple/text nodes
getValues(String, Map<String, String>) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Find the attributes or simple/text nodes
getValueString(String, Node) - Method in class org.apache.cxf.helpers.XPathUtils
 
getValueTypeFromAdapter(Class<?>, Class<?>, Annotation[]) - Static method in class org.apache.cxf.jaxrs.utils.JAXBUtils
 
getVariables() - Method in class org.apache.cxf.jaxrs.model.URITemplate
List of all variables in order of appearance in template.
getVerb() - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
getVerb() - Method in class org.apache.cxf.wsdl.http.BindingType
Gets the value of the verb property.
getVersion(String) - Static method in class org.apache.cxf.common.WSDLConstants
 
getVersion() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getVersion() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getVocabulary() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getWadl(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
getWadlNamespace() - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
getWantClientAuthentication(boolean, Boolean, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getWorkQueueMaxSize() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getWorkQueueSize() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getWrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getWrappedOperation() - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getWrapperObject(Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getWrapperParts(Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getWrapperParts(Object) - Method in interface org.apache.cxf.databinding.WrapperHelper
 
getWriter() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
getWSDL11Extensors(AbstractPropertiesHolder) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
Return a list of ExtensibilityElements for a particular component, such as a BindingFaultInfo.
getWSDLActionQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getWSDLDefinition(Server) - Method in class org.apache.cxf.test.TestUtilities
Return a WSDL definition model for a server.
getWSDLDefinition(WSDLManager, EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the WSDL definition for the provided endpoint reference.
getWSDLDocument(Server) - Method in class org.apache.cxf.test.AbstractCXFTest
 
getWSDLDocument(Server) - Method in class org.apache.cxf.test.TestUtilities
Return a DOM tree for the WSDL for a server.
getWSDLExtensibilityQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getWSDLFactory() - Method in interface org.apache.cxf.wsdl.WSDLManager
Returns the WSDLFactory that is used to read/write WSDL definitions
getWSDLFactory() - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getWSDLLocation(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getWSDLNamespaceURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getWSDLPlugins() - Method in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
getWsdlURL() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getXMLInputFactory(Message) - Static method in class org.apache.cxf.interceptor.StaxInInterceptor
 
getXMLOutputFactory(Message) - Static method in class org.apache.cxf.interceptor.StaxOutInterceptor
 
getXMLReader() - Method in class org.apache.cxf.staxutils.StaxSource
 
getXmlSchema(String) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getXmlSchema() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getXmlSchemaCollection() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getXmlSchemaCollection() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getXmlSchemas() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getXMLStreamReader(Message) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getXMLStreamReader() - Method in class org.apache.cxf.staxutils.StaxSource
 
getXMLStreamWriter(Message) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
GMONTH_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
GMONTHDAY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
greaterOrEqualTo(double) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property greater or equal to given number?
greaterOrEqualTo(long) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property greater or equal to given number?
greaterThan(double) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property greater than given number?
greaterThan(long) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property greater than given number?
GT - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
GYEAR_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
GYEARMONTH_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
GZIP - Annotation Type in org.apache.cxf.annotations
Enables GZIP compression negotiation
GZIP_ENCODING_KEY - Static variable in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
Key under which we store the name which should be used for the content-encoding of the outgoing message.
GZIPFeature - Class in org.apache.cxf.transport.common.gzip
This class is used to control GZIP compression of messages.
GZIPFeature() - Constructor for class org.apache.cxf.transport.common.gzip.GZIPFeature
 
GZIPInInterceptor - Class in org.apache.cxf.transport.common.gzip
CXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.
GZIPInInterceptor() - Constructor for class org.apache.cxf.transport.common.gzip.GZIPInInterceptor
 
GZIPOutInterceptor - Class in org.apache.cxf.transport.common.gzip
CXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately.
GZIPOutInterceptor() - Constructor for class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
 
GZIPOutInterceptor(int) - Constructor for class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
 
GZIPOutInterceptor.UseGzip - Enum in org.apache.cxf.transport.common.gzip
Enum giving the possible values for whether we should gzip a particular message.

H

handle(Callback[]) - Method in class org.apache.cxf.interceptor.security.NamePasswordCallbackHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
handleAuthenticationException(SecurityException, Message) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
handleBean(Class<?>, Annotation[], MultivaluedMap<String, String>, ParameterType, Message, boolean) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
handleCallback(Callback) - Method in class org.apache.cxf.interceptor.security.NamePasswordCallbackHandler
 
handleDynamicSubresource(StringBuilder, Set<Class<?>>, ElementQNameResolver, Map<Class<?>, QName>, OperationResourceInfo, ClassResourceInfo, boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
handleEvent(FactoryBeanListener.Event, AbstractServiceFactoryBean, Object...) - Method in class org.apache.cxf.service.factory.AnnotationsFactoryBeanListener
handleEvent(FactoryBeanListener.Event, AbstractServiceFactoryBean, Object...) - Method in interface org.apache.cxf.service.factory.FactoryBeanListener
 
handleException(Map<String, Object>, Throwable) - Method in class org.apache.cxf.endpoint.ClientCallback
If processing of the incoming message results in an exception, this method is called with the resulting exception.
handleExceptionEnd(Throwable, String, boolean) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
handleExceptionStart(Exception) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
handleFault(Message) - Method in class org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptor
 
handleFault(Message) - Method in class org.apache.cxf.interceptor.AttachmentInInterceptor
 
handleFault(Message) - Method in class org.apache.cxf.interceptor.FIStaxOutInterceptor
 
handleFault(T) - Method in interface org.apache.cxf.interceptor.Interceptor
Called for all interceptors (in reverse order) on which handleMessage had been successfully invoked, when normal execution of the chain was aborted for some reason.
handleFault(Message) - Method in class org.apache.cxf.interceptor.OneWayProcessorInterceptor
 
handleFault(Message) - Method in class org.apache.cxf.interceptor.StaxOutInterceptor
 
handleFault(Message) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
handleFault(Message) - Method in class org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor
 
handleFault(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
handleHeadersTrustCaching() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleJAXBException(JAXBException, boolean) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
handleMapSequence(String) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
handleMessage(Message) - Method in class org.apache.cxf.binding.xml.interceptor.XMLFaultInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.databinding.stax.StaxDataBindingInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.AbstractEndpointSelectionInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.AttachmentInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.AttachmentOutInterceptor.AttachmentOutEndingInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.AttachmentOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.BareInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.BareOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.ClientFaultConverter
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.DocLiteralInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.FaultOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.FIStaxInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.FIStaxOutInterceptor
 
handleMessage(T) - Method in interface org.apache.cxf.interceptor.Interceptor
Intercepts a message.
handleMessage(Message) - Method in class org.apache.cxf.interceptor.LoggingInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.LoggingOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.MessageSenderInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.MessageSenderInterceptor.MessageSenderEndingInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.OneWayProcessorInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.OutgoingChainInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.ServiceInvokerInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.StaxInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.StaxOutEndingInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.StaxOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.URIMappingInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.WrappedInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.WrappedOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.WrappedOutInterceptor.WrappedOutEndingInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPostStreamInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPreStreamInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.transport.common.gzip.GZIPInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.transport.https.CertConstraintsInterceptor
 
handleParameter(String, boolean, Class<?>, Annotation[], ParameterType, Message) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
HANDLER_CHAIN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
HANDLER_CHAINS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
HANDLER_CHAINS_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
HANDLER_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
handleRangeRequest(InputStream, OutputStream, HttpHeaders, MultivaluedMap<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
handleRequest(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
handleRequest(Message, ClassResourceInfo) - Method in interface org.apache.cxf.jaxrs.ext.RequestHandler
 
handleRequest(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
handleRequest(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
handleRequest(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.security.SimpleAuthorizingFilter
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
handleResponse(Map<String, Object>, Object[]) - Method in class org.apache.cxf.endpoint.ClientCallback
If the processing of the incoming message proceeds normally, this method is called with the response context values and the resulting objects.
handleResponse(Message) - Method in class org.apache.cxf.jaxrs.client.ClientProxyImpl
 
handleResponse(Message, Class<?>, Type) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
handleResponse(Message, OperationResourceInfo, Response) - Method in interface org.apache.cxf.jaxrs.ext.ResponseHandler
 
handleResponse() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This procedure is called on the close of the output stream so we are ready to handle the response from the connection.
handleResponseInternal() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleRetransmits() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
This procedure handles all retransmits, if any.
handlers - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
handleXMLStreamException(XMLStreamException, boolean) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
hasAttribute(Element, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
hasBusProperty() - Method in class org.apache.cxf.bus.blueprint.BusDefinitionParser
 
hasBusProperty() - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
hasBusProperty() - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
hasBusProperty() - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSClientFactoryBeanDefinitionParser
 
hasBusProperty() - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser
 
hasBusProperty() - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
hasConfiguredPropertyValue(String, String, String) - Method in class org.apache.cxf.bus.blueprint.BlueprintBeanLocator
 
hasConfiguredPropertyValue(String, String, String) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
hasConfiguredPropertyValue(String, String, String) - Method in class org.apache.cxf.bus.osgi.OSGiBeanLocator
 
hasConfiguredPropertyValue(String, String, String) - Method in class org.apache.cxf.bus.spring.SpringBeanLocator
 
hasConfiguredPropertyValue(String, String, String) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
For supporting "legacy" config, checks the configured bean to see if it has a property configured with the given name/value.
hasDetails() - Method in exception org.apache.cxf.interceptor.Fault
Indicates whether this fault has a detail message.
hasElementInNS(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
hasFaults() - Method in class org.apache.cxf.service.model.OperationInfo
 
hashCode() - Method in class org.apache.cxf.clustering.FailoverTargetSelector.InvocationKey
 
hashCode() - Method in class org.apache.cxf.common.security.SimpleGroup
 
hashCode() - Method in class org.apache.cxf.common.security.SimplePrincipal
 
hashCode() - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
hashCode() - Method in class org.apache.cxf.common.util.SortedArraySet
 
hashCode() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
hashCode() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
hashCode() - Method in class org.apache.cxf.endpoint.EndpointImpl
Returns the hashCode bsed on the EndpointInfo so that this object can be used as a map key.
hashCode() - Method in class org.apache.cxf.helpers.NSDecl
 
hashCode() - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
hashCode() - Method in class org.apache.cxf.io.CachedOutputStream
 
hashCode() - Method in class org.apache.cxf.jaxrs.ext.multipart.Attachment
 
hashCode() - Method in class org.apache.cxf.jaxrs.ext.search.SearchBean
 
hashCode() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
hashCode() - Method in class org.apache.cxf.jaxrs.model.ProviderInfo
 
hashCode() - Method in class org.apache.cxf.jaxrs.model.SubresourceKey
 
hashCode() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
hashCode() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
hashCode() - Method in class org.apache.cxf.phase.Phase
 
hashCode() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
hashCode() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
hashCode() - Method in class org.apache.cxf.service.model.FaultInfo
 
hashCode() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
hashCode() - Method in class org.apache.cxf.service.model.OperationInfo
 
hashCode() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
hashCode() - Method in class org.apache.cxf.transport.http.Cookie
 
hasInput() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasMoreChildren() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
hasMoreChildren() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
hasName() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
hasName() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
hasNext() - Method in class org.apache.cxf.attachment.AttachmentDeserializer
Check for more attachment.
hasNext(boolean) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
Check for more attachments by attempting to deserialize the next attachment.
hasNext() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
hasNext() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
hasNext() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
hasNext() - Method in class org.apache.cxf.staxutils.FragmentStreamReader
 
hasNext() - Method in class org.apache.cxf.staxutils.PartialXMLStreamReader
 
hasOutput() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasProperty(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
hasSubResources() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
hasText() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
hasText() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
hasValue(MessagePartInfo) - Method in class org.apache.cxf.message.MessageContentsList
 
head() - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP HEAD invocation
Header - Class in org.apache.cxf.headers
 
Header(QName, Object) - Constructor for class org.apache.cxf.headers.Header
 
Header(QName, Object, DataBinding) - Constructor for class org.apache.cxf.headers.Header
 
header(String, Object...) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
Sets arbitrary HTTP Header
header(String, Object...) - Method in interface org.apache.cxf.jaxrs.client.Client
Sets arbitrary HTTP Header
header(String, Object...) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
header(String, String) - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
header(String, Object) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
Header.Direction - Enum in org.apache.cxf.headers
 
HEADER_LIST - Static variable in class org.apache.cxf.headers.Header
 
HeaderManager - Interface in org.apache.cxf.headers
 
HeaderManagerImpl - Class in org.apache.cxf.headers
 
HeaderManagerImpl() - Constructor for class org.apache.cxf.headers.HeaderManagerImpl
 
HeaderManagerImpl(Bus) - Constructor for class org.apache.cxf.headers.HeaderManagerImpl
 
HeaderProcessor - Interface in org.apache.cxf.headers
 
headerProviders - Variable in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
headers(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
Sets HTTP Headers
headers(MultivaluedMap<String, String>) - Method in interface org.apache.cxf.jaxrs.client.Client
Sets HTTP Headers
headers(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
headers(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
Set all of the headers.
Headers - Class in org.apache.cxf.transport.http
 
Headers(Message) - Constructor for class org.apache.cxf.transport.http.Headers
 
headMethodPossible(String, String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
headSet(T) - Method in class org.apache.cxf.common.util.SortedArraySet
 
HEX_BINARY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
hold(Message) - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
holderClass(String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
holdTempFile() - Method in class org.apache.cxf.io.CachedOutputStream
 
honorKeepAlive - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
host(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
host - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
host - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
HTTP_CONFIG - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_CONTEXT - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_CONTEXT_MATCH_STRATEGY - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_REQUEST - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HTTP_REQUEST_METHOD - Static variable in interface org.apache.cxf.message.Message
 
HTTP_RESPONSE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
HttpAddressPlugin - Class in org.apache.cxf.binding.xml.wsdl11
 
HttpAddressPlugin() - Constructor for class org.apache.cxf.binding.xml.wsdl11.HttpAddressPlugin
 
HttpAuthHeader - Class in org.apache.cxf.transport.http.auth
 
HttpAuthHeader(String) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
HttpAuthHeader(String, Map<String, String>) - Constructor for class org.apache.cxf.transport.http.auth.HttpAuthHeader
 
HttpAuthSupplier - Interface in org.apache.cxf.transport.http.auth
Supplies Authorization information to an HTTPConduit.
HttpAuthSupplierBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpAuthSupplierBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpAuthSupplierBeanDefinitionParser
 
HttpBPHandler - Class in org.apache.cxf.transport.http.blueprint
 
HttpBPHandler() - Constructor for class org.apache.cxf.transport.http.blueprint.HttpBPHandler
 
HTTPClientAssertionBuilder - Class in org.apache.cxf.transport.http.policy
 
HTTPClientAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
HTTPClientPolicy - Class in org.apache.cxf.transports.http.configuration
Properties used to configure a client-side HTTP port
HTTPClientPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
HTTPCLIENTPOLICY_ASSERTION_QNAME - Static variable in class org.apache.cxf.transport.http.policy.PolicyUtils
 
HTTPConduit - Class in org.apache.cxf.transport.http
This Conduit handles the "http" and "https" transport protocols.
HTTPConduit(Bus, EndpointInfo) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
Constructor
HTTPConduit(Bus, EndpointInfo, EndpointReferenceType) - Constructor for class org.apache.cxf.transport.http.HTTPConduit
Constructor
HTTPConduit.InterposedMessageObserver - Class in org.apache.cxf.transport.http
Used to set appropriate message properties, exchange etc.
HTTPConduit.InterposedMessageObserver() - Constructor for class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
 
HTTPConduit.WrappedOutputStream - Class in org.apache.cxf.transport.http
Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
HTTPConduit.WrappedOutputStream(Message, HttpURLConnection, boolean, boolean, int, String) - Constructor for class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
HTTPConduit.WrappedOutputStream(HTTPConduit.WrappedOutputStream) - Constructor for class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
HttpConduitBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpConduitBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
 
HttpConduitBPBeanDefinitionParser - Class in org.apache.cxf.transport.http.blueprint
 
HttpConduitBPBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.blueprint.HttpConduitBPBeanDefinitionParser
 
HTTPCONF_NAMESPACE - Static variable in class org.apache.cxf.transport.http.policy.PolicyUtils
 
HttpDestinationBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpDestinationBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
HttpDestinationBPBeanDefinitionParser - Class in org.apache.cxf.transport.http.blueprint
 
HttpDestinationBPBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.blueprint.HttpDestinationBPBeanDefinitionParser
 
HttpDestinationFactory - Interface in org.apache.cxf.transport.http
 
HTTPException - Exception in org.apache.cxf.transport.http
 
HTTPException(int, String, URL) - Constructor for exception org.apache.cxf.transport.http.HTTPException
 
HttpHeaderHelper - Class in org.apache.cxf.helpers
 
HttpHeadersImpl - Class in org.apache.cxf.jaxrs.impl
 
HttpHeadersImpl(Message) - Constructor for class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
HTTPJettyTransportNamespaceHandler - Class in org.apache.cxf.transport.http_jetty.blueprint
 
HTTPJettyTransportNamespaceHandler() - Constructor for class org.apache.cxf.transport.http_jetty.blueprint.HTTPJettyTransportNamespaceHandler
 
HTTPS_URL_PROTOCOL_ID - Static variable in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This constant holds the URL Protocol Identifier for HTTPS
HTTPServerAssertionBuilder - Class in org.apache.cxf.transport.http.policy
 
HTTPServerAssertionBuilder() - Constructor for class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
HTTPServerPolicy - Class in org.apache.cxf.transports.http.configuration
Properties used for configuring a server-side HTTP prort
HTTPServerPolicy() - Constructor for class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
HTTPSERVERPOLICY_ASSERTION_QNAME - Static variable in class org.apache.cxf.transport.http.policy.PolicyUtils
 
HttpServletRequestSnapshot - Class in org.apache.cxf.transport.http
 
HttpServletRequestSnapshot(HttpServletRequest) - Constructor for class org.apache.cxf.transport.http.HttpServletRequestSnapshot
 
HttpServletResponseFilter - Class in org.apache.cxf.jaxrs.impl
 
HttpServletResponseFilter(HttpServletResponse, Message) - Constructor for class org.apache.cxf.jaxrs.impl.HttpServletResponseFilter
 
HTTPSession - Class in org.apache.cxf.transport.http
A session implementation bound to HTTP.
HTTPSession(HttpServletRequest) - Constructor for class org.apache.cxf.transport.http.HTTPSession
 
HttpsURLConnectionFactory - Class in org.apache.cxf.transport.https
This HttpsURLConnectionFactory implements the HttpURLConnectionFactory for using the given SSL Policy to configure TLS connections for "https:" URLs.
HttpsURLConnectionFactory() - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This constructor initialized the factory with the configured TLS Client Parameters for the HTTPConduit for which this factory is used.
HttpsURLConnectionInfo - Class in org.apache.cxf.transport.https
This class holds information about the HttpsURLConnection.
HttpsURLConnectionInfo(HttpURLConnection) - Constructor for class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This constructor is used to create the info object representing the this HttpsURLConnection.
HTTPTransportFactory - Class in org.apache.cxf.transport.http
 
HTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 
HTTPTransportFactory(Bus) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 
HTTPTransportFactory(Bus, DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 
HTTPTransportFactory(DestinationRegistry) - Constructor for class org.apache.cxf.transport.http.HTTPTransportFactory
 
HttpUriMapper - Class in org.apache.cxf.transport
 
HttpURLConnectionInfo - Class in org.apache.cxf.transport.http
This class contains the information about the HTTP Connection that will be making an HTTP request.
HttpURLConnectionInfo(HttpURLConnection) - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionInfo
This constructor takes the HttpURLConnection and extracts the httpRequestMethod.
HttpUtils - Class in org.apache.cxf.jaxrs.utils
 
HTTPWSDLExtensionLoader - Class in org.apache.cxf.transport.http
 
HTTPWSDLExtensionLoader(Bus) - Constructor for class org.apache.cxf.transport.http.HTTPWSDLExtensionLoader
 

I

id - Variable in class org.apache.cxf.bus.CXFBusImpl
 
id(String) - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
id - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
 
id - Variable in class org.apache.cxf.transports.http_jetty.configuration.ParametersRefType
 
id - Variable in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType
 
id - Variable in class org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
 
ID_KEY - Static variable in class org.apache.cxf.interceptor.LoggingMessage
 
ID_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
identifiedThreadingParameters - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
 
identifiedTLSServerParameters - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
 
IDREF_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
IDREFS_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method ignorableWhitespace.
IGNORE_MESSAGE_WRITERS - Static variable in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
IgnoreNamespacesWriter - Class in org.apache.cxf.staxutils.transform
 
IgnoreNamespacesWriter(XMLStreamWriter) - Constructor for class org.apache.cxf.staxutils.transform.IgnoreNamespacesWriter
 
ImageDataContentHandler - Class in org.apache.cxf.attachment
 
ImageDataContentHandler() - Constructor for class org.apache.cxf.attachment.ImageDataContentHandler
 
IMPL_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
IMPL_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
IMPORTED_DEFINITION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
IMPORTED_PORTTYPE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
IMPORTED_SERVICE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
importOrTypesOrMessage - Variable in class org.apache.cxf.wsdl.TDefinitions
 
IN_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
Some properties to allow adding interceptors to the chain on a per-request basis.
inAppendMap - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
INBOUND_MESSAGE - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the message is inbound.
INBOUND_MESSAGE_ATTACHMENTS - Static variable in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
inboundChainCache - Variable in class org.apache.cxf.endpoint.ClientImpl
 
inClassCanBeHandled(String) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
include - Variable in class org.apache.cxf.configuration.security.FiltersType
 
incomingObserver - Variable in class org.apache.cxf.transport.AbstractObservable
 
indent() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
indentWithSpaces() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
inDropElements - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
inElementsMap - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
InFaultChainInitiatorObserver - Class in org.apache.cxf.interceptor
 
InFaultChainInitiatorObserver(Bus) - Constructor for class org.apache.cxf.interceptor.InFaultChainInitiatorObserver
 
InFaultInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the inbound fault interceptor chain.
info(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
InInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the inbound interceptor chain.
init() - Method in class org.apache.cxf.bus.spring.NamespaceHandler
 
init() - Method in class org.apache.cxf.clustering.spring.NamespaceHandler
 
init() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
init() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Creates the JAX-RS Server instance
init(List<ClassResourceInfo>) - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Gives providers a chance to introspect the JAX-RS model classes.
init(List<ClassResourceInfo>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
init(ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
init() - Method in class org.apache.cxf.jaxrs.spring.NamespaceHandler
 
init() - Method in class org.apache.cxf.transport.http.spring.NamespaceHandler
 
init() - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyHTTPServerEngineFactoryHolder
 
init() - Method in class org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.apache.cxf.bus.spring.BusApplicationContext
 
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.apache.cxf.test.TestApplicationContext
 
initClient(AbstractClient, Endpoint, boolean) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
 
initComplete() - Method in class org.apache.cxf.bus.osgi.OSGIBusListener
 
initComplete() - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Invoked when the Bus has been initialized.
initComplete() - Method in class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
initComplete() - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
initComplete() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
initialize() - Method in class org.apache.cxf.bus.CXFBusImpl
 
initialize() - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
initialize(Client, Bus) - Method in class org.apache.cxf.clustering.FailoverFeature
 
initialize(Service) - Method in interface org.apache.cxf.databinding.DataBinding
Initialize the service info (i.e.
initialize(Map<String, Object>) - Method in interface org.apache.cxf.databinding.PropertiesAwareDataBinding
Initialize a databinding with provided properties
initialize(Service) - Method in class org.apache.cxf.databinding.source.SourceDataBinding
 
initialize(Service) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding
 
initialize(Client, Bus) - Method in class org.apache.cxf.databinding.stax.StaxDataBindingFeature
 
initialize(Server, Bus) - Method in class org.apache.cxf.databinding.stax.StaxDataBindingFeature
 
initialize(Server, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(Client, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(Server, Bus) - Method in interface org.apache.cxf.feature.Feature
 
initialize(Client, Bus) - Method in interface org.apache.cxf.feature.Feature
 
initialize(InterceptorProvider, Bus) - Method in interface org.apache.cxf.feature.Feature
 
initialize(Bus) - Method in interface org.apache.cxf.feature.Feature
 
initialize(Server, Bus) - Method in class org.apache.cxf.feature.WrappedFeature
 
initialize(Client, Bus) - Method in class org.apache.cxf.feature.WrappedFeature
 
initialize(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.WrappedFeature
 
initialize(Bus) - Method in class org.apache.cxf.feature.WrappedFeature
 
initialize(InterceptorProvider, Bus) - Method in class org.apache.cxf.jaxrs.features.clustering.FailoverFeature
 
initialize(ClientConfiguration, Bus) - Method in class org.apache.cxf.jaxrs.features.clustering.FailoverFeature
 
initialize(Service) - Method in class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
initialize(Server, Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
initialize(Client, Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
initialize(Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
initializeActiveFeatures(List<AbstractFeature>) - Method in class org.apache.cxf.endpoint.EndpointImpl
 
initializeAnnotationInterceptors(Endpoint, Class<?>) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
Add annotated Interceptors and Features to the Endpoint
initializeAnnotationInterceptors(Endpoint, Class<?>...) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
Add annotationed Interceptors and Features to the Endpoint
initializeAnnotationInterceptors(AnnotationInterceptors, Endpoint) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
initializeAttachments() - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
initializeBindingInfo(ServiceInfo, Binding, BindingInfo) - Method in class org.apache.cxf.binding.AbstractBindingFactory
 
initializeBus(Bus) - Method in class org.apache.cxf.BusFactory
 
initializeDataBindings() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
initializeDefaultInterceptors() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
initializeFeatures() - Method in class org.apache.cxf.bus.CXFBusImpl
 
initializeInterceptors(Exchange, PhaseInterceptorChain) - Method in class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
 
initializeInterceptors(Exchange, PhaseInterceptorChain) - Method in class org.apache.cxf.interceptor.InFaultChainInitiatorObserver
 
initializeInterceptors(Exchange, PhaseInterceptorChain) - Method in class org.apache.cxf.interceptor.OutFaultChainInitiatorObserver
 
initializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.FastInfosetFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.LoggingFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.transport.common.gzip.GZIPFeature
 
initializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
initializeRootMessage() - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
initializeServiceModel() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
initProviders(List<ClassResourceInfo>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
initTargetSelector(Endpoint) - Method in class org.apache.cxf.clustering.FailoverFeature
 
inject(Object) - Method in class org.apache.cxf.common.injection.ResourceInjector
 
inject(Object, Class<?>) - Method in class org.apache.cxf.common.injection.ResourceInjector
 
injectContextField(AbstractResourceInfo, Field, Object, Object, boolean) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectContextFields(Object, AbstractResourceInfo, Message) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectContextMethods(Object, AbstractResourceInfo, Message) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectContextProxies(AbstractResourceInfo, Object) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectContextProxiesAndApplication(AbstractResourceInfo, Object, Application) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectContexts(Object, AbstractResourceInfo, Message) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectFieldValue(Field, Object, Object) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
InjectionUtils - Class in org.apache.cxf.jaxrs.utils
 
injectParameters(OperationResourceInfo, Object, Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
injectResourceFields(Object, AbstractResourceInfo, Message) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectThroughMethod(Object, Method, Object) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
INNER_ELEMENT_COUNT - Static variable in class org.apache.cxf.staxutils.DocumentDepthProperties
 
INNER_ELEMENT_LEVEL - Static variable in class org.apache.cxf.staxutils.DocumentDepthProperties
 
inProgress - Variable in class org.apache.cxf.clustering.FailoverTargetSelector
 
input - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
InputStreamDataSource - Class in org.apache.cxf.jaxrs.ext.multipart
 
InputStreamDataSource(InputStream, String) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource
 
InputStreamDataSource(InputStream, String, String) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.InputStreamDataSource
 
insertExchange(Method, Object[], Exchange) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
 
instance() - Static method in class org.apache.cxf.jaxrs.ext.search.client.SearchConditionBuilder
Creates instance of builder.
instance(Map<String, String>) - Static method in class org.apache.cxf.jaxrs.ext.search.client.SearchConditionBuilder
Creates instance of builder with provided properties
instance(String) - Static method in class org.apache.cxf.jaxrs.ext.search.client.SearchConditionBuilder
Creates instance of builder for specific language.
instance(String, Map<String, String>) - Static method in class org.apache.cxf.jaxrs.ext.search.client.SearchConditionBuilder
 
INSTANCE - Static variable in class org.apache.cxf.transport.https.CertConstraintsInterceptor
 
INSTANCE_ID_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
InstrumentationManager - Interface in org.apache.cxf.management
InstrumentationManager interface for the instrumentations query, register and unregister
INT_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
INTEGER_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
inTemplatesAvailable(MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
Interceptor<T extends Message> - Interface in org.apache.cxf.interceptor
Base interface for all interceptors.
INTERCEPTOR_PROVIDERS - Static variable in interface org.apache.cxf.message.Message
As above, but Collection
InterceptorChain - Interface in org.apache.cxf.interceptor
Base interface for all interceptor chains.
InterceptorChain.State - Enum in org.apache.cxf.interceptor
 
InterceptorProvider - Interface in org.apache.cxf.interceptor
The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
InterceptorTypeConverter - Class in org.apache.cxf.configuration.blueprint
 
InterceptorTypeConverter() - Constructor for class org.apache.cxf.configuration.blueprint.InterceptorTypeConverter
 
InterfaceInfo - Class in org.apache.cxf.service.model
 
InterfaceInfo(ServiceInfo, QName) - Constructor for class org.apache.cxf.service.model.InterfaceInfo
 
interfaceName - Variable in class org.apache.cxf.bus.extension.Extension
 
internalCompile(String[], int) - Method in class org.apache.cxf.common.util.Compiler
 
internalLog(LogRecord) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
internalLogFormatted(String, LogRecord) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
internalLogFormatted(String, LogRecord) - Method in class org.apache.cxf.common.logging.Log4jLogger
 
internalLogFormatted(String, LogRecord) - Method in class org.apache.cxf.common.logging.Slf4jLogger
 
intersect(HTTPClientPolicy, HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a new HTTPClientPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
intersect(HTTPServerPolicy, HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
Returns a new HTTPServerPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
intersectMimeTypes(List<MediaType>, List<MediaType>, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
intersect two mime types
intersectMimeTypes(List<MediaType>, MediaType) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
intersectMimeTypes(String, String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
intf - Variable in class org.apache.cxf.bus.extension.Extension
 
InTransformReader - Class in org.apache.cxf.staxutils.transform
 
InTransformReader(XMLStreamReader, Map<String, String>, Map<String, String>, boolean) - Constructor for class org.apache.cxf.staxutils.transform.InTransformReader
 
InTransformReader(XMLStreamReader, Map<String, String>, Map<String, String>, List<String>, Map<String, String>, boolean) - Constructor for class org.apache.cxf.staxutils.transform.InTransformReader
 
InvalidXmlSchemaReferenceException - Exception in org.apache.cxf.common.xmlschema
Exception thrown when we detect an attempt to set an impossible XML Schema reference.
InvalidXmlSchemaReferenceException() - Constructor for exception org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException
 
InvalidXmlSchemaReferenceException(String) - Constructor for exception org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException
 
InvalidXmlSchemaReferenceException(Throwable) - Constructor for exception org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException
 
InvalidXmlSchemaReferenceException(String, Throwable) - Constructor for exception org.apache.cxf.common.xmlschema.InvalidXmlSchemaReferenceException
 
INVOCATION_CONTEXT - Static variable in interface org.apache.cxf.message.Message
A Map keyed by a string that stores optional context information associated with the invocation that spawned the message.
InvocationHandlerAware - Interface in org.apache.cxf.jaxrs.client
Utility interface which helps to retrieve the invocation handler from a CGLIB proxy
invoke(Object, Method, Object[]) - Method in class org.apache.cxf.common.util.ReflectionInvokationHandler
invoke(String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(BindingOperationInfo, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(BindingOperationInfo, Object[], Map<String, Object>) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(ClientCallback, String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object[], Map<String, Object>) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object[], Exchange) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(BindingOperationInfo, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(String, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(QName, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(BindingOperationInfo, Object[], Exchange) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(BindingOperationInfo, Object[], Map<String, Object>) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(ClientCallback, String, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(ClientCallback, QName, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(ClientCallback, BindingOperationInfo, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(ClientCallback, BindingOperationInfo, Object[], Map<String, Object>) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(ClientCallback, BindingOperationInfo, Object[], Exchange) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(ClientCallback, BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invoke(BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in interface org.apache.cxf.endpoint.Retryable
 
invoke(BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
invoke(Object, Method, Object[]) - Method in class org.apache.cxf.jaxrs.client.ClientProxyImpl
Updates the current state if Client method is invoked, otherwise does the remote invocation or returns a new proxy if subresource method is invoked.
invoke(String, Object) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP invocation
invoke(String, Object, Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP invocation and returns types response object
invoke(String, Object, Class<?>, Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP invocation and returns types response object
invoke(Exchange, Object) - Method in class org.apache.cxf.jaxrs.JAXRSInvoker
 
invoke(Exchange, Object, Object) - Method in class org.apache.cxf.jaxrs.JAXRSInvoker
 
INVOKE - Static variable in class org.apache.cxf.phase.Phase
 
invoke(Exchange, Object) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
 
invoke(Exchange, Object, Method, List<Object>) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
 
invoke(Exchange, Object) - Method in interface org.apache.cxf.service.invoker.Invoker
 
invoke(String, String, String) - Method in class org.apache.cxf.test.AbstractCXFTest
 
invoke(String, String, byte[]) - Method in class org.apache.cxf.test.AbstractCXFTest
 
invoke(String, String, String) - Method in class org.apache.cxf.test.TestUtilities
 
invoke(String, String, byte[]) - Method in class org.apache.cxf.test.TestUtilities
 
invoke(ServletConfig, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
invokeAndGetCollection(String, Object, Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP invocation and returns a collection of typed objects
invokeBytes(String, String, String) - Method in class org.apache.cxf.test.AbstractCXFTest
 
invokeBytes(String, String, String) - Method in class org.apache.cxf.test.TestUtilities
 
invokeBytes(String, String, byte[]) - Method in class org.apache.cxf.test.TestUtilities
 
invokeDestination(HttpServletRequest, HttpServletResponse, AbstractHTTPDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
invokeLifeCycleMethod(Object, Method) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
invokePostConstruct() - Method in class org.apache.cxf.common.injection.ResourceInjector
 
invokePreDestroy() - Method in class org.apache.cxf.common.injection.ResourceInjector
 
Invoker - Interface in org.apache.cxf.service.invoker
Invokers control how a particular service is invoked.
invokeWrapped(String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invokeWrapped(QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invokeWrapped(ClientCallback, String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invokeWrapped(ClientCallback, QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invokeWrapped(String, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invokeWrapped(QName, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invokeWrapped(ClientCallback, String, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
invokeWrapped(ClientCallback, QName, Object...) - Method in class org.apache.cxf.endpoint.ClientImpl
 
IOUtils - Class in org.apache.cxf.helpers
 
is(String) - Method in class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder
 
is(String) - Method in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
Get property of inspected entity type
isA(Executor) - Static method in class org.apache.cxf.workqueue.OneShotAsyncExecutor
 
isA(Executor) - Static method in class org.apache.cxf.workqueue.SynchronousExecutor
 
isAdvanceAtEnd() - Method in class org.apache.cxf.staxutils.FragmentStreamReader
 
isAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the allowChunking property.
isArray() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JType
 
isAsserted() - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
isAsserted(AssertionInfoMap) - Method in interface org.apache.cxf.ws.policy.PolicyAssertion
 
isAsyncStarted() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isAsyncSupported() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isAttribute(String, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
isAttribute(String, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
isAttributeFormQualified() - Method in class org.apache.cxf.service.model.SchemaInfo
 
isAttributeNameQualified(XmlSchemaAttribute, XmlSchema) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
isAttributeQualified(XmlSchemaAttribute, boolean, XmlSchema, XmlSchema) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
due to a bug, feature, or just plain oddity of JAXB, it isn't good enough to just check the form of an element and of its schema.
isAttributeSpecified(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isAttributeSpecified(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
isAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the autoRedirect property.
isAvailable() - Static method in class org.apache.cxf.wsdl.WSDLLibrary
 
isBinaryContent(String) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
isCached() - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
isCancelled() - Method in class org.apache.cxf.endpoint.ClientCallback
 
isCharacters() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
isCharacters() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isChunkingSupported(Message, String) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
isClosed() - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
isCommitted() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
isComplexType(XmlSchemaType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
isConcreteClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
isContextClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isContinuationsEnabled() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the continuationsEnabled property.
isCreatedFromModel() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
isDateRelatedHeader(String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
isDeferred() - Method in class org.apache.cxf.bus.extension.Extension
 
isDisableCNCheck() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns whether or not JSSE omits checking if the host name specified in the URL matches that of the Common Name (CN) on the server's certificate.
isDisableCNCheck() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the disableCNCheck property.
isDisableSchemaCache() - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
isDocument() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
isDocumentFragment() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
isDOMPresent(Message) - Static method in class org.apache.cxf.message.MessageUtils
Returns true if the underlying content format is a W3C DOM or a SAAJ message.
isDone() - Method in class org.apache.cxf.endpoint.ClientCallback
 
isEffective() - Method in class org.apache.cxf.staxutils.DocumentDepthProperties
 
isElement() - Method in interface org.apache.cxf.jaxb.JAXBBeanInfo
 
isElement() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
isElementFormQualified() - Method in class org.apache.cxf.service.model.SchemaInfo
 
isElementNameQualified(XmlSchemaElement, XmlSchema) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
isElementQualified(XmlSchemaElement, boolean, XmlSchema, XmlSchema) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
due to a bug, feature, or just plain oddity of JAXB, it isn't good enough to just check the form of an element and of its schema.
isEmpty() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
isEmpty() - Method in class org.apache.cxf.common.util.CacheMap
 
isEmpty(Collection<T>) - Static method in class org.apache.cxf.common.util.CollectionUtils
 
isEmpty() - Method in class org.apache.cxf.common.util.SortedArraySet
 
isEmpty(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
isEmpty(List<String>) - Static method in class org.apache.cxf.common.util.StringUtils
 
isEmpty() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
isEmpty() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
isEmpty() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
isEmpty() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
isEmpty() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
isEmptyPartialResponse(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determines if the current message is an empty partial response, which is a partial response with an empty content.
isEnabled() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
isEncoded() - Method in class org.apache.cxf.jaxrs.model.Parameter
 
isEncodedEnabled() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
isEndElement() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
isEndElement() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isEqualUri(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
isEumeration(XmlSchemaSimpleType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
Return true if a simple type is a straightforward XML Schema representation of an enumeration.
isExist(String, Node, QName) - Method in class org.apache.cxf.helpers.XPathUtils
 
isFailover() - Method in class org.apache.cxf.clustering.LoadDistributorTargetSelector
 
isFault(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if message is fault.
isFile() - Method in class org.apache.cxf.resource.URIResolver
 
isFileAbsolute(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
isFileExist(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
isFixedParameterOrder() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isFull() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
isGET(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
isHashed() - Method in class org.apache.cxf.common.security.UsernameToken
 
isHideServiceList - Variable in class org.apache.cxf.transport.servlet.ServletController
 
isHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the honorKeepAlive property.
isHttpVerbSupported(Message) - Method in class org.apache.cxf.interceptor.FIStaxInInterceptor
 
isHttpVerbSupported(Message) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
isIgnorable(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isIgnoreUnknownAssertions() - Method in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
Indicates if unknown assertions should simply be ignored.
isIgnoreUnknownAssertions() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
isIP4Address(String) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
isJavaKeyword(String) - Static method in class org.apache.cxf.helpers.JavaUtils
checks if the input string is a valid java keyword.
isJavaKeyword(String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
Checks if the specified word is a Java keyword (as defined in JavaUtils).
isJAXB22() - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
isJdkDynamicProxy(Object) - Static method in class org.apache.cxf.service.invoker.AbstractInvoker
Return whether the given object is a J2SE dynamic proxy.
isLazyLoading() - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
isLocalhost(String) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
isLoggable(Level) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
isLoggable(Level) - Method in class org.apache.cxf.common.logging.Slf4jLogger
 
isMember(Principal) - Method in class org.apache.cxf.common.security.SimpleGroup
 
isMet(T) - Method in class org.apache.cxf.jaxrs.ext.search.AndSearchCondition
 
isMet(T) - Method in class org.apache.cxf.jaxrs.ext.search.OrSearchCondition
 
isMet(T) - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
isMet(T) - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
Checks if the given pojo instance meets this search condition
isMet(T) - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
Compares given object against template condition object.
isMethodAnnotation(Annotation) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isMtomEnabled(Message) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
isMtomEnabled() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
isMtomEnabled() - Method in interface org.apache.cxf.databinding.DataBinding
 
isMultiplexWithAddress() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isNamespace(String, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
isNew() - Method in interface org.apache.cxf.continuations.Continuation
Is this a newly created Continuation.
isNew() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isNew() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
isNsRepairing() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
isOneway() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
isOneway() - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
isOneWay() - Method in interface org.apache.cxf.message.Exchange
Determines if the exchange is one-way.
isOneWay() - Method in class org.apache.cxf.message.ExchangeImpl
 
isOneWay() - Method in class org.apache.cxf.service.model.OperationInfo
 
isOneWay(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isOptional(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isOutbound(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if message is outbound.
isOutboundObserver() - Method in class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
 
isOutboundObserver() - Method in class org.apache.cxf.interceptor.ClientOutFaultObserver
 
isOutboundObserver() - Method in class org.apache.cxf.interceptor.InFaultChainInitiatorObserver
 
isOutboundObserver() - Method in class org.apache.cxf.interceptor.OutFaultChainInitiatorObserver
 
isParamAnnotationClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isPartiallyEncoded(String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
isPartialResponse(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if the current message is a partial response.
isParticleArray(XmlSchemaParticle) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
isParticleOptional(XmlSchemaParticle) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
isPayloadEmpty(HttpHeaders) - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
 
isPayloadEmpty() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isPending() - Method in interface org.apache.cxf.continuations.Continuation
Get the pending status
isPending() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isPending() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
isPrettyLogging() - Method in class org.apache.cxf.feature.LoggingFeature
 
isPrettyLogging() - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
isPrimitive() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JType
 
isPrimitive(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
isRangeSupported() - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.client.ResponseReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
isReadable(Class, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.DataSourceProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
isReadable(Class, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
isRecognizedQuery(String, String, EndpointInfo) - Method in interface org.apache.cxf.transports.http.QueryHandler
 
isRecognizedQuery(String, String, EndpointInfo, boolean) - Method in interface org.apache.cxf.transports.http.StemMatchingQueryHandler
 
isRedirectPossible(HttpHeaders) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
isRegistered(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Determines if a contract resolver is already registered with a registry.
isRegistered(ServiceContractResolver) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
Tests if a resolver is alreadey registered with this registry.
isRequestedSessionIdFromCookie() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isRequestor(Message) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
isRequestor(Message) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
isRequestor(Message) - Method in class org.apache.cxf.interceptor.FIStaxInInterceptor
 
isRequestor(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if current messaging role is that of requestor.
isRequestor(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Determine if current messaging role is that of requestor.
isRequired() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Gets the value of the required property.
isRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElement
Gets the value of the required property.
isResolved() - Method in class org.apache.cxf.resource.URIResolver
 
isResumed() - Method in interface org.apache.cxf.continuations.Continuation
Get the resumed status
isResumed() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
isResumed() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
isReuseAddress() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
isReuseAddress() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the reuseAddress property.
isRoot() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
isSameAs(EndpointInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
isSecure() - Method in class org.apache.cxf.jaxrs.impl.SecurityContextImpl
 
isSecure() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isSecure() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSecurityContext
 
isSendServerVersion() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the sendServerVersion property.
isServlet3 - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isSessionSupport() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
isSessionSupport() - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Gets the value of the sessionSupport property.
isSetAccept() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAcceptLanguage() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAlgorithm() - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
 
isSetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetAny() - Method in class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
 
isSetAny() - Method in class org.apache.cxf.wsdl.TExtensibleDocumented
 
isSetAuthorization() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
isSetAuthorizationType() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
isSetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetBinding() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetBinding() - Method in class org.apache.cxf.wsdl.TPort
 
isSetBrowserType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCacheControl() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetCertAlias() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetCertAlias() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetCertStore() - Method in class org.apache.cxf.configuration.security.TrustManagersType
 
isSetChunkingThreshold() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetCipherSuite() - Method in class org.apache.cxf.configuration.security.CipherSuites
 
isSetCipherSuites() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetCipherSuites() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetCipherSuitesFilter() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetCipherSuitesFilter() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetClientAuthentication() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetCombinator() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
 
isSetConnection() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContent() - Method in class org.apache.cxf.wsdl.TDocumentation
 
isSetContentEncoding() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetContentType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetCookie() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetDecoupledEndpoint() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetDisableCNCheck() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetDocumentation() - Method in class org.apache.cxf.wsdl.TDocumented
 
isSetElement() - Method in class org.apache.cxf.wsdl.TPart
 
isSetExclude() - Method in class org.apache.cxf.configuration.security.FiltersType
 
isSetFactoryAlgorithm() - Method in class org.apache.cxf.configuration.security.KeyManagersType
 
isSetFactoryAlgorithm() - Method in class org.apache.cxf.configuration.security.TrustManagersType
 
isSetFault() - Method in class org.apache.cxf.wsdl.TBindingOperation
 
isSetFile() - Method in class org.apache.cxf.configuration.security.CertStoreType
 
isSetFile() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
isSetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetImport() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetImportOrTypesOrMessage() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetInclude() - Method in class org.apache.cxf.configuration.security.FiltersType
 
isSetInput() - Method in class org.apache.cxf.wsdl.TBindingOperation
 
isSetIssuerDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
isSetJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetKeepAliveParameters() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetKeyManagers() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetKeyManagers() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetKeyPassword() - Method in class org.apache.cxf.configuration.security.KeyManagersType
 
isSetKeyStore() - Method in class org.apache.cxf.configuration.security.KeyManagersType
 
isSetKeyStore() - Method in class org.apache.cxf.configuration.security.TrustManagersType
 
isSetLocation() - Method in class org.apache.cxf.wsdl.http.AddressType
 
isSetLocation() - Method in class org.apache.cxf.wsdl.http.OperationType
 
isSetLocation() - Method in class org.apache.cxf.wsdl.TImport
 
isSetMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetMaxThreads() - Method in class org.apache.cxf.transport.http_jetty.ThreadingParameters
 
isSetMessage() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetMessage() - Method in class org.apache.cxf.wsdl.TFault
 
isSetMessage() - Method in class org.apache.cxf.wsdl.TParam
 
isSetMinThreads() - Method in class org.apache.cxf.transport.http_jetty.ThreadingParameters
 
isSetName() - Method in class org.apache.cxf.wsdl.TBinding
 
isSetName() - Method in class org.apache.cxf.wsdl.TBindingOperation
 
isSetName() - Method in class org.apache.cxf.wsdl.TBindingOperationFault
 
isSetName() - Method in class org.apache.cxf.wsdl.TBindingOperationMessage
 
isSetName() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetName() - Method in class org.apache.cxf.wsdl.TFault
 
isSetName() - Method in class org.apache.cxf.wsdl.TMessage
 
isSetName() - Method in class org.apache.cxf.wsdl.TOperation
 
isSetName() - Method in class org.apache.cxf.wsdl.TParam
 
isSetName() - Method in class org.apache.cxf.wsdl.TPart
 
isSetName() - Method in class org.apache.cxf.wsdl.TPort
 
isSetName() - Method in class org.apache.cxf.wsdl.TPortType
 
isSetName() - Method in class org.apache.cxf.wsdl.TService
 
isSetNamespace() - Method in class org.apache.cxf.wsdl.TImport
 
isSetNonProxyHosts() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetOperation() - Method in class org.apache.cxf.wsdl.TBinding
 
isSetOperation() - Method in class org.apache.cxf.wsdl.TPortType
 
isSetOutput() - Method in class org.apache.cxf.wsdl.TBindingOperation
 
isSetParameterOrder() - Method in class org.apache.cxf.wsdl.TOperation
 
isSetPart() - Method in class org.apache.cxf.wsdl.TMessage
 
isSetPassword() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
isSetPassword() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
isSetPort() - Method in class org.apache.cxf.wsdl.TService
 
isSetPortType() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetProvider() - Method in class org.apache.cxf.configuration.security.KeyManagersType
 
isSetProvider() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
isSetProvider() - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
 
isSetProvider() - Method in class org.apache.cxf.configuration.security.TrustManagersType
 
isSetProxyServer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetProxyServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetRedirectURL() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetReferer() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
isSetRegularExpression() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
 
isSetRequired() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
isSetRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElement
 
isSetResource() - Method in class org.apache.cxf.configuration.security.CertStoreType
 
isSetResource() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
isSetRootNode() - Method in class org.apache.cxf.bindings.xformat.XMLBindingMessageFormat
 
isSetSecureRandomParameters() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetSecureRandomParameters() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetSecureSocketProtocol() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetSecureSocketProtocol() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetServerType() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetService() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetSslCacheTimeout() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetSubjectDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
isSetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
isSetTargetNamespace() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetThreadingParameters() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method returns whether the threading parameters are set.
isSetTrustManagers() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetTrustManagers() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetType() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
isSetType() - Method in class org.apache.cxf.wsdl.TBinding
 
isSetType() - Method in class org.apache.cxf.wsdl.TPart
 
isSetTypes() - Method in class org.apache.cxf.wsdl.TDefinitions
 
isSetUrl() - Method in class org.apache.cxf.configuration.security.CertStoreType
 
isSetUrl() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
isSetUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetUserName() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
isSetVerb() - Method in class org.apache.cxf.wsdl.http.BindingType
 
isSetWant() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
isShared() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
isShowBinaryContent() - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
isShutdown() - Method in interface org.apache.cxf.workqueue.AutomaticWorkQueue
Returns true if this object has been shut down.
isShutdown() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
isSingleton() - Method in class org.apache.cxf.bus.spring.OldSpringSupport
 
isSingleton() - Method in class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
isSingleton() - Method in class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
Indicates if the managed resource is a singleton
isSingleton() - Method in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
Indicates if the managed resource is a singleton
isSingleton() - Method in class org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider
Indicates if the managed resource is a singleton
isSingleton() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
isSingleton() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
isSingleton() - Method in class org.apache.cxf.jaxrs.model.ProviderInfo
 
isSingleton() - Method in class org.apache.cxf.jaxrs.spring.SpringResourceFactory
Indicates if the managed resource is a singleton
isSkipJaxbChecks() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isStandalone() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
isStandalone() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isStarted() - Method in interface org.apache.cxf.endpoint.Server
 
isStarted() - Method in class org.apache.cxf.endpoint.ServerImpl
 
isStartElement() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
isStartElement() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isStopped() - Method in class org.apache.cxf.endpoint.ServerImpl
 
isSubResourceLocator() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
issuerDNConstraints - Variable in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
isSupported(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
For Aegis, it's not obvious to me how we'd decide that a type was hopeless.
isSupported(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isSupportedCollectionOrArray(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
isSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the suppressClientReceiveErrors property.
isSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the suppressClientSendErrors property.
isSynchronous() - Method in interface org.apache.cxf.message.Exchange
Determines if the exchange requires the frontend to wait for a response.
isSynchronous() - Method in class org.apache.cxf.message.ExchangeImpl
 
isThreadLocalRequestContext() - Method in interface org.apache.cxf.endpoint.Client
Checks if the Request context is thread local or global.
isThreadLocalRequestContext() - Method in class org.apache.cxf.endpoint.ClientImpl
 
isTimeZoneSupported(Map<String, String>, Boolean) - Static method in class org.apache.cxf.jaxrs.ext.search.SearchUtils
 
isTrue(Object) - Static method in class org.apache.cxf.message.MessageUtils
Returns true if a value is either the String "true" (regardless of case) or Boolean.TRUE.
isTypeSupported(String, List<String>) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
isUnwrapped() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
isUnwrapped() - Method in class org.apache.cxf.service.model.OperationInfo
 
isUnwrapped() - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
isUnwrappedCapable() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
isUnwrappedCapable() - Method in class org.apache.cxf.service.model.OperationInfo
 
isUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns whether or not HttpsURLConnection.getDefaultHostnameVerifier() should be used to create https connections.
isUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the useHttpsURLConnectionDefaultHostnameVerifier property.
isUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns whether or not HttpsURLConnection.getDefaultSSLSocketFactory() should be used to create https connections.
isUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the useHttpsURLConnectionDefaultSslSocketFactory property.
isUserInRole(SecurityContext, List<String>, boolean) - Method in class org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor
 
isUserInRole(String) - Method in class org.apache.cxf.interceptor.security.DefaultSecurityContext
 
isUserInRole(String) - Method in class org.apache.cxf.interceptor.security.RolePrefixSecurityContextImpl
 
isUserInRole(SecurityContext, List<String>, boolean) - Method in class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
isUserInRole(String) - Method in class org.apache.cxf.jaxrs.impl.SecurityContextImpl
 
isUserInRole(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
isUserInRole(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSecurityContext
 
isUserInRole(String) - Method in interface org.apache.cxf.security.SecurityContext
 
isValid() - Method in class org.apache.cxf.binding.xml.XMLFormatValidator
 
isValid() - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
isValid() - Method in class org.apache.cxf.tools.validator.ServiceValidator
 
isValidParamAnnotationClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isValidParamAnnotations(Annotation[]) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isValidResourceClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.ResourceUtils
 
isWant() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Gets the value of the want property.
isWhiteSpace() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
isWhiteSpace() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isWoodstox() - Static method in class org.apache.cxf.staxutils.StaxUtils
CXF works with multiple STaX parsers.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
isWriteable(Class, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.DataSourceProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
isXmlBean(Class) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
Check if a Class is a valid XMLBeans data object.
isXmlRoot(Class<?>) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isXOP() - Method in class org.apache.cxf.attachment.AttachmentImpl
 
isXop() - Method in class org.apache.cxf.attachment.AttachmentSerializer
 
isXOP() - Method in interface org.apache.cxf.message.Attachment
Whether or not this is an XOP package.
isXOPPackage() - Method in class org.apache.cxf.jaxrs.provider.JAXBAttachmentMarshaller
 
isXOPPackage() - Method in class org.apache.cxf.jaxrs.provider.JAXBAttachmentUnmarshaller
 
iterator() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
iterator() - Method in class org.apache.cxf.common.util.SortedArraySet
 
iterator() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 

J

JAASAuthenticationFilter - Class in org.apache.cxf.jaxrs.security
 
JAASAuthenticationFilter() - Constructor for class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
JAASLoginInterceptor - Class in org.apache.cxf.interceptor.security
 
JAASLoginInterceptor() - Constructor for class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
JarResource - Class in org.apache.cxf.common.util
 
JarResource() - Constructor for class org.apache.cxf.common.util.JarResource
 
JavaHelper - Class in org.apache.cxf.common.commands
 
JavaUtils - Class in org.apache.cxf.helpers
 
JAXB_BINDINGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXB_DATABINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXB_URI - Static variable in class org.apache.cxf.jaxb.JAXBUtils
 
JaxbAssertion<T> - Class in org.apache.cxf.ws.policy.builder.jaxb
 
JaxbAssertion() - Constructor for class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
JaxbAssertion(QName, boolean) - Constructor for class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
JaxbAssertion(QName, boolean, boolean) - Constructor for class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
JaxbAssertionBuilder<T> - Class in org.apache.cxf.ws.policy.builder.jaxb
 
JaxbAssertionBuilder(QName) - Constructor for class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
Constructs a JAXBAssertionBuilder from the QName of the schema type
JaxbAssertionBuilder(String, QName) - Constructor for class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
Constructs a JAXBAssertionBuilder from the specified class name and schema type.
JaxbAssertionBuilder(Class<T>, QName) - Constructor for class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
Constructs a JAXBAssertionBuilder from the specified class and schema type.
JAXBAttachmentMarshaller - Class in org.apache.cxf.jaxrs.provider
 
JAXBAttachmentMarshaller(Collection<Attachment>, Integer) - Constructor for class org.apache.cxf.jaxrs.provider.JAXBAttachmentMarshaller
 
JAXBAttachmentUnmarshaller - Class in org.apache.cxf.jaxrs.provider
 
JAXBAttachmentUnmarshaller(Collection<Attachment>) - Constructor for class org.apache.cxf.jaxrs.provider.JAXBAttachmentUnmarshaller
 
JAXBBeanFactory - Class in org.apache.cxf.configuration.spring
 
JAXBBeanInfo - Interface in org.apache.cxf.jaxb
 
JAXBContextCache - Class in org.apache.cxf.jaxb
 
JAXBContextCache.CachedContextAndSchemas - Class in org.apache.cxf.jaxb
 
JAXBContextProxy - Interface in org.apache.cxf.jaxb
 
jaxbElementClassMap - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
JAXBElementProvider - Class in org.apache.cxf.jaxrs.provider
 
JAXBElementProvider() - Constructor for class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
JAXBExtensionHelper - Class in org.apache.cxf.wsdl
JAXBExtensionHelper
JAXBExtensionHelper(Class<? extends ExtensibilityElement>, String) - Constructor for class org.apache.cxf.wsdl.JAXBExtensionHelper
 
JAXBToStringBuilder - Class in org.apache.cxf.jaxb
 
JAXBToStringStyle - Class in org.apache.cxf.jaxb
 
JAXBUtils - Class in org.apache.cxf.jaxb
 
JAXBUtils - Class in org.apache.cxf.jaxrs.utils
 
JAXBUtils.BridgeWrapper - Interface in org.apache.cxf.jaxb
 
JAXBUtils.DefaultClassNameAllocator - Class in org.apache.cxf.jaxb
 
JAXBUtils.DefaultClassNameAllocator() - Constructor for class org.apache.cxf.jaxb.JAXBUtils.DefaultClassNameAllocator
 
JAXBUtils.DefaultClassNameAllocator(Set<String>) - Constructor for class org.apache.cxf.jaxb.JAXBUtils.DefaultClassNameAllocator
 
JAXBUtils.IdentifierType - Enum in org.apache.cxf.jaxb
 
JAXBUtils.JCodeModel - Interface in org.apache.cxf.jaxb
 
JAXBUtils.JDefinedClass - Interface in org.apache.cxf.jaxb
 
JAXBUtils.JPackage - Interface in org.apache.cxf.jaxb
 
JAXBUtils.JType - Interface in org.apache.cxf.jaxb
 
JAXBUtils.Mapping - Interface in org.apache.cxf.jaxb
 
JAXBUtils.Options - Interface in org.apache.cxf.jaxb
 
JAXBUtils.S2JJAXBModel - Interface in org.apache.cxf.jaxb
 
JAXBUtils.SchemaCompiler - Interface in org.apache.cxf.jaxb
 
JAXBUtils.TypeAndAnnotation - Interface in org.apache.cxf.jaxb
 
JAXRS_BINDING_ID - Static variable in class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
JAXRSBindingFactory - Class in org.apache.cxf.jaxrs
The CXF BindingFactory implementation which is used to register CXF JAX-RS interceptors with the runtime.
JAXRSBindingFactory() - Constructor for class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
JAXRSBindingFactory(Bus) - Constructor for class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
JAXRSBPNamespaceHandler - Class in org.apache.cxf.jaxrs.blueprint
 
JAXRSBPNamespaceHandler() - Constructor for class org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler
 
JAXRSClientFactory - Class in org.apache.cxf.jaxrs.client
Factory for creating proxy clients.
JAXRSClientFactoryBean - Class in org.apache.cxf.jaxrs.client
 
JAXRSClientFactoryBean() - Constructor for class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
 
JAXRSClientFactoryBean(JAXRSServiceFactoryBean) - Constructor for class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
 
JAXRSClientFactoryBeanDefinitionParser - Class in org.apache.cxf.jaxrs.blueprint
 
JAXRSClientFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.jaxrs.blueprint.JAXRSClientFactoryBeanDefinitionParser
 
JAXRSClientFactoryBeanDefinitionParser - Class in org.apache.cxf.jaxrs.spring
 
JAXRSClientFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser
 
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean - Class in org.apache.cxf.jaxrs.spring
 
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean() - Constructor for class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean
 
JAXRSDataBinding - Class in org.apache.cxf.jaxrs.provider
CXF DataBinding implementation wrapping JAX-RS providers
JAXRSDataBinding() - Constructor for class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
JAXRSInInterceptor - Class in org.apache.cxf.jaxrs.interceptor
 
JAXRSInInterceptor() - Constructor for class org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor
 
JAXRSInvoker - Class in org.apache.cxf.jaxrs
 
JAXRSInvoker() - Constructor for class org.apache.cxf.jaxrs.JAXRSInvoker
 
JAXRSOutInterceptor - Class in org.apache.cxf.jaxrs.interceptor
 
JAXRSOutInterceptor() - Constructor for class org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor
 
JAXRSServerFactoryBean - Class in org.apache.cxf.jaxrs
Bean to help easily create Server endpoints for JAX-RS.
JAXRSServerFactoryBean() - Constructor for class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
JAXRSServerFactoryBean(JAXRSServiceFactoryBean) - Constructor for class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
JAXRSServerFactoryBeanDefinitionParser - Class in org.apache.cxf.jaxrs.blueprint
 
JAXRSServerFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser
 
JAXRSServerFactoryBeanDefinitionParser - Class in org.apache.cxf.jaxrs.spring
 
JAXRSServerFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable<T> - Class in org.apache.cxf.jaxrs.blueprint
 
JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable(T) - Constructor for class org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser.PassThroughCallable
 
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean - Class in org.apache.cxf.jaxrs.spring
 
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean() - Constructor for class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean
 
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean(JAXRSServiceFactoryBean) - Constructor for class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean
 
JAXRSServiceFactoryBean - Class in org.apache.cxf.jaxrs
Builds a JAX-RS service model from resource classes.
JAXRSServiceFactoryBean() - Constructor for class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
JAXRSServiceImpl - Class in org.apache.cxf.jaxrs
The CXF Service implementation which is used to register the JAX-RS endpoint with the runtime.
JAXRSServiceImpl(String, QName) - Constructor for class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
JAXRSServiceImpl(List<ClassResourceInfo>, QName) - Constructor for class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
JAXRSServiceImpl(List<ClassResourceInfo>) - Constructor for class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
JAXRSServiceImpl(List<ClassResourceInfo>, boolean) - Constructor for class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
JAXRSUtils - Class in org.apache.cxf.jaxrs.utils
 
JAXWS_BINDING_NODE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXWS_BINDING_VERSION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXWS_BINDINGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXWS_BINDINGS_WSDL_LOCATION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXWS_FRONTEND - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXWSAConstants - Class in org.apache.cxf.ws.addressing
A container for WS-Addressing constants.
JETTY_THREADING - Static variable in class org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineFactoryParser
 
JETTY_TRANSPORT - Static variable in class org.apache.cxf.transport.http_jetty.blueprint.HTTPJettyTransportNamespaceHandler
 
JETTY_TRANSPORT - Static variable in class org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineFactoryParser
 
JettyConnectorFactory - Interface in org.apache.cxf.transport.http_jetty
Encapsulates creation of Jetty listener.
JettyContextInspector - Class in org.apache.cxf.transport.http_jetty
 
JettyContextInspector() - Constructor for class org.apache.cxf.transport.http_jetty.JettyContextInspector
 
JettyContinuationProvider - Class in org.apache.cxf.transport.http_jetty.continuations
 
JettyContinuationProvider(HttpServletRequest, HttpServletResponse, Message) - Constructor for class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvider
 
JettyContinuationWrapper - Class in org.apache.cxf.transport.http_jetty.continuations
 
JettyContinuationWrapper(HttpServletRequest, HttpServletResponse, Message) - Constructor for class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
JettyDestinationFactory - Class in org.apache.cxf.transport.http_jetty
 
JettyDestinationFactory() - Constructor for class org.apache.cxf.transport.http_jetty.JettyDestinationFactory
 
JettyHTTPDestination - Class in org.apache.cxf.transport.http_jetty
 
JettyHTTPDestination(Bus, DestinationRegistry, EndpointInfo, JettyHTTPServerEngineFactory) - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
Constructor, using Jetty server engine.
JettyHTTPHandler - Class in org.apache.cxf.transport.http_jetty
 
JettyHTTPHandler(JettyHTTPDestination, boolean) - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
JettyHTTPServerEngine - Class in org.apache.cxf.transport.http_jetty
This class is the Jetty HTTP Server Engine that is configured to work off of a designated port.
JettyHTTPServerEngine(Container.Listener, String, int) - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This constructor is called by the JettyHTTPServerEngineFactory.
JettyHTTPServerEngine() - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
JettyHTTPServerEngineBeanDefinitionParser - Class in org.apache.cxf.transport.http_jetty.spring
 
JettyHTTPServerEngineBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine - Class in org.apache.cxf.transport.http_jetty.spring
 
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory, Bus, String, int) - Constructor for class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine() - Constructor for class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
JettyHTTPServerEngineConfigType - Class in org.apache.cxf.transports.http_jetty.configuration
Java class for JettyHTTPServerEngineConfigType complex type.
JettyHTTPServerEngineConfigType() - Constructor for class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
JettyHTTPServerEngineFactory - Class in org.apache.cxf.transport.http_jetty
This Bus Extension handles the configuration of network port numbers for use with "http" or "https".
JettyHTTPServerEngineFactory() - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
JettyHTTPServerEngineFactory(Bus) - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
JettyHTTPServerEngineFactory(Bus, Map<String, TLSServerParameters>, Map<String, ThreadingParameters>) - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
JettyHTTPServerEngineFactoryBeanDefinitionParser - Class in org.apache.cxf.transport.http_jetty.spring
 
JettyHTTPServerEngineFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser
 
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory - Class in org.apache.cxf.transport.http_jetty.spring
 
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory() - Constructor for class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
 
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory(Bus, Map<String, TLSServerParameters>, Map<String, ThreadingParameters>) - Constructor for class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
 
JettyHTTPServerEngineFactoryConfigType - Class in org.apache.cxf.transports.http_jetty.configuration
Java class for JettyHTTPServerEngineFactoryConfigType complex type.
JettyHTTPServerEngineFactoryConfigType() - Constructor for class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
 
JettyHTTPServerEngineFactoryHolder - Class in org.apache.cxf.transport.http_jetty.blueprint
 
JettyHTTPServerEngineFactoryHolder() - Constructor for class org.apache.cxf.transport.http_jetty.blueprint.JettyHTTPServerEngineFactoryHolder
 
JettyServerEngineFactoryParser - Class in org.apache.cxf.transport.http_jetty.blueprint
 
JettyServerEngineFactoryParser() - Constructor for class org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineFactoryParser
 
JettyServerEngineParser - Class in org.apache.cxf.transport.http_jetty.blueprint
 
JettyServerEngineParser() - Constructor for class org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineParser
 
JettySpringTypesFactory - Class in org.apache.cxf.transport.http_jetty.spring
 
JettySpringTypesFactory() - Constructor for class org.apache.cxf.transport.http_jetty.spring.JettySpringTypesFactory
 
JettySslConnectorFactory - Class in org.apache.cxf.transport.https_jetty
This class wraps the JettyConnectorFactory and will create TLS enabled acceptors.
JettySslConnectorFactory(TLSServerParameters) - Constructor for class org.apache.cxf.transport.https_jetty.JettySslConnectorFactory
 
JettySslConnectorFactory(TLSServerParameters, int) - Constructor for class org.apache.cxf.transport.https_jetty.JettySslConnectorFactory
 
JMS_ADDR_DEST_STYLE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDR_INIT_CTX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDR_JNDI_DEST - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDR_JNDI_FAC - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDR_JNDI_URL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDR_MSG_TYPE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDR_MSGID_TO_CORRID - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDR_SUBSCRIBER_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JMS_PREFIX - Static variable in class org.apache.cxf.common.WSDLConstants
 
joinErrOut(boolean) - Method in class org.apache.cxf.common.commands.ForkedCommand
Determines if the threads collecting the forked process' stdout/stderr should be joined.
JSONP_TYPE - Static variable in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
JsonpInInterceptor - Class in org.apache.cxf.jaxrs.provider.jsonp
Sets a callback key in the message exchange for HTTP requests containing the '_jsonp' parameter in the querystring.
JsonpInInterceptor() - Constructor for class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
JsonpInInterceptor(String) - Constructor for class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
JsonpPostStreamInterceptor - Class in org.apache.cxf.jaxrs.provider.jsonp
Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
JsonpPostStreamInterceptor() - Constructor for class org.apache.cxf.jaxrs.provider.jsonp.JsonpPostStreamInterceptor
 
JsonpPreStreamInterceptor - Class in org.apache.cxf.jaxrs.provider.jsonp
Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
JsonpPreStreamInterceptor() - Constructor for class org.apache.cxf.jaxrs.provider.jsonp.JsonpPreStreamInterceptor
 
JSONProvider - Class in org.apache.cxf.jaxrs.provider
 
JSONProvider() - Constructor for class org.apache.cxf.jaxrs.provider.JSONProvider
 
JSONUtils - Class in org.apache.cxf.jaxrs.provider
 
Jsr250BeanPostProcessor - Class in org.apache.cxf.bus.spring
 
jsseProvider - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
jsseProvider - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 

K

KEEP_CONDUIT_ALIVE - Static variable in class org.apache.cxf.endpoint.AbstractConduitSelector
 
KEEP_CONDUIT_ALIVE - Static variable in interface org.apache.cxf.endpoint.Client
 
KEEP_CONDUIT_ALIVE - Static variable in class org.apache.cxf.jaxrs.client.AbstractClient
 
KEEP_PARAMETERS_WRAPPER - Static variable in class org.apache.cxf.interceptor.DocLiteralInInterceptor
 
keepAliveParameters - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
keepEncoded(Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
keepInOrder(Map<String, String>, OperationInfo, List<String>) - Method in class org.apache.cxf.interceptor.URIMappingInterceptor
 
KEY - Static variable in class org.apache.cxf.common.logging.LogUtils
 
KEY_HTTP_CONNECTION - Static variable in class org.apache.cxf.transport.http.Headers
This constant is the Message(Map) key for the HttpURLConnection that is used to get the response.
KEY_HTTP_CONNECTION - Static variable in class org.apache.cxf.transport.http.HTTPConduit
This constant is the Message(Map) key for the HttpURLConnection that is used to get the response.
keyManagers - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
keyManagers - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
keyManagers - Variable in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
KeyManagersType - Class in org.apache.cxf.configuration.security
This structure specifies the JSSE based KeyManagers for a single Keystore.
KeyManagersType() - Constructor for class org.apache.cxf.configuration.security.KeyManagersType
 
keyPassword - Variable in class org.apache.cxf.configuration.security.KeyManagersType
 
keySet() - Method in class org.apache.cxf.common.util.CacheMap
 
keySet() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
keySet() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
keySet() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
keyStore - Variable in class org.apache.cxf.configuration.security.KeyManagersType
 
keyStore - Variable in class org.apache.cxf.configuration.security.TrustManagersType
 
KeyStoreType - Class in org.apache.cxf.configuration.security
A KeyStoreType represents the information needed to load a collection of key and certificate material from a desired location.
KeyStoreType() - Constructor for class org.apache.cxf.configuration.security.KeyStoreType
 
KNOWN_ELEMENTS - Static variable in class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
KNOWN_ELEMENTS - Static variable in class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 

L

language(String) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Content-Language header
language(String) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Content-Language header
language(String) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
language(Locale) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
language(String) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
LANGUAGE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
LANGUAGE_QUERY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
languages(Locale...) - Method in class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
last() - Method in class org.apache.cxf.common.util.SortedArraySet
 
lastestImportUri - Variable in class org.apache.cxf.resource.ExtendedURIResolver
 
lastModified(Date) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
LazyAttachmentCollection - Class in org.apache.cxf.attachment
 
LazyAttachmentCollection(AttachmentDeserializer) - Constructor for class org.apache.cxf.attachment.LazyAttachmentCollection
 
LazyDataSource - Class in org.apache.cxf.attachment
A DataSource which will search through a Collection of attachments so as to lazily load the attachment from the collection.
LazyDataSource(String, Collection<Attachment>) - Constructor for class org.apache.cxf.attachment.LazyDataSource
 
LE - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
lessOrEqualTo(double) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property less or equal to given number?
lessOrEqualTo(long) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property less or equal to given number?
lessThan(double) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property less than given number?
lessThan(long) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property less than given number?
lexicalAfter(String) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is textual property lexically after (greater than) given literal?
lexicalBefore(String) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is textual property lexically before (less than) given literal?
lexicalNotAfter(String) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is textual property lexically not after (less or equal to) given literal?
lexicalNotBefore(String) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is textual property lexically not before (greater or equal to) given literal?
limit - Variable in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
LIMITED_REGEX_SUFFIX - Static variable in class org.apache.cxf.jaxrs.model.URITemplate
 
LINE_SEP_PROPERTY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
LITERAL - Static variable in class org.apache.cxf.common.WSDLConstants
 
load(ClassLoader, Bus) - Method in class org.apache.cxf.bus.extension.Extension
 
load(String[]) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
loadAdditionalFeatures() - Method in class org.apache.cxf.bus.blueprint.BlueprintBus
 
loadAdditionalFeatures() - Method in class org.apache.cxf.bus.CXFBusImpl
 
loadAdditionalFeatures() - Method in class org.apache.cxf.bus.spring.SpringBus
 
loadAllProperties(String, ClassLoader) - Static method in class org.apache.cxf.common.util.PropertiesLoaderUtils
Load all properties from the given class path resource, using the given class loader.
loadAllProperties(String, ClassLoader, Logger, Level, String) - Static method in class org.apache.cxf.common.util.PropertiesLoaderUtils
 
loadBean(String, Class<? extends T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener
Return true to have the loader go ahead and load the bean.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.apache.cxf.bus.spring.BusApplicationContext
 
loadBeanDefinitions(EncodedResource) - Method in class org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader
 
loadBeansOfType(Class<T>, ConfiguredBeanLocator.BeanLoaderListener<T>) - Method in class org.apache.cxf.bus.blueprint.BlueprintBeanLocator
Iterates through the beans of the given type, calling the listener to determine if it should be loaded or not.
loadBeansOfType(Class<T>, ConfiguredBeanLocator.BeanLoaderListener<T>) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
loadBeansOfType(Class<T>, ConfiguredBeanLocator.BeanLoaderListener<T>) - Method in class org.apache.cxf.bus.osgi.OSGiBeanLocator
 
loadBeansOfType(Class<T>, ConfiguredBeanLocator.BeanLoaderListener<T>) - Method in class org.apache.cxf.bus.spring.SpringBeanLocator
 
loadBeansOfType(Class<T>, ConfiguredBeanLocator.BeanLoaderListener<T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Iterates through the beans of the given type, calling the listener to determine if it should be loaded or not.
loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
loadCACert(String) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
loadCatalog(URL) - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
loadCatalogs(ClassLoader, String) - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
loadClass(String, boolean) - Method in class org.apache.cxf.bus.blueprint.BundleDelegatingClassLoader
 
loadClass(String, Class<?>) - Static method in class org.apache.cxf.common.classloader.ClassLoaderUtils
Load a class with a given name.
loadClass(String, boolean) - Method in class org.apache.cxf.common.classloader.FireWallClassLoader
 
loadClass(String, Class, byte[]) - Method in class org.apache.cxf.common.util.ASMHelper
 
loadClientCredential(String) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
loadContextCatalogs() - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
loadContextCatalogs(String) - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
LoadDistributorBeanDefinitionParser - Class in org.apache.cxf.clustering.spring
 
LoadDistributorBeanDefinitionParser() - Constructor for class org.apache.cxf.clustering.spring.LoadDistributorBeanDefinitionParser
 
LoadDistributorFeature - Class in org.apache.cxf.clustering
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.
LoadDistributorFeature() - Constructor for class org.apache.cxf.clustering.LoadDistributorFeature
 
LoadDistributorTargetSelector - Class in org.apache.cxf.clustering
 
LoadDistributorTargetSelector() - Constructor for class org.apache.cxf.clustering.LoadDistributorTargetSelector
Normal constructor.
LoadDistributorTargetSelector(Conduit) - Constructor for class org.apache.cxf.clustering.LoadDistributorTargetSelector
Constructor, allowing a specific conduit to override normal selection.
loadDynamic() - Method in class org.apache.cxf.extension.RegistryImpl
 
loader - Variable in class org.apache.cxf.transport.ChainInitiationObserver
 
loader - Variable in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
LOADER_MAP - Static variable in class org.apache.cxf.common.util.ASMHelper
 
LoadingByteArrayOutputStream - Class in org.apache.cxf.helpers
Subclass of ByteArrayOutputStream that allows creation of a ByteArrayInputStream directly without creating a copy of the byte[].
LoadingByteArrayOutputStream() - Constructor for class org.apache.cxf.helpers.LoadingByteArrayOutputStream
 
LoadingByteArrayOutputStream(int) - Constructor for class org.apache.cxf.helpers.LoadingByteArrayOutputStream
 
loadInterface(ClassLoader) - Method in class org.apache.cxf.bus.extension.Extension
 
loadInterface(ClassLoader) - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener.OSGiExtension
 
loadIntoBAIS(InputStream) - Static method in class org.apache.cxf.helpers.IOUtils
Load the InputStream into memory and return a ByteArrayInputStream that represents it.
loadKeyStore(KeyManagerFactory, KeyStore, ByteArrayInputStream, String, String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
localCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the certificates that were used to authenticate the connection to the peer.
LocalClientState - Class in org.apache.cxf.jaxrs.client
Keeps the client state such as the baseURI, currentURI, requestHeaders, current response
LocalClientState() - Constructor for class org.apache.cxf.jaxrs.client.LocalClientState
 
LocalClientState(URI) - Constructor for class org.apache.cxf.jaxrs.client.LocalClientState
 
LocalClientState(LocalClientState) - Constructor for class org.apache.cxf.jaxrs.client.LocalClientState
 
localPrincipal - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the Principal that authenticated to the peer.
location(URI) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
location - Variable in class org.apache.cxf.wsdl.http.AddressType
 
location - Variable in class org.apache.cxf.wsdl.http.OperationType
 
location - Variable in class org.apache.cxf.wsdl.TImport
 
lockOutputStream() - Method in class org.apache.cxf.io.CachedOutputStream
Locks the output stream to prevent additional writes, but maintains a pointer to it so an InputStream can be obtained
LOG - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
LOG - Static variable in class org.apache.cxf.bus.spring.OldSpringSupport
 
log(LogRecord) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
log(Level, String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
log(Level, String, Object) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
log(Level, String, Object[]) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
log(Level, String, Throwable) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
log(Logger, Level, String, Throwable, Object) - Static method in class org.apache.cxf.common.logging.LogUtils
Allows both parameter substitution and a typed Throwable to be logged.
log(Logger, Level, String, Throwable, Object...) - Static method in class org.apache.cxf.common.logging.LogUtils
Allows both parameter substitution and a typed Throwable to be logged.
log(Logger, Level, String) - Static method in class org.apache.cxf.common.logging.LogUtils
Checks log level and logs
log(Logger, Level, String, Throwable) - Static method in class org.apache.cxf.common.logging.LogUtils
Checks log level and logs
log(Logger, Level, String, Object) - Static method in class org.apache.cxf.common.logging.LogUtils
Checks log level and logs
log(Logger, Level, String, Object[]) - Static method in class org.apache.cxf.common.logging.LogUtils
Checks log level and logs
log(Logger, String) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
log(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
log(Exception, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
log(String, Throwable) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
LOG - Static variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
LOG - Static variable in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
Log4jLogger - Class in org.apache.cxf.common.logging
java.util.logging.Logger implementation delegating to Log4j.
Log4jLogger(String, String) - Constructor for class org.apache.cxf.common.logging.Log4jLogger
 
logGeneratedClassNames(Logger, JAXBUtils.JCodeModel) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
Logging - Annotation Type in org.apache.cxf.annotations
Enables message Logging
logging(Logger, Message) - Method in class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingFeature - Class in org.apache.cxf.feature
This class is used to control message-on-the-wire logging.
LoggingFeature() - Constructor for class org.apache.cxf.feature.LoggingFeature
 
LoggingFeature(int) - Constructor for class org.apache.cxf.feature.LoggingFeature
 
LoggingFeature(String, String) - Constructor for class org.apache.cxf.feature.LoggingFeature
 
LoggingFeature(String, String, int) - Constructor for class org.apache.cxf.feature.LoggingFeature
 
LoggingFeature(String, String, int, boolean) - Constructor for class org.apache.cxf.feature.LoggingFeature
 
LoggingFeature(String, String, int, boolean, boolean) - Constructor for class org.apache.cxf.feature.LoggingFeature
 
LoggingFeature(Logging) - Constructor for class org.apache.cxf.feature.LoggingFeature
 
LoggingInInterceptor - Class in org.apache.cxf.interceptor
A simple logging handler which outputs the bytes of the message to the Logger.
LoggingInInterceptor() - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingInInterceptor(String) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingInInterceptor(String, String) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingInInterceptor(int) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingInInterceptor(String, int) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingInInterceptor(PrintWriter) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingInInterceptor(String, PrintWriter) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingMessage - Class in org.apache.cxf.interceptor
 
LoggingMessage(String, String) - Constructor for class org.apache.cxf.interceptor.LoggingMessage
 
LoggingOutInterceptor - Class in org.apache.cxf.interceptor
 
LoggingOutInterceptor(String) - Constructor for class org.apache.cxf.interceptor.LoggingOutInterceptor
 
LoggingOutInterceptor() - Constructor for class org.apache.cxf.interceptor.LoggingOutInterceptor
 
LoggingOutInterceptor(int) - Constructor for class org.apache.cxf.interceptor.LoggingOutInterceptor
 
LoggingOutInterceptor(PrintWriter) - Constructor for class org.apache.cxf.interceptor.LoggingOutInterceptor
 
logicalName - Variable in class org.apache.cxf.transport.http.MessageTrustDecider
This field contains the "logical" name of this Message Trust Decider.
login(String, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
LoginSecurityContext - Interface in org.apache.cxf.security
LoginSecurityContext provides additional information about the authenticated principal.
logout() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
logp(Level, String, String, String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logp(Level, String, String, String, Object) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logp(Level, String, String, String, Object[]) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logp(Level, String, String, String, Throwable) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String, Object) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String, Object[]) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String, Throwable) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
logRequestParametersIfNeeded(Map<String, List<String>>, String) - Static method in class org.apache.cxf.jaxrs.utils.FormUtils
 
logUnSupportedPolicies(Object, boolean, String[], Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
LogUtils - Class in org.apache.cxf.common.logging
A container for static utility methods related to logging.
logWarning(String) - Static method in class org.apache.cxf.bus.spring.OldSpringSupport
 
LONG_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
lookupDefinedClass(String) - Method in class org.apache.cxf.common.util.ASMHelper.TypeHelperClassLoader
 
LSInputImpl - Class in org.apache.cxf.common.xmlschema
LSInput implementation that can be used in custom LSResourceResolver implementations for getting schema import and include references resolved.
LSInputImpl() - Constructor for class org.apache.cxf.common.xmlschema.LSInputImpl
 
LSInputImpl(String, String, InputStream) - Constructor for class org.apache.cxf.common.xmlschema.LSInputImpl
 
LT - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 

M

MAINTAIN_SESSION - Static variable in interface org.apache.cxf.message.Message
 
makeNamespaceFromClassName(String, String) - Static method in class org.apache.cxf.helpers.ServiceUtils
Generates the name of a XML namespace from a given class name and protocol.
makeNonJavaKeyword(String) - Static method in class org.apache.cxf.helpers.JavaUtils
Turn a java keyword string into a non-Java keyword string.
makePackageName(String) - Static method in class org.apache.cxf.helpers.ServiceUtils
Method makePackageName
makeQualifiedNameFromClass(Class<?>) - Static method in class org.apache.cxf.helpers.ServiceUtils
 
makeServiceNameFromClassName(Class<?>) - Static method in class org.apache.cxf.helpers.ServiceUtils
Generates a suitable service name from a given class.
ManagedAttribute - Annotation Type in org.apache.cxf.management.annotation
 
ManagedBus - Class in org.apache.cxf.bus
 
ManagedBus(Bus) - Constructor for class org.apache.cxf.bus.ManagedBus
 
ManagedComponent - Interface in org.apache.cxf.management
Basic interface for representing a Instrumented object.
ManagedEndpoint - Class in org.apache.cxf.endpoint
 
ManagedEndpoint(Bus, Endpoint, Server) - Constructor for class org.apache.cxf.endpoint.ManagedEndpoint
 
ManagedNotification - Annotation Type in org.apache.cxf.management.annotation
 
ManagedNotifications - Annotation Type in org.apache.cxf.management.annotation
 
ManagedOperation - Annotation Type in org.apache.cxf.management.annotation
 
ManagedOperationParameter - Annotation Type in org.apache.cxf.management.annotation
 
ManagedOperationParameters - Annotation Type in org.apache.cxf.management.annotation
 
ManagedResource - Annotation Type in org.apache.cxf.management.annotation
 
ManagedWorkQueueList - Class in org.apache.cxf.bus.osgi
List of work queues that can be managed using the OSGi configuration admin service
ManagedWorkQueueList() - Constructor for class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
ManagementConstants - Class in org.apache.cxf.management
 
mapAttribute(MutableBeanMetadata, Element, String, String, ParserContext) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
mapAttribute(BeanDefinitionBuilder, Element, String, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapAttribute(BeanDefinitionBuilder, String, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapAttribute(MutableBeanMetadata, Element, String, String, ParserContext) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSClientFactoryBeanDefinitionParser
 
mapAttribute(MutableBeanMetadata, Element, String, String, ParserContext) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser
 
mapAttribute(BeanDefinitionBuilder, Element, String, String) - Method in class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser
 
mapAttribute(BeanDefinitionBuilder, Element, String, String) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
mapBeanOrClassElement(Element, BeanDefinitionBuilder, Class<?>) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
This method finds the class or bean associated with the named element and sets the bean property that is associated with the same name as the element.
mapCharset(String) - Static method in class org.apache.cxf.helpers.HttpHeaderHelper
 
mapCharset(String, String) - Static method in class org.apache.cxf.helpers.HttpHeaderHelper
 
mapElement(ParserContext, MutableBeanMetadata, Element, String) - Method in class org.apache.cxf.bus.blueprint.BusDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.clustering.spring.FailoverBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.clustering.spring.LoadDistributorBeanDefinitionParser
 
mapElement(ParserContext, MutableBeanMetadata, Element, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapElement(ParserContext, MutableBeanMetadata, Element, String) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSClientFactoryBeanDefinitionParser
 
mapElement(ParserContext, MutableBeanMetadata, Element, String) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
mapElement(ParserContext, MutableBeanMetadata, Element, String) - Method in class org.apache.cxf.transport.http.blueprint.HttpConduitBPBeanDefinitionParser
 
mapElementToJaxbBean(Element, Class<?>, Class<?>, String, Object...) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapElementToJaxbBean(Element, Class<?>, Class<?>, Class<?>, String, Object...) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapElementToJaxbProperty(ParserContext, MutableBeanMetadata, Element, QName, String, Class<?>) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
mapElementToJaxbProperty(Element, BeanDefinitionBuilder, QName, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapElementToJaxbProperty(Element, BeanDefinitionBuilder, QName, String, Class<?>) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapElementToJaxbProperty(Element, BeanDefinitionBuilder, String, Class<?>) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapElementToJaxbPropertyFactory(Element, BeanDefinitionBuilder, String, Class<?>, Class<?>, String, Object...) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
MapNamespaceContext - Class in org.apache.cxf.helpers
 
MapNamespaceContext() - Constructor for class org.apache.cxf.helpers.MapNamespaceContext
 
MapNamespaceContext(Map<String, String>) - Constructor for class org.apache.cxf.helpers.MapNamespaceContext
 
MapNamespaceContext(Node) - Constructor for class org.apache.cxf.helpers.MapNamespaceContext
 
MapProvider<X,V> - Interface in org.apache.cxf.configuration.spring
This is to workaround an issue with Spring.
mapTLSClientParameters(Element, BeanDefinitionBuilder) - Method in class org.apache.cxf.transport.http.spring.HttpConduitBeanDefinitionParser
Inject the "setTlsClientParameters" method with a TLSClientParametersConfig object initialized with the JAXB generated type unmarshalled from the selected node.
mapToProperty(MutableBeanMetadata, String, String, ParserContext) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
mapToProperty(BeanDefinitionBuilder, String, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mark(int) - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
markClosed(DelegatingInputStream) - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
markSupported() - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
marshal(Object, XMLStreamWriter, AttachmentMarshaller) - Method in interface org.apache.cxf.jaxb.JAXBUtils.BridgeWrapper
 
marshal(Object, StreamResult) - Method in interface org.apache.cxf.jaxb.JAXBUtils.BridgeWrapper
 
marshal(Object, Node, AttachmentMarshaller) - Method in interface org.apache.cxf.jaxb.JAXBUtils.BridgeWrapper
 
marshal(Object, Class<?>, Type, String, OutputStream, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
marshal(Object, Class<?>, Type, String, OutputStream, MediaType, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
marshal(Object, Class<?>, Type, String, OutputStream, MediaType, Marshaller) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
marshal(Marshaller, Object, Class<?>, Type, String, OutputStream, boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
marshal(Object, Class<?>, Type, String, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
MARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
MARSHAL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
marshalAsJaxbElement - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
marshalCollection(Class<?>, Object, Type, String, OutputStream, MediaType, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
marshalCollection(Class<?>, Object, Type, String, OutputStream, MediaType, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
marshalCollectionMember(Object, Class<?>, Type, String, OutputStream, MediaType, String) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
marshalCollectionMember(Object, Class<?>, Type, String, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class org.apache.cxf.wsdl11.SchemaSerializer
 
marshalToOutputStream(Marshaller, Object, OutputStream, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
marshalToOutputStream(Marshaller, Object, OutputStream, MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
marshalToWriter(Marshaller, Object, XMLStreamWriter, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
marshalToWriter(Marshaller, Object, XMLStreamWriter, MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
match(EntityTag, boolean) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP If-Match or If-None-Match header
match(EntityTag, boolean) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP If-Match or If-None-Match header
match(EntityTag, boolean) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
match(String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.model.URITemplate
 
matchConsumeTypes(MediaType, OperationResourceInfo) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
matches(X509Certificate) - Method in class org.apache.cxf.transport.https.CertConstraints
 
matchMimeTypes(MediaType, MediaType, OperationResourceInfo) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
matchProduceTypes(MediaType, OperationResourceInfo) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
matrix(String, Object...) - Method in class org.apache.cxf.jaxrs.client.WebClient
Updates the current URI matrix parameters
matrixParam(String, Object...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
MAX_AGE_ATTRIBUTE - Static variable in class org.apache.cxf.transport.http.Cookie
 
maxIdleTime - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
maxRetransmits - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
maxThreads - Variable in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
 
mediaType(String) - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
MediaTypeHeaderProvider - Class in org.apache.cxf.jaxrs.impl
 
MediaTypeHeaderProvider() - Constructor for class org.apache.cxf.jaxrs.impl.MediaTypeHeaderProvider
 
mediaTypes(MediaType...) - Method in class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
members() - Method in class org.apache.cxf.common.security.SimpleGroup
 
MEP_IN - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
MEP_ROBUST_IN_OUT - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
Message - Class in org.apache.cxf.common.i18n
 
Message(String, Logger, Object...) - Constructor for class org.apache.cxf.common.i18n.Message
Constructor.
Message(String, ResourceBundle, Object...) - Constructor for class org.apache.cxf.common.i18n.Message
Constructor.
Message - Interface in org.apache.cxf.message
The base interface for all all message implementations.
message - Variable in class org.apache.cxf.wsdl.TDefinitions
 
message - Variable in class org.apache.cxf.wsdl.TFault
 
message - Variable in class org.apache.cxf.wsdl.TParam
 
MessageContentsList - Class in org.apache.cxf.message
 
MessageContentsList() - Constructor for class org.apache.cxf.message.MessageContentsList
 
MessageContentsList(Object...) - Constructor for class org.apache.cxf.message.MessageContentsList
 
MessageContentsList(List<?>) - Constructor for class org.apache.cxf.message.MessageContentsList
 
MessageContext - Interface in org.apache.cxf.jaxrs.ext
Represents an invocation context
MessageContextImpl - Class in org.apache.cxf.jaxrs.ext
 
MessageContextImpl(Message) - Constructor for class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
MessageImpl - Class in org.apache.cxf.message
 
MessageImpl() - Constructor for class org.apache.cxf.message.MessageImpl
 
MessageImpl(Message) - Constructor for class org.apache.cxf.message.MessageImpl
 
MessageInfo - Class in org.apache.cxf.service.model
A message for an operation.
MessageInfo(OperationInfo, MessageInfo.Type, QName) - Constructor for class org.apache.cxf.service.model.MessageInfo
 
MessageInfo.Type - Enum in org.apache.cxf.service.model
 
MessageObserver - Interface in org.apache.cxf.transport
Observer for incoming messages.
MessagePartInfo - Class in org.apache.cxf.service.model
 
MessagePartInfo(QName, AbstractMessageContainer) - Constructor for class org.apache.cxf.service.model.MessagePartInfo
 
MessageSenderInterceptor - Class in org.apache.cxf.interceptor
Takes the Conduit from the exchange and sends the message through it.
MessageSenderInterceptor() - Constructor for class org.apache.cxf.interceptor.MessageSenderInterceptor
 
MessageSenderInterceptor.MessageSenderEndingInterceptor - Class in org.apache.cxf.interceptor
 
MessageSenderInterceptor.MessageSenderEndingInterceptor() - Constructor for class org.apache.cxf.interceptor.MessageSenderInterceptor.MessageSenderEndingInterceptor
 
MessageTrustDecider - Class in org.apache.cxf.transport.http
The HTTPConduit calls upon this object to establish trust just before a message within the HTTP Conduit is sent out.
MessageTrustDecider() - Constructor for class org.apache.cxf.transport.http.MessageTrustDecider
This default constructor sets the "logical" name of the trust decider to be its class name.
MessageTrustDecider(String) - Constructor for class org.apache.cxf.transport.http.MessageTrustDecider
This constructor is used to set the logical name of the trust decider.
MessageTrustDeciderBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
MessageTrustDeciderBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
MessageUtils - Class in org.apache.cxf.message
Holder for utility methods relating to messages.
metadata - Variable in class org.apache.cxf.ws.addressing.EndpointReferenceType
 
MetadataMap<K,V> - Class in org.apache.cxf.jaxrs.impl
 
MetadataMap() - Constructor for class org.apache.cxf.jaxrs.impl.MetadataMap
 
MetadataMap(int) - Constructor for class org.apache.cxf.jaxrs.impl.MetadataMap
 
MetadataMap(Map<K, List<V>>) - Constructor for class org.apache.cxf.jaxrs.impl.MetadataMap
 
MetadataMap(boolean, boolean) - Constructor for class org.apache.cxf.jaxrs.impl.MetadataMap
 
MetadataMap(Map<K, List<V>>, boolean, boolean) - Constructor for class org.apache.cxf.jaxrs.impl.MetadataMap
 
MetadataType - Class in org.apache.cxf.ws.addressing
Java class for MetadataType complex type.
MetadataType() - Constructor for class org.apache.cxf.ws.addressing.MetadataType
 
METHOD - Static variable in class org.apache.cxf.jaxrs.model.wadl.DocTarget
WADL method element, corresponds to a class resource method
MethodComparator - Class in org.apache.cxf.helpers
Sorts methods according to their name, number of parameters, and parameter types.
MethodComparator() - Constructor for class org.apache.cxf.helpers.MethodComparator
 
MethodDispatcher - Interface in org.apache.cxf.frontend
Provides functionality to map BindingOperations to Methods and vis a versa.
MethodDispatcher - Class in org.apache.cxf.jaxrs.model
 
MethodDispatcher() - Constructor for class org.apache.cxf.jaxrs.model.MethodDispatcher
 
MethodInvocationInfo - Class in org.apache.cxf.jaxrs.model
A triple of OperationResourceInfo representing a resource method being invoked, actual Class of the object this method is invoked upon, and a list of template variable values matched during the selection of this method
MethodInvocationInfo(OperationResourceInfo, Class<?>, List<String>) - Constructor for class org.apache.cxf.jaxrs.model.MethodInvocationInfo
 
MIME_HEADERS - Static variable in interface org.apache.cxf.message.Message
A Map containing the MIME headers for a SOAP message.
MIME_QNAME - Static variable in class org.apache.cxf.databinding.source.mime.MimeAttribute
 
MimeAttribute - Class in org.apache.cxf.databinding.source.mime
 
MimeAttribute() - Constructor for class org.apache.cxf.databinding.source.mime.MimeAttribute
 
MimeBodyPartInputStream - Class in org.apache.cxf.attachment
 
MimeBodyPartInputStream(PushbackInputStream, byte[], int) - Constructor for class org.apache.cxf.attachment.MimeBodyPartInputStream
 
MimeSerializer - Class in org.apache.cxf.databinding.source.mime
 
MimeSerializer() - Constructor for class org.apache.cxf.databinding.source.mime.MimeSerializer
 
mint(QName) - Method in interface org.apache.cxf.endpoint.EndpointResolver
Mint a new abstract EPR for a given service name.
mint(EndpointReferenceType) - Method in interface org.apache.cxf.endpoint.EndpointResolver
Mint a new abstract EPR for a given concrete EPR
mint(QName) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.
mint(EndpointReferenceType) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical EPR.
mint(QName) - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a given service name.
mint(EndpointReferenceType) - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
Walk the list of registered EndpointResolvers, so as to mint a new abstract EPR for a gievn physical EPR.
mint(QName, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Mint logical endpoint reference via the Bus EndpointResolverRegistry.
mint(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Mint logical endpoint reference via the Bus EndpointResolverRegistry.
minThreads - Variable in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
 
mkDir(File) - Static method in class org.apache.cxf.helpers.FileUtils
 
mName - Variable in class org.apache.cxf.service.model.AbstractMessageContainer
 
ModCountCopyOnWriteArrayList<T> - Class in org.apache.cxf.common.util
 
ModCountCopyOnWriteArrayList() - Constructor for class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
ModCountCopyOnWriteArrayList(Collection<? extends T>) - Constructor for class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
modified(Date, boolean) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP If-Modified-Since or If-Unmodified-Since header
modified(Date, boolean) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP If-Modified-Since or If-Unmodified-Since header
modified(Date, boolean) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
modifyChain(InterceptorChain, Message, boolean) - Method in class org.apache.cxf.endpoint.ClientImpl
 
MTOM_ENABLED - Static variable in class org.apache.cxf.common.util.SOAPConstants
Whether or not MTOM should be enabled for each service.
MTOM_ENABLED - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying in the runtime is configured to process MTOM attachments.
MTOM_THRESHOLD - Static variable in interface org.apache.cxf.message.Message
 
mtomEnabled - Variable in class org.apache.cxf.databinding.AbstractDataBinding
 
mtomThreshold - Variable in class org.apache.cxf.databinding.AbstractDataBinding
 
MULTI_LINE_STYLE - Static variable in class org.apache.cxf.jaxb.JAXBToStringStyle
 
Multipart - Annotation Type in org.apache.cxf.jaxrs.ext.multipart
Annotate a JAX-RS function parameter to receive data from a multipart 'part'.
MultipartBody - Class in org.apache.cxf.jaxrs.ext.multipart
 
MultipartBody(List<Attachment>, MediaType, boolean) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
MultipartBody(List<Attachment>, boolean) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
MultipartBody(Attachment) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
MultipartBody(List<Attachment>) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
MultipartBody(boolean) - Constructor for class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
MultipartProvider - Class in org.apache.cxf.jaxrs.provider
 
MultipartProvider() - Constructor for class org.apache.cxf.jaxrs.provider.MultipartProvider
 
MultipartReadException - Exception in org.apache.cxf.jaxrs.utils.multipart
 
MultipartReadException(String, String, String) - Constructor for exception org.apache.cxf.jaxrs.utils.multipart.MultipartReadException
 
MultipleEndpointObserver - Class in org.apache.cxf.transport
This MessageObserver creates an Interceptor chain which adds in the interceptors set on this class and the global Bus interceptors.
MultipleEndpointObserver(Bus) - Constructor for class org.apache.cxf.transport.MultipleEndpointObserver
 
MultiplexDestination - Interface in org.apache.cxf.transport
A MultiplexDestination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers for multiple targets identified by a unique id.
multiplexWithAddress - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
mustPropogateException(Message) - Method in class org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptor
 

N

NA_XSI_NIL - Static variable in class org.apache.cxf.common.WSDLConstants
 
NA_XSI_TYPE - Static variable in class org.apache.cxf.common.WSDLConstants
 
name() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JDefinedClass
 
name() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JPackage
 
name() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JType
 
name - Variable in class org.apache.cxf.wsdl.TBinding
 
name - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
name - Variable in class org.apache.cxf.wsdl.TBindingOperationFault
 
name - Variable in class org.apache.cxf.wsdl.TBindingOperationMessage
 
name - Variable in class org.apache.cxf.wsdl.TDefinitions
 
name - Variable in class org.apache.cxf.wsdl.TFault
 
name - Variable in class org.apache.cxf.wsdl.TMessage
 
name - Variable in class org.apache.cxf.wsdl.TOperation
 
name - Variable in class org.apache.cxf.wsdl.TParam
 
name - Variable in class org.apache.cxf.wsdl.TPart
 
name - Variable in class org.apache.cxf.wsdl.TPort
 
name - Variable in class org.apache.cxf.wsdl.TPortType
 
name - Variable in class org.apache.cxf.wsdl.TService
 
NAME_ATTR - Static variable in class org.apache.cxf.configuration.spring.BeanConstants
 
NAME_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
NAME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NamedItem - Interface in org.apache.cxf.service.model
All elements of the service model that are named by a QName implement this interface.
NamePasswordCallbackHandler - Class in org.apache.cxf.interceptor.security
 
NamePasswordCallbackHandler(String, String) - Constructor for class org.apache.cxf.interceptor.security.NamePasswordCallbackHandler
 
NamePasswordCallbackHandler(String, String, String) - Constructor for class org.apache.cxf.interceptor.security.NamePasswordCallbackHandler
 
namespace - Variable in class org.apache.cxf.wsdl.TImport
 
NAMESPACE_URI - Static variable in class org.apache.cxf.configuration.spring.BeanConstants
 
NamespaceHandler - Class in org.apache.cxf.bus.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.bus.spring.NamespaceHandler
 
NamespaceHandler - Class in org.apache.cxf.clustering.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.clustering.spring.NamespaceHandler
 
NamespaceHandler - Class in org.apache.cxf.jaxrs.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.jaxrs.spring.NamespaceHandler
 
NamespaceHandler - Class in org.apache.cxf.transport.http.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.transport.http.spring.NamespaceHandler
 
NamespaceHandler - Class in org.apache.cxf.transport.http_jetty.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
 
NamespaceMapper - Class in org.apache.cxf.jaxb
 
NamespaceMapper(Map<String, String>) - Constructor for class org.apache.cxf.jaxb.NamespaceMapper
 
namespaces - Variable in class org.apache.cxf.bus.extension.Extension
 
namespaceURIToPackage(String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
Generates a Java package name from a URI according to the algorithm outlined in JAXB 2.0.
nameSpaceURIToPackage(URI) - Static method in class org.apache.cxf.jaxb.JAXBUtils
Generates a Java package name from a URI according to the algorithm outlined in Appendix D of JAXB (2.0+).
nameToIdentifier(String, JAXBUtils.IdentifierType) - Static method in class org.apache.cxf.jaxb.JAXBUtils
Converts an XML name to a Java identifier according to the mapping algorithm outlined in the JAXB specification
NCNAME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NEGATIVEINTEGER_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NEQ - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
newAddressingConstants() - Method in class org.apache.cxf.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.AddressingConstants
newAddressingProperties() - Method in class org.apache.cxf.ws.addressing.AddressingBuilder
AddressingProperties factory method.
newChild(Element) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
NewCookieHeaderProvider - Class in org.apache.cxf.jaxrs.impl
 
NewCookieHeaderProvider() - Constructor for class org.apache.cxf.jaxrs.impl.NewCookieHeaderProvider
 
newDocument() - Static method in class org.apache.cxf.helpers.XMLUtils
 
newEndpointImpl(Bus, Service, EndpointInfo) - Method in interface org.apache.cxf.endpoint.EndpointImplFactory
Create an EndpointImpl from a bus, service, and endpoint info.
newEndpointImpl(Bus, Service, EndpointInfo) - Method in class org.apache.cxf.endpoint.SimpleEndpointImplFactory
Create an EndpointImpl from a bus, service, and endpoint info.
newFrame(AbstractDOMStreamReader.ElementFrame<T, I>) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
newFrame(AbstractDOMStreamReader.ElementFrame<Node, Node>) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
Find name spaces declaration in atrributes and move them to separate collection.
newInstance() - Static method in class org.apache.cxf.BusFactory
Create a new BusFactory The class of the BusFactory is determined by looking for the system propery: org.apache.cxf.bus.factory or by searching the classpath for: META-INF/services/org.apache.cxf.bus.factory
newInstance(String) - Static method in class org.apache.cxf.BusFactory
Create a new BusFactory
newState(URI, MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in interface org.apache.cxf.jaxrs.client.ClientState
The factory method for creating a new state.
newState(URI, MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
newState(URI, MultivaluedMap<String, String>, MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
newStringFromBytes(byte[], String) - Static method in class org.apache.cxf.helpers.IOUtils
Use this function instead of new String(byte[], String) to avoid surprises from non-standard default encodings.
newStringFromBytes(byte[]) - Static method in class org.apache.cxf.helpers.IOUtils
Use this function instead of new String(byte[]) to avoid surprises from non-standard default encodings.
newStringFromBytes(byte[], String, int, int) - Static method in class org.apache.cxf.helpers.IOUtils
Use this function instead of new String(byte[], int, int, String) to avoid surprises from non-standard default encodings.
newStringFromBytes(byte[], int, int) - Static method in class org.apache.cxf.helpers.IOUtils
Use this function instead of new String(byte[], int, int) to avoid surprises from non-standard default encodings.
newTransformer() - Static method in class org.apache.cxf.helpers.XMLUtils
 
newTransformer(int) - Static method in class org.apache.cxf.helpers.XMLUtils
 
newXmlSchemaInCollection(String) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
Once upon a time, XmlSchema had a bug in the constructor used in this function.
next() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
next() - Method in class org.apache.cxf.staxutils.DepthRestrictingStreamReader
 
next() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
next() - Method in class org.apache.cxf.staxutils.FragmentStreamReader
 
next() - Method in class org.apache.cxf.staxutils.PartialXMLStreamReader
 
next() - Method in class org.apache.cxf.staxutils.transform.InTransformReader
 
nextChild() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
nextChild() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
nextEvent(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
nextId() - Static method in class org.apache.cxf.interceptor.LoggingMessage
 
nextTag() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
nextTag() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
NMTOKEN_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NMTOKENS_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NO_CLASSES - Static variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
NO_PARAMS - Static variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
NO_VALIDATE_PARTS - Static variable in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
NodeDataReader - Class in org.apache.cxf.databinding.source
 
NodeDataReader() - Constructor for class org.apache.cxf.databinding.source.NodeDataReader
 
NodeDataWriter - Class in org.apache.cxf.databinding.source
 
NodeDataWriter() - Constructor for class org.apache.cxf.databinding.source.NodeDataWriter
 
NodeUtils - Class in org.apache.cxf.helpers
 
NoJSR250Annotations - Annotation Type in org.apache.cxf.common.injection
Marker annotation to let our JSR250 Processor know not to bother examining the class for annotations as it's know not to have any
NONNEGATIVEINTEGER_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NONPOSITIVEINTEGER_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NONPRIMITIVE_MAP - Static variable in class org.apache.cxf.common.util.ASMHelper
 
nonProxyHosts - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
NoOpPolicyInterceptorProvider - Class in org.apache.cxf.transport.http.policy
This no-op PolicyInterceptorProvider prevents the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes involved (e.g.
NoOpPolicyInterceptorProvider() - Constructor for class org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider
 
noResourceMethodForOptions(Response, String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
normalizeCRLF(InputStream) - Static method in class org.apache.cxf.helpers.FileUtils
 
NORMALIZEDSTRING_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
notAfter(Date) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property not after (less or equal to) given date?
notAfter(Duration) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property not after (less or equal to) date distant from now by given period of time?
NOTATION_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
notBefore(Date) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property not before (greater or equal to) given date?
notBefore(Duration) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property not before (greater or equal to) date distant from now by given period of time?
notEqualTo(String) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is textual property different than given literal or not matching given pattern?
notEqualTo(double) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property different than given double number?
notEqualTo(long) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is numeric property different than given long number?
notEqualTo(Date) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property different than given date?
notEqualTo(Duration) - Method in interface org.apache.cxf.jaxrs.ext.search.client.Property
Is date property different than date distant from now by given period of time?
notifyChangeListeners(PropertyChangeEvent) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
NP_SCHEMA_XSD - Static variable in class org.apache.cxf.common.WSDLConstants
 
NP_SCHEMA_XSI - Static variable in class org.apache.cxf.common.WSDLConstants
 
NP_XMLNS - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_BINDING_XML - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_JAXB_BINDINGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
NS_JAXWS_BINDINGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
NS_JMS_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
NS_MAPPER_PROPERTY - Static variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
NS_MAPPER_PROPERTY_INT - Static variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
NS_SCHEMA_XSD - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_SCHEMA_XSI - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_SOAP - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_SOAP11 - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_SOAP11_HTTP_TRANSPORT - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_SOAP12 - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_SOAP12_HTTP_BINDING - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_SOAP_HTTP_TRANSPORT - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_WSA - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
NS_WSAM - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
NS_WSAW - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
NS_WSDL11 - Static variable in class org.apache.cxf.common.WSDLConstants
 
NS_WSDLI - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
NS_XML_FORMAT - Static variable in class org.apache.cxf.binding.xml.XMLConstants
 
NS_XML_FORMAT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
NS_XML_HTTP - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
NS_XMLNS - Static variable in class org.apache.cxf.common.WSDLConstants
 
NSDecl - Class in org.apache.cxf.helpers
 
NSDecl(String, String) - Constructor for class org.apache.cxf.helpers.NSDecl
 
NSManager - Class in org.apache.cxf.ws.addressing
Only public/static/final fields can be resolved The prefix MUST ends with _PREFIX Namespace MUST starts with NS_ The value of the _PREFIX is the suffix of NS_ e.g public static final String WSAW_PREFIX = "wsaw"; public static final String NS_WSAW = "http://www.w3.org/2006/05/addressing/wsdl";
NSManager() - Constructor for class org.apache.cxf.ws.addressing.NSManager
 
NSStack - Class in org.apache.cxf.helpers
 
NSStack() - Constructor for class org.apache.cxf.helpers.NSStack
 
Nullable - Annotation Type in org.apache.cxf.jaxrs.ext
Some JAX-RS providers, notably JAXB-based ones return 400 when the incoming payload is empty.
NullConduitSelector - Class in org.apache.cxf.endpoint
Strategy for null Conduit retrieval.
NullConduitSelector() - Constructor for class org.apache.cxf.endpoint.NullConduitSelector
 
NullConfigurer - Class in org.apache.cxf.configuration
 
NullConfigurer() - Constructor for class org.apache.cxf.configuration.NullConfigurer
 
nurl - Variable in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 

O

OASISCatalogManager - Class in org.apache.cxf.catalog
 
OASISCatalogManager() - Constructor for class org.apache.cxf.catalog.OASISCatalogManager
 
OASISCatalogManager(Bus) - Constructor for class org.apache.cxf.catalog.OASISCatalogManager
 
OASISCatalogManagerHelper - Class in org.apache.cxf.catalog
 
OASISCatalogManagerHelper() - Constructor for class org.apache.cxf.catalog.OASISCatalogManagerHelper
 
obj - Variable in class org.apache.cxf.bus.extension.Extension
 
object(Object) - Method in class org.apache.cxf.jaxrs.ext.multipart.AttachmentBuilder
 
ObjectFactory - Class in org.apache.cxf.bindings.xformat
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.bindings.xformat package.
ObjectFactory() - Constructor for class org.apache.cxf.bindings.xformat.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.bindings.xformat
ObjectFactory - Class in org.apache.cxf.configuration.security
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.configuration.security package.
ObjectFactory() - Constructor for class org.apache.cxf.configuration.security.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.configuration.security
ObjectFactory - Class in org.apache.cxf.transports.http.configuration
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.transports.http.configuration package.
ObjectFactory() - Constructor for class org.apache.cxf.transports.http.configuration.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transports.http.configuration
ObjectFactory - Class in org.apache.cxf.transports.http_jetty.configuration
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.transports.http_jetty.configuration package.
ObjectFactory() - Constructor for class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transports.http_jetty.configuration
ObjectFactory - Class in org.apache.cxf.ws.addressing
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.addressing package.
ObjectFactory() - Constructor for class org.apache.cxf.ws.addressing.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.addressing
ObjectFactory - Class in org.apache.cxf.ws.addressing.v200403
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.addressing.v200403 package.
ObjectFactory() - Constructor for class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.addressing.v200403
ObjectFactory - Class in org.apache.cxf.ws.addressing.v200408
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.addressing.v200408 package.
ObjectFactory() - Constructor for class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.addressing.v200408
ObjectFactory - Class in org.apache.cxf.ws.addressing.wsdl
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.addressing.wsdl package.
ObjectFactory() - Constructor for class org.apache.cxf.ws.addressing.wsdl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.addressing.wsdl
ObjectFactory - Class in org.apache.cxf.wsdl.http
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.wsdl.http package.
ObjectFactory() - Constructor for class org.apache.cxf.wsdl.http.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.wsdl.http
ObjectFactory - Class in org.apache.cxf.wsdl
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.wsdl package.
ObjectFactory() - Constructor for class org.apache.cxf.wsdl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.wsdl
objectFactoryOrIndexAvailable(Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
ObjectTypeResolver - Class in org.apache.cxf.resource
 
ObjectTypeResolver(Object) - Constructor for class org.apache.cxf.resource.ObjectTypeResolver
 
Observable - Interface in org.apache.cxf.transport
Allows Observers to register for notification on incoming messages.
oldASM - Static variable in class org.apache.cxf.common.util.ASMHelper
 
OldSpringSupport - Class in org.apache.cxf.bus.spring
 
OldSpringSupport(String) - Constructor for class org.apache.cxf.bus.spring.OldSpringSupport
 
OldSpringSupport(Bus, Class<?>) - Constructor for class org.apache.cxf.bus.spring.OldSpringSupport
 
OldSpringSupport(Bus, Class<?>, String) - Constructor for class org.apache.cxf.bus.spring.OldSpringSupport
 
onApplicationEvent(ApplicationEvent) - Method in class org.apache.cxf.bus.spring.SpringBus
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
onClose(CachedOutputStream) - Method in interface org.apache.cxf.io.CachedOutputStreamCallback
 
onComplete(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
onComplete(Continuation) - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
ONE_WAY_REQUEST - Static variable in interface org.apache.cxf.message.Message
 
onError(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
OneShotAsyncExecutor - Class in org.apache.cxf.workqueue
Used to provide simple async Executor semantics by creating a one-shot thread.
Oneway - Annotation Type in org.apache.cxf.jaxrs.ext
Can be used to nominate oneway methods
OneWayProcessorInterceptor - Class in org.apache.cxf.interceptor
 
OneWayProcessorInterceptor() - Constructor for class org.apache.cxf.interceptor.OneWayProcessorInterceptor
 
OneWayProcessorInterceptor(String) - Constructor for class org.apache.cxf.interceptor.OneWayProcessorInterceptor
 
onFirstResolve() - Method in class org.apache.cxf.bus.resource.ResourceManagerImpl
 
onFirstResolve() - Method in class org.apache.cxf.resource.DefaultResourceManager
 
onFirstWrite() - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
onFirstWrite() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
Perform any actions required on stream flush (freeze headers, reset output stream ...
onFlush(CachedOutputStream) - Method in interface org.apache.cxf.io.CachedOutputStreamCallback
 
onMessage(Message) - Method in class org.apache.cxf.endpoint.ClientImpl
 
onMessage(Message) - Method in class org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver
 
onMessage(Message) - Method in class org.apache.cxf.interceptor.ClientOutFaultObserver
override the super class method
onMessage(Message) - Method in class org.apache.cxf.test.TestUtilities.TestMessageObserver
 
onMessage(Message) - Method in class org.apache.cxf.transport.ChainInitiationObserver
 
onMessage(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit.InterposedMessageObserver
Called for an incoming message.
onMessage(Message) - Method in interface org.apache.cxf.transport.MessageObserver
Called for an incoming message, i.e.
onMessage(Message) - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
onStartAsync(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
onTimeout(AsyncEvent) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
onTimeout(Continuation) - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
onWrite() - Method in class org.apache.cxf.io.CacheAndWriteOutputStream
 
onWrite() - Method in class org.apache.cxf.io.CachedOutputStream
 
operation - Variable in class org.apache.cxf.wsdl.TBinding
 
operation - Variable in class org.apache.cxf.wsdl.TPortType
 
OPERATION_NAME_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
OperationInfo - Class in org.apache.cxf.service.model
 
OperationInfo() - Constructor for class org.apache.cxf.service.model.OperationInfo
 
OperationResourceInfo - Class in org.apache.cxf.jaxrs.model
 
OperationResourceInfo(Method, ClassResourceInfo) - Constructor for class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
OperationResourceInfo(Method, Method, ClassResourceInfo) - Constructor for class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
OperationResourceInfo(Method, ClassResourceInfo, URITemplate, String, String, String, List<Parameter>, boolean) - Constructor for class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
OperationResourceInfoComparator - Class in org.apache.cxf.jaxrs.model
 
OperationResourceInfoComparator(Message, String) - Constructor for class org.apache.cxf.jaxrs.model.OperationResourceInfoComparator
 
OperationResourceInfoStack - Class in org.apache.cxf.jaxrs.model
Stack of MethodInvocationInfo representing resources path when JAX-RS invocation looks for target.
OperationResourceInfoStack() - Constructor for class org.apache.cxf.jaxrs.model.OperationResourceInfoStack
 
OperationType - Class in org.apache.cxf.wsdl.http
Java class for operationType complex type.
OperationType() - Constructor for class org.apache.cxf.wsdl.http.OperationType
 
opInfo - Variable in class org.apache.cxf.service.model.BindingOperationInfo
 
options() - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP OPTIONS invocation
optionSet(Map<String, Object>, String) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
or() - Method in interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
Disjunct current expression with another
or(CompleteCondition, CompleteCondition, CompleteCondition...) - Method in class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder
 
or(CompleteCondition, CompleteCondition, CompleteCondition...) - Method in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
Disjunct multiple expressions
OR - Static variable in class org.apache.cxf.jaxrs.ext.search.FiqlParser
 
org.apache.cxf - package org.apache.cxf
Contains the Bus, which is the central touch point of CXF, and its related classes.
org.apache.cxf.annotations - package org.apache.cxf.annotations
 
org.apache.cxf.attachment - package org.apache.cxf.attachment
 
org.apache.cxf.binding - package org.apache.cxf.binding
Interfaces for protocol bindings and their factories.
org.apache.cxf.binding.xml - package org.apache.cxf.binding.xml
 
org.apache.cxf.binding.xml.interceptor - package org.apache.cxf.binding.xml.interceptor
 
org.apache.cxf.binding.xml.wsdl11 - package org.apache.cxf.binding.xml.wsdl11
 
org.apache.cxf.bindings.xformat - package org.apache.cxf.bindings.xformat
 
org.apache.cxf.bus - package org.apache.cxf.bus
 
org.apache.cxf.bus.blueprint - package org.apache.cxf.bus.blueprint
 
org.apache.cxf.bus.extension - package org.apache.cxf.bus.extension
 
org.apache.cxf.bus.osgi - package org.apache.cxf.bus.osgi
 
org.apache.cxf.bus.resource - package org.apache.cxf.bus.resource
 
org.apache.cxf.bus.spring - package org.apache.cxf.bus.spring
 
org.apache.cxf.buslifecycle - package org.apache.cxf.buslifecycle
 
org.apache.cxf.catalog - package org.apache.cxf.catalog
 
org.apache.cxf.clustering - package org.apache.cxf.clustering
 
org.apache.cxf.clustering.blueprint - package org.apache.cxf.clustering.blueprint
 
org.apache.cxf.clustering.spring - package org.apache.cxf.clustering.spring
 
org.apache.cxf.common - package org.apache.cxf.common
 
org.apache.cxf.common.annotation - package org.apache.cxf.common.annotation
 
org.apache.cxf.common.classloader - package org.apache.cxf.common.classloader
 
org.apache.cxf.common.commands - package org.apache.cxf.common.commands
 
org.apache.cxf.common.i18n - package org.apache.cxf.common.i18n
 
org.apache.cxf.common.injection - package org.apache.cxf.common.injection
 
org.apache.cxf.common.logging - package org.apache.cxf.common.logging
 
org.apache.cxf.common.security - package org.apache.cxf.common.security
 
org.apache.cxf.common.util - package org.apache.cxf.common.util
 
org.apache.cxf.common.xmlschema - package org.apache.cxf.common.xmlschema
 
org.apache.cxf.configuration - package org.apache.cxf.configuration
 
org.apache.cxf.configuration.blueprint - package org.apache.cxf.configuration.blueprint
 
org.apache.cxf.configuration.jsse - package org.apache.cxf.configuration.jsse
 
org.apache.cxf.configuration.jsse.spring - package org.apache.cxf.configuration.jsse.spring
 
org.apache.cxf.configuration.security - package org.apache.cxf.configuration.security
 
org.apache.cxf.configuration.spring - package org.apache.cxf.configuration.spring
 
org.apache.cxf.continuations - package org.apache.cxf.continuations
 
org.apache.cxf.databinding - package org.apache.cxf.databinding
 
org.apache.cxf.databinding.source - package org.apache.cxf.databinding.source
 
org.apache.cxf.databinding.source.mime - package org.apache.cxf.databinding.source.mime
 
org.apache.cxf.databinding.stax - package org.apache.cxf.databinding.stax
 
org.apache.cxf.endpoint - package org.apache.cxf.endpoint
Client and Server related classes.
org.apache.cxf.extension - package org.apache.cxf.extension
 
org.apache.cxf.feature - package org.apache.cxf.feature
 
org.apache.cxf.frontend - package org.apache.cxf.frontend
 
org.apache.cxf.headers - package org.apache.cxf.headers
 
org.apache.cxf.helpers - package org.apache.cxf.helpers
 
org.apache.cxf.interceptor - package org.apache.cxf.interceptor
Core interceptor interfaces which form the basis for message processing chains in CXF.
org.apache.cxf.interceptor.security - package org.apache.cxf.interceptor.security
 
org.apache.cxf.interceptor.transform - package org.apache.cxf.interceptor.transform
 
org.apache.cxf.io - package org.apache.cxf.io
 
org.apache.cxf.jaxb - package org.apache.cxf.jaxb
 
org.apache.cxf.jaxrs - package org.apache.cxf.jaxrs
 
org.apache.cxf.jaxrs.blueprint - package org.apache.cxf.jaxrs.blueprint
 
org.apache.cxf.jaxrs.client - package org.apache.cxf.jaxrs.client
 
org.apache.cxf.jaxrs.ext - package org.apache.cxf.jaxrs.ext
 
org.apache.cxf.jaxrs.ext.atom - package org.apache.cxf.jaxrs.ext.atom
 
org.apache.cxf.jaxrs.ext.codegen - package org.apache.cxf.jaxrs.ext.codegen
 
org.apache.cxf.jaxrs.ext.form - package org.apache.cxf.jaxrs.ext.form
 
org.apache.cxf.jaxrs.ext.multipart - package org.apache.cxf.jaxrs.ext.multipart
 
org.apache.cxf.jaxrs.ext.search - package org.apache.cxf.jaxrs.ext.search
 
org.apache.cxf.jaxrs.ext.search.client - package org.apache.cxf.jaxrs.ext.search.client
 
org.apache.cxf.jaxrs.ext.search.sql - package org.apache.cxf.jaxrs.ext.search.sql
 
org.apache.cxf.jaxrs.ext.xml - package org.apache.cxf.jaxrs.ext.xml
 
org.apache.cxf.jaxrs.features.clustering - package org.apache.cxf.jaxrs.features.clustering
 
org.apache.cxf.jaxrs.impl - package org.apache.cxf.jaxrs.impl
 
org.apache.cxf.jaxrs.impl.tl - package org.apache.cxf.jaxrs.impl.tl
 
org.apache.cxf.jaxrs.interceptor - package org.apache.cxf.jaxrs.interceptor
 
org.apache.cxf.jaxrs.lifecycle - package org.apache.cxf.jaxrs.lifecycle
 
org.apache.cxf.jaxrs.model - package org.apache.cxf.jaxrs.model
 
org.apache.cxf.jaxrs.model.wadl - package org.apache.cxf.jaxrs.model.wadl
 
org.apache.cxf.jaxrs.provider - package org.apache.cxf.jaxrs.provider
 
org.apache.cxf.jaxrs.provider.jsonp - package org.apache.cxf.jaxrs.provider.jsonp
 
org.apache.cxf.jaxrs.security - package org.apache.cxf.jaxrs.security
 
org.apache.cxf.jaxrs.servlet - package org.apache.cxf.jaxrs.servlet
 
org.apache.cxf.jaxrs.spring - package org.apache.cxf.jaxrs.spring
 
org.apache.cxf.jaxrs.utils - package org.apache.cxf.jaxrs.utils
 
org.apache.cxf.jaxrs.utils.multipart - package org.apache.cxf.jaxrs.utils.multipart
 
org.apache.cxf.jaxrs.utils.schemas - package org.apache.cxf.jaxrs.utils.schemas
 
org.apache.cxf.jca.outbound - package org.apache.cxf.jca.outbound
 
org.apache.cxf.logging - package org.apache.cxf.logging
 
org.apache.cxf.management - package org.apache.cxf.management
 
org.apache.cxf.management.annotation - package org.apache.cxf.management.annotation
 
org.apache.cxf.message - package org.apache.cxf.message
 
org.apache.cxf.phase - package org.apache.cxf.phase
An InterceptorChain implementation which uses the concept of Phases to order message chains.
org.apache.cxf.resource - package org.apache.cxf.resource
 
org.apache.cxf.security - package org.apache.cxf.security
 
org.apache.cxf.security.transport - package org.apache.cxf.security.transport
 
org.apache.cxf.service - package 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 - package org.apache.cxf.service.factory
 
org.apache.cxf.service.invoker - package org.apache.cxf.service.invoker
 
org.apache.cxf.service.model - package org.apache.cxf.service.model
 
org.apache.cxf.staxutils - package org.apache.cxf.staxutils
 
org.apache.cxf.staxutils.transform - package org.apache.cxf.staxutils.transform
 
org.apache.cxf.test - package org.apache.cxf.test
 
org.apache.cxf.tools.common - package org.apache.cxf.tools.common
 
org.apache.cxf.tools.validator - package org.apache.cxf.tools.validator
 
org.apache.cxf.transport - package org.apache.cxf.transport
Transport related classes.
org.apache.cxf.transport.common.gzip - package org.apache.cxf.transport.common.gzip
 
org.apache.cxf.transport.http - package org.apache.cxf.transport.http
 
org.apache.cxf.transport.http.auth - package org.apache.cxf.transport.http.auth
 
org.apache.cxf.transport.http.blueprint - package org.apache.cxf.transport.http.blueprint
 
org.apache.cxf.transport.http.policy - package org.apache.cxf.transport.http.policy
 
org.apache.cxf.transport.http.spring - package org.apache.cxf.transport.http.spring
 
org.apache.cxf.transport.http_jetty - package org.apache.cxf.transport.http_jetty
 
org.apache.cxf.transport.http_jetty.blueprint - package org.apache.cxf.transport.http_jetty.blueprint
 
org.apache.cxf.transport.http_jetty.continuations - package org.apache.cxf.transport.http_jetty.continuations
 
org.apache.cxf.transport.http_jetty.spring - package org.apache.cxf.transport.http_jetty.spring
 
org.apache.cxf.transport.https - package org.apache.cxf.transport.https
 
org.apache.cxf.transport.https_jetty - package org.apache.cxf.transport.https_jetty
 
org.apache.cxf.transport.servlet - package org.apache.cxf.transport.servlet
 
org.apache.cxf.transport.servlet.servicelist - package org.apache.cxf.transport.servlet.servicelist
 
org.apache.cxf.transports.http - package org.apache.cxf.transports.http
 
org.apache.cxf.transports.http.configuration - package org.apache.cxf.transports.http.configuration
 
org.apache.cxf.transports.http_jetty.configuration - package org.apache.cxf.transports.http_jetty.configuration
 
org.apache.cxf.version - package org.apache.cxf.version
 
org.apache.cxf.workqueue - package org.apache.cxf.workqueue
 
org.apache.cxf.ws.addressing - package org.apache.cxf.ws.addressing
 
org.apache.cxf.ws.addressing.v200403 - package org.apache.cxf.ws.addressing.v200403
 
org.apache.cxf.ws.addressing.v200408 - package org.apache.cxf.ws.addressing.v200408
 
org.apache.cxf.ws.addressing.wsdl - package org.apache.cxf.ws.addressing.wsdl
 
org.apache.cxf.ws.policy - package org.apache.cxf.ws.policy
 
org.apache.cxf.ws.policy.builder.jaxb - package org.apache.cxf.ws.policy.builder.jaxb
 
org.apache.cxf.ws.policy.builder.primitive - package org.apache.cxf.ws.policy.builder.primitive
 
org.apache.cxf.wsdl - package org.apache.cxf.wsdl
 
org.apache.cxf.wsdl.http - package org.apache.cxf.wsdl.http
 
org.apache.cxf.wsdl11 - package org.apache.cxf.wsdl11
 
ORIGINAL_OUTPUT_STREAM_KEY - Static variable in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
Key under which we store the original output stream on the message, for use by the ending interceptor.
OrSearchCondition<T> - Class in org.apache.cxf.jaxrs.ext.search
Composite 'or' search condition
OrSearchCondition() - Constructor for class org.apache.cxf.jaxrs.ext.search.OrSearchCondition
 
OrSearchCondition(List<SearchCondition<T>>) - Constructor for class org.apache.cxf.jaxrs.ext.search.OrSearchCondition
 
OS_QUERY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
OSGiBeanLocator - Class in org.apache.cxf.bus.osgi
 
OSGiBeanLocator(ConfiguredBeanLocator, BundleContext) - Constructor for class org.apache.cxf.bus.osgi.OSGiBeanLocator
 
OSGIBusListener - Class in org.apache.cxf.bus.osgi
 
OSGIBusListener(Bus) - Constructor for class org.apache.cxf.bus.osgi.OSGIBusListener
 
OSGIBusListener(Bus, Object[]) - Constructor for class org.apache.cxf.bus.osgi.OSGIBusListener
 
OUT_BUFFERING - Static variable in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
OUT_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
 
outAppendMap - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
OUTBOUND_MESSAGE_ATTACHMENTS - Static variable in class org.apache.cxf.jaxrs.ext.multipart.MultipartBody
 
outboundChainCache - Variable in class org.apache.cxf.endpoint.ClientImpl
 
outClassCanBeHandled(String) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
outDropElements - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
outElementsMap - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
OutFaultChainInitiatorObserver - Class in org.apache.cxf.interceptor
 
OutFaultChainInitiatorObserver(Bus) - Constructor for class org.apache.cxf.interceptor.OutFaultChainInitiatorObserver
 
OutFaultInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the outbound fault interceptor chain.
outFaultObserver - Variable in class org.apache.cxf.endpoint.ClientImpl
 
OutgoingChainInterceptor - Class in org.apache.cxf.interceptor
 
OutgoingChainInterceptor() - Constructor for class org.apache.cxf.interceptor.OutgoingChainInterceptor
 
OutInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the outbound interceptor chain.
outMessage - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
output - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
OUTPUT_STREAM_HOLDER - Static variable in class org.apache.cxf.interceptor.StaxOutInterceptor
 
outputLocked - Variable in class org.apache.cxf.io.CachedOutputStream
 
outTemplatesAvailable(MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
OutTransformWriter - Class in org.apache.cxf.staxutils.transform
 
OutTransformWriter(XMLStreamWriter, Map<String, String>, Map<String, String>, List<String>, boolean, String) - Constructor for class org.apache.cxf.staxutils.transform.OutTransformWriter
 
OutTransformWriter(XMLStreamWriter, Map<String, String>, Map<String, String>, List<String>, Map<String, String>, boolean, String) - Constructor for class org.apache.cxf.staxutils.transform.OutTransformWriter
 
OverlayW3CDOMStreamWriter - Class in org.apache.cxf.staxutils
Special StreamWriter that will "overlay" any write events onto the DOM.
OverlayW3CDOMStreamWriter(Document) - Constructor for class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
 
OverlayW3CDOMStreamWriter(Element) - Constructor for class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
 
overrideAddressProperty(Map<String, Object>) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
Override the ENDPOINT_ADDRESS property in the request context

P

packages() - Method in interface org.apache.cxf.jaxb.JAXBUtils.JCodeModel
 
PackageUtils - Class in org.apache.cxf.common.util
 
PARAM - Static variable in class org.apache.cxf.jaxrs.model.wadl.DocTarget
WADL request param or representation elements, correspond to input parameters of the resource method
Parameter - Class in org.apache.cxf.jaxrs.model
 
Parameter() - Constructor for class org.apache.cxf.jaxrs.model.Parameter
 
Parameter(String, int, String) - Constructor for class org.apache.cxf.jaxrs.model.Parameter
 
Parameter(ParameterType, String) - Constructor for class org.apache.cxf.jaxrs.model.Parameter
 
Parameter(ParameterType, int, String) - Constructor for class org.apache.cxf.jaxrs.model.Parameter
 
Parameter(ParameterType, int, String, boolean, String) - Constructor for class org.apache.cxf.jaxrs.model.Parameter
 
ParameterHandler<T> - Interface in org.apache.cxf.jaxrs.ext
 
ParameterizedCollectionType<T> - Class in org.apache.cxf.jaxrs.utils
 
ParameterizedCollectionType(Class<T>) - Constructor for class org.apache.cxf.jaxrs.utils.ParameterizedCollectionType
 
parameterOrder - Variable in class org.apache.cxf.wsdl.TOperation
 
ParametersRefType - Class in org.apache.cxf.transports.http_jetty.configuration
Java class for ParametersRefType complex type.
ParametersRefType() - Constructor for class org.apache.cxf.transports.http_jetty.configuration.ParametersRefType
 
ParameterType - Enum in org.apache.cxf.jaxrs.model
 
ParamReader - Class in org.apache.cxf.common.util
This is the class file reader for obtaining the parameter names for declared methods in a class.
ParamReader(Class) - Constructor for class org.apache.cxf.common.util.ParamReader
process a class file, given it's class.
ParamReader(byte[]) - Constructor for class org.apache.cxf.common.util.ParamReader
process the given class bytes directly.
parent - Variable in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
parse(Element, ParserContext) - Method in class org.apache.cxf.bus.blueprint.BusDefinitionParser
 
parse(Element, ParserContext) - Method in class org.apache.cxf.bus.blueprint.CXFCoreNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.apache.cxf.clustering.blueprint.ClusteringBPNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
 
parse(InputSource) - Static method in class org.apache.cxf.helpers.XMLUtils
 
parse(File) - Static method in class org.apache.cxf.helpers.XMLUtils
 
parse(InputStream) - Static method in class org.apache.cxf.helpers.XMLUtils
 
parse(String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
parse(byte[]) - Static method in class org.apache.cxf.helpers.XMLUtils
 
parse(Element, ParserContext) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSServerFactoryBeanDefinitionParser
 
parse(String) - Method in class org.apache.cxf.jaxrs.ext.search.FiqlParser
Parses expression and builds search filter.
parse() - Method in class org.apache.cxf.staxutils.StaxSource
 
parse(InputSource) - Method in class org.apache.cxf.staxutils.StaxSource
 
parse(String) - Method in class org.apache.cxf.staxutils.StaxSource
 
parse(Element, ParserContext) - Method in class org.apache.cxf.transport.http.blueprint.HttpBPHandler
 
parse(Element, ParserContext) - Method in class org.apache.cxf.transport.http.blueprint.HttpConduitBPBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.apache.cxf.transport.http.blueprint.HttpDestinationBPBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.apache.cxf.transport.http_jetty.blueprint.HTTPJettyTransportNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineFactoryParser
 
parse(Element, ParserContext) - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyServerEngineParser
 
parseArguments(String[]) - Method in interface org.apache.cxf.jaxb.JAXBUtils.Options
 
parseAttributes(Element, ParserContext, MutableBeanMetadata) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
parseAttributes(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
parseChildElements(Element, ParserContext, MutableBeanMetadata) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
parseChildElements(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
parseListData(ParserContext, ComponentMetadata, Element) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
parseListElement(Element, QName, Class<?>, JAXBContext) - Static method in class org.apache.cxf.transport.http_jetty.spring.JettySpringTypesFactory
 
parseMapData(ParserContext, ComponentMetadata, Element) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
parseMediaTypes(String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
parsePackageName(String, String) - Static method in class org.apache.cxf.common.util.PackageUtils
 
parseQName(Element, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
parseQName(Element, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
parseQueryString(String) - Static method in class org.apache.cxf.transport.http.UrlUtilities
Create a map from String to String that represents the contents of the query portion of a URL.
parseQuotedHeaderValue(String) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
parseSchema(InputSource) - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
parseSchema(String, Element) - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
parseSchema(String, XMLStreamReader) - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
parseWSDL(String) - Method in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
parseXmlBean(Class, XMLStreamReader) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
Create an XMLBean object from an XML stream.
parseXmlBean(Class, InputStream) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
Create an XMLBean data object from an InputStream
parseXmlBean(Class, Reader) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
Create an XMLBean data object using a stream Reader
part - Variable in class org.apache.cxf.wsdl.TMessage
 
PARTIAL_RESPONSE_MESSAGE - Static variable in interface org.apache.cxf.message.Message
 
PartialCondition - Interface in org.apache.cxf.jaxrs.ext.search.client
Part of fluent interface of SearchConditionBuilder.
PartialXMLStreamReader - Class in org.apache.cxf.staxutils
Read from a StaX reader, stopping when the next element is a specified element.
PartialXMLStreamReader(XMLStreamReader, QName) - Constructor for class org.apache.cxf.staxutils.PartialXMLStreamReader
 
password - Variable in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
password - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
path(Object) - Method in class org.apache.cxf.jaxrs.client.WebClient
Updates the current URI path
path(String, Object...) - Method in class org.apache.cxf.jaxrs.client.WebClient
Updates the current URI path with path segment which may contain template variables
path(Class) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
path(Class, String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
path(Method) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
path(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
path - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
PATH_ATTRIBUTE - Static variable in class org.apache.cxf.transport.http.Cookie
 
PATH_INFO - Static variable in interface org.apache.cxf.message.Message
 
pathDecode(String) - Static method in class org.apache.cxf.common.util.UrlUtils
URL path segments may contain '+' symbols which should not be decoded into ' ' This method replaces '+' with %2B and delegates to URLDecoder
pathDecode(String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
pathEncode(String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
PathSegmentImpl - Class in org.apache.cxf.jaxrs.impl
 
PathSegmentImpl(String) - Constructor for class org.apache.cxf.jaxrs.impl.PathSegmentImpl
 
PathSegmentImpl(String, boolean) - Constructor for class org.apache.cxf.jaxrs.impl.PathSegmentImpl
 
PatternBuilder - Class in org.apache.cxf.transport.http
Convert a "nonProxyHosts" formatted String into a usable regular expression usable in Pattern.
pause() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
pause() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
peek() - Method in class org.apache.cxf.staxutils.FastStack
 
peerPrincipal - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the Principal that represents the authenticated peer.
performInvocation(Exchange, Object, Method, Object[]) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
 
periodToSlashes(String) - Static method in class org.apache.cxf.common.util.ASMHelper
 
PerRequestFactory - Class in org.apache.cxf.service.invoker
Creates a new instance of the service object for each call to create().
PerRequestFactory(Class) - Constructor for class org.apache.cxf.service.invoker.PerRequestFactory
 
PerRequestResourceProvider - Class in org.apache.cxf.jaxrs.lifecycle
The default per-request resource provider which creates a new resource instance per every request
PerRequestResourceProvider(Class<?>) - Constructor for class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
 
persistParamsOnMessage(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
Phase - Class in org.apache.cxf.phase
 
Phase() - Constructor for class org.apache.cxf.phase.Phase
 
Phase(String, int) - Constructor for class org.apache.cxf.phase.Phase
 
PhaseChainCache - Class in org.apache.cxf.phase
The PhaseChainCache provides default interceptor chains for SOAP requests and responses, both from the client and web service side.
PhaseChainCache() - Constructor for class org.apache.cxf.phase.PhaseChainCache
 
PhaseComparator - Class in org.apache.cxf.phase
 
PhaseComparator() - Constructor for class org.apache.cxf.phase.PhaseComparator
 
PhaseInterceptor<T extends Message> - Interface in org.apache.cxf.phase
A phase interceptor is an intercetor that participates in a PhaseInterceptorChain.
PhaseInterceptorChain - Class in org.apache.cxf.phase
A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.
PhaseInterceptorChain(SortedSet<Phase>) - Constructor for class org.apache.cxf.phase.PhaseInterceptorChain
 
PhaseManager - Interface in org.apache.cxf.phase
 
PhaseManagerImpl - Class in org.apache.cxf.phase
 
PhaseManagerImpl() - Constructor for class org.apache.cxf.phase.PhaseManagerImpl
 
PhaseManagerImpl(SortedSet<Phase>, SortedSet<Phase>) - Constructor for class org.apache.cxf.phase.PhaseManagerImpl
 
Policies - Annotation Type in org.apache.cxf.annotations
Used to attach multiple Policy annotations to a method or type if policies need to be added to more than one place in the wsdl.
Policy - Annotation Type in org.apache.cxf.annotations
Attaches a Policy to a service or method
Policy.DEFAULT - Class in org.apache.cxf.annotations
 
Policy.DEFAULT() - Constructor for class org.apache.cxf.annotations.Policy.DEFAULT
 
Policy.Placement - Enum in org.apache.cxf.annotations
 
POLICY_IN_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
POLICY_OUT_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
POLICY_OVERRIDE - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
PolicyAssertion - Interface in org.apache.cxf.ws.policy
Interface to mark Assertions that can participate in CXF's assertion mechanism to make sure the policies have been applied.
PolicyBuilder - Interface in org.apache.cxf.ws.policy
PolicyBuilder provides methods to create Policy and PolicyReferenceObjects from DOM elements.
PolicyConstants - Class in org.apache.cxf.ws.policy
Encapsulation of version-specific WS-Policy constants.
PolicyEngine - Interface in org.apache.cxf.ws.policy
 
PolicyException - Exception in org.apache.cxf.ws.policy
PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.
PolicyException(Message, Throwable) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyException(Message) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyException(Throwable) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyException(AssertionInfo) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyInterceptorProvider - Interface in org.apache.cxf.ws.policy
 
PolicyInterceptorProviderLoader - Interface in org.apache.cxf.ws.policy
Marker interface for objects that would load and register additional PolicyInterceptorProviders when loaded.
PolicyInterceptorProviderRegistry - Interface in org.apache.cxf.ws.policy
InterceptorProviderRegistry is used to manage InterceptorProviders that provide assertion domain specific interceptors.
PolicyProvider - Interface in org.apache.cxf.ws.policy
 
PolicyUtils - Class in org.apache.cxf.transport.http.policy
 
PooledFactory - Class in org.apache.cxf.service.invoker
Factory the maintains a pool of instances that are used.
PooledFactory(Class, int) - Constructor for class org.apache.cxf.service.invoker.PooledFactory
Pool of instances of the svcClass
PooledFactory(Factory, int) - Constructor for class org.apache.cxf.service.invoker.PooledFactory
Pool of instances constructed from the given factory
PooledFactory(Factory, int, boolean) - Constructor for class org.apache.cxf.service.invoker.PooledFactory
Pool of instances constructed from the given factory
PooledFactory(Collection<Object>) - Constructor for class org.apache.cxf.service.invoker.PooledFactory
Pool constructed from the give Collection of objects.
pop() - Method in class org.apache.cxf.helpers.NSStack
Leave a scope: this removes any NS declarations that were added in the last scope.
pop() - Method in class org.apache.cxf.staxutils.FastStack
 
populateFormMap(MessageContext, Class<T>, boolean) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
populateFormMap(MessageContext) - Static method in class org.apache.cxf.jaxrs.utils.multipart.AttachmentUtils
 
populateMap(MultivaluedMap<String, String>, Annotation[], InputStream, MediaType, boolean) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
Retrieve map of parameters from the passed in message
populateMapFromMultipart(MultivaluedMap<String, String>, MultipartBody, Message, boolean) - Static method in class org.apache.cxf.jaxrs.utils.FormUtils
 
populateMapFromString(MultivaluedMap<String, String>, Message, String, String, boolean, HttpServletRequest) - Static method in class org.apache.cxf.jaxrs.utils.FormUtils
 
port(int) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
port - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
port - Variable in class org.apache.cxf.wsdl.TService
 
PORT_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
PORT_NAME_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
portName - Variable in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
 
portName - Variable in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
 
portType - Variable in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
 
portType - Variable in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
portType - Variable in class org.apache.cxf.wsdl.TDefinitions
 
PORTTYPE_MAP - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
POSITIVEINTEGER_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
possiblySetDefaultBus(Bus) - Static method in class org.apache.cxf.BusFactory
Sets the default bus if a default bus is not already set.
post(Object) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP POST invocation
post(Object, Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP POST invocation and returns typed response object
POST_INVOKE - Static variable in class org.apache.cxf.phase.Phase
 
POST_LOGICAL - Static variable in class org.apache.cxf.phase.Phase
 
POST_LOGICAL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
POST_MARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
POST_PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
POST_PROTOCOL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
POST_STREAM - Static variable in class org.apache.cxf.phase.Phase
 
POST_STREAM_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
postAndGetCollection(Object, Class<T1>, Class<T2>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Posts collection of typed objects and returns a collection of typed objects
postAndGetCollection(Object, Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Posts request body and returns a collection of typed objects
postClose() - Method in class org.apache.cxf.io.CacheAndWriteOutputStream
 
postClose() - Method in class org.apache.cxf.io.CachedOutputStream
Perform any actions required after stream closure (close the other related stream etc.)
postCollection(Object, Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Posts a collection of typed objects
postCollection(Object, Class<T1>, Class<T2>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Posts a collection of typed objects
postObjectGetCollection(Object, Class<T>) - Method in class org.apache.cxf.jaxrs.client.WebClient
Posts the object and returns a collection of typed objects
postProcessAfterInitialization(Object, String) - Method in class org.apache.cxf.bus.spring.BusExtensionPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
 
postProcessBeforeDestruction(Object, String) - Method in class org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.cxf.bus.spring.BusExtensionPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
 
postShutdown() - Method in class org.apache.cxf.bus.osgi.OSGIBusListener
 
postShutdown() - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Invoked after the Bus is shutdown.
postShutdown() - Method in class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
postShutdown() - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
postShutdown() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
PRE_INVOKE - Static variable in class org.apache.cxf.phase.Phase
 
PRE_LOGICAL - Static variable in class org.apache.cxf.phase.Phase
 
PRE_LOGICAL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
PRE_MARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
PRE_PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
PRE_PROTOCOL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
PRE_PROTOCOL_FRONTEND - Static variable in class org.apache.cxf.phase.Phase
 
PRE_STREAM - Static variable in class org.apache.cxf.phase.Phase
 
PRE_STREAM_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
PreexistingConduitSelector - Class in org.apache.cxf.endpoint
Strategy for retreival of a pre-existing Conduit to mediate an outbound message.
PreexistingConduitSelector(Conduit) - Constructor for class org.apache.cxf.endpoint.PreexistingConduitSelector
Constructor.
PreexistingConduitSelector(Conduit, Endpoint) - Constructor for class org.apache.cxf.endpoint.PreexistingConduitSelector
Constructor.
PREFERRED_FORMAT - Static variable in class org.apache.cxf.databinding.source.SourceDataBinding
 
PrefixCollectingXMLStreamWriter - Class in org.apache.cxf.jaxrs.provider
Spy on calls to setPrefix, and collect them.
PrefixCollectingXMLStreamWriter(XMLStreamWriter, Map<String, String>) - Constructor for class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
PrefixRespectingMappedNamespaceConvention - Class in org.apache.cxf.jaxrs.provider
The MappedNamespaceConvention throws for any namespace that does not have a pre-configured JSON prefix, even when the caller is supplying a perfectly usable prefix via XML.
PrefixRespectingMappedNamespaceConvention(Configuration) - Constructor for class org.apache.cxf.jaxrs.provider.PrefixRespectingMappedNamespaceConvention
 
prepare(Message) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
Called prior to the interceptor chain being traversed.
prepare(Message) - Method in interface org.apache.cxf.endpoint.ConduitSelector
Called prior to the interceptor chain being traversed.
prepare(Message) - Method in class org.apache.cxf.endpoint.DeferredConduitSelector
Called prior to the interceptor chain being traversed.
prepare(Message) - Method in class org.apache.cxf.endpoint.NullConduitSelector
Called prior to the interceptor chain being traversed.
prepare(Message) - Method in class org.apache.cxf.endpoint.PreexistingConduitSelector
Called prior to the interceptor chain being traversed.
prepare(Message) - Method in class org.apache.cxf.endpoint.UpfrontConduitSelector
Called prior to the interceptor chain being traversed.
prepare(Message) - Method in interface org.apache.cxf.transport.Conduit
Prepare the message for sending.
prepare(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any).
prepare(Message) - Method in class org.apache.cxf.transport.http.HTTPConduit
Prepare to send an outbound HTTP message over this http conduit to a particular endpoint.
PREPARE_SEND - Static variable in class org.apache.cxf.phase.Phase
 
PREPARE_SEND_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
prepareConduitSelector(Message) - Method in class org.apache.cxf.endpoint.ClientImpl
 
prepareConduitSelector(Message, URI, boolean) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
preprocess(Message, UriInfo) - Method in class org.apache.cxf.jaxrs.impl.RequestPreprocessor
 
preProcessResult(Message) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
preShutdown() - Method in class org.apache.cxf.bus.osgi.OSGIBusListener
 
preShutdown() - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Invoked before the Bus is shutdown.
preShutdown() - Method in class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
preShutdown() - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
preShutdown() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
prettyLogging - Variable in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
PrettyPrintXMLStreamWriter - Class in org.apache.cxf.wsdl
 
PrettyPrintXMLStreamWriter(XMLStreamWriter, Class<?>) - Constructor for class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
PREVIOUS_MESSAGE - Static variable in class org.apache.cxf.phase.PhaseInterceptorChain
 
PRIMITIVE_MAP - Static variable in class org.apache.cxf.common.util.ASMHelper
 
PrimitiveAssertion - Class in org.apache.cxf.ws.policy.builder.primitive
 
PrimitiveAssertion() - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
PrimitiveAssertion(QName) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
PrimitiveAssertion(QName, boolean) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
PrimitiveAssertion(QName, boolean, boolean) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
PrimitiveAssertion(QName, boolean, boolean, Map<QName, String>) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
PrimitiveAssertion(Element) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
PrimitiveAssertionBuilder - Class in org.apache.cxf.ws.policy.builder.primitive
 
PrimitiveAssertionBuilder() - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
PrimitiveAssertionBuilder(Collection<QName>) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
PrimitiveAssertionBuilder(QName[]) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
PrimitiveSearchCondition<T> - Class in org.apache.cxf.jaxrs.ext.search
 
PrimitiveSearchCondition(String, Object, ConditionType, T) - Constructor for class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
PrimitiveStatement - Class in org.apache.cxf.jaxrs.ext.search
Encapsulates a basic search statement such as a = b, i < 5, etc
PrimitiveStatement(String, Object, ConditionType) - Constructor for class org.apache.cxf.jaxrs.ext.search.PrimitiveStatement
 
PrimitiveTextProvider - Class in org.apache.cxf.jaxrs.provider
 
PrimitiveTextProvider() - Constructor for class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
PrimitiveUtils - Class in org.apache.cxf.common.util
 
printAttributes(Element) - Static method in class org.apache.cxf.helpers.XMLUtils
 
printDOM(Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
printDOM(String, Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
printXmlFragment(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
ProblemActionType - Class in org.apache.cxf.ws.addressing
Java class for ProblemActionType complex type.
ProblemActionType() - Constructor for class org.apache.cxf.ws.addressing.ProblemActionType
 
PROCESS_ONEWAY_REPONSE - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if oneWay response must be processed.
processable(Class<?>, Object) - Static method in class org.apache.cxf.common.injection.ResourceInjector
 
processBeans(ApplicationContext) - Method in class org.apache.cxf.configuration.spring.SpringBeanMap
 
processBeans(ApplicationContext) - Method in class org.apache.cxf.configuration.spring.SpringBeanQNameMap
 
processBuffer(byte[], int, int) - Method in class org.apache.cxf.attachment.MimeBodyPartInputStream
 
processBusAttribute(Element, ParserContext, MutableBeanMetadata, String) - Method in class org.apache.cxf.bus.blueprint.BusDefinitionParser
 
processBusAttribute(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser
 
processBusAttribute(Element, ParserContext, MutableBeanMetadata, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
processBusAttribute(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
processFaultDetail(Fault, Message) - Method in class org.apache.cxf.interceptor.ClientFaultConverter
 
processingInstruction(String, String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method processingInstruction.
processNameAttribute(Element, ParserContext, MutableBeanMetadata, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
processNameAttribute(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
processNameAttribute(Element, ParserContext, MutableBeanMetadata, String) - Method in class org.apache.cxf.transport.http.blueprint.HttpConduitBPBeanDefinitionParser
 
processNameAttribute(Element, ParserContext, MutableBeanMetadata, String) - Method in class org.apache.cxf.transport.http.blueprint.HttpDestinationBPBeanDefinitionParser
 
processParameters(OperationResourceInfo, MultivaluedMap<String, String>, Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
processResult(Message, Exchange, BindingOperationInfo, Map<String, Object>) - Method in class org.apache.cxf.endpoint.ClientImpl
 
properties - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
PropertiesAwareDataBinding - Interface in org.apache.cxf.databinding
Provides for alternative ways of initializing DataBindings
PropertiesLoaderUtils - Class in org.apache.cxf.common.util
Replace by org.springframework.core.io.support.PropertiesLoaderUtils when moving to Spring 2.0.
PropertiesResolver - Class in org.apache.cxf.resource
 
PropertiesResolver(Map<String, Object>) - Constructor for class org.apache.cxf.resource.PropertiesResolver
 
Property - Interface in org.apache.cxf.jaxrs.ext.search.client
Part of fluent interface of SearchConditionBuilder.
PROPERTY_NAME - Static variable in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
PROPERTY_PREFIX - Static variable in class org.apache.cxf.bus.osgi.WorkQueueSingleConfig
Deprecated.  
propertyChange(PropertyChangeEvent) - Method in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
propertyListener - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
propertyListener - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
PROPOGATE_EXCEPTION - Static variable in interface org.apache.cxf.message.Message
 
propogateException(Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
propogateSecureSession(HttpServletRequest, Message) - Static method in class org.apache.cxf.transport.https.SSLUtils
Propogate in the message a TLSSessionInfo instance representative of the TLS-specific information in the HTTP request.
PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
PROTOCOL_HEADERS - Static variable in interface org.apache.cxf.message.Message
 
PROTOCOL_HEADERS_CONTENT_TYPE - Static variable in class org.apache.cxf.transport.http.Headers
 
ProtocolHeaders - Interface in org.apache.cxf.jaxrs.ext
An injectable interface that provides access to protocol headers
ProtocolHeadersImpl - Class in org.apache.cxf.jaxrs.ext
 
ProtocolHeadersImpl(Message) - Constructor for class org.apache.cxf.jaxrs.ext.ProtocolHeadersImpl
 
provideInFaultInterceptors(Message) - Method in class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
provideInFaultInterceptors(Message) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProvider
 
provideInInterceptors(Message) - Method in class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
provideInInterceptors(Message) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProvider
 
provideOutFaultInterceptors(Message) - Method in class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
provideOutFaultInterceptors(Message) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProvider
 
provideOutInterceptors(Message) - Method in class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
provideOutInterceptors(Message) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProvider
 
provider - Variable in class org.apache.cxf.configuration.security.KeyManagersType
 
provider - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
provider - Variable in class org.apache.cxf.configuration.security.SecureRandomParameters
 
provider - Variable in class org.apache.cxf.configuration.security.TrustManagersType
 
ProviderFactory - Class in org.apache.cxf.jaxrs.provider
 
ProviderInfo<T> - Class in org.apache.cxf.jaxrs.model
 
ProviderInfo(T) - Constructor for class org.apache.cxf.jaxrs.model.ProviderInfo
 
ProvidersImpl - Class in org.apache.cxf.jaxrs.impl
 
ProvidersImpl(Message) - Constructor for class org.apache.cxf.jaxrs.impl.ProvidersImpl
 
ProxyAuthorizationPolicy - Class in org.apache.cxf.configuration.security
Java class for ProxyAuthorizationPolicy complex type.
ProxyAuthorizationPolicy() - Constructor for class org.apache.cxf.configuration.security.ProxyAuthorizationPolicy
 
ProxyClassLoader - Class in org.apache.cxf.jaxrs.client
Utility class loader that can be used to create proxies in cases where the the JAX-RS client classes are not visible to the loader of the service class.
ProxyClassLoader() - Constructor for class org.apache.cxf.jaxrs.client.ProxyClassLoader
 
ProxyFactory - Class in org.apache.cxf.transport.http
 
ProxyFactory() - Constructor for class org.apache.cxf.transport.http.ProxyFactory
 
ProxyHelper - Class in org.apache.cxf.common.util
 
ProxyHelper() - Constructor for class org.apache.cxf.common.util.ProxyHelper
 
proxyServer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
proxyServerPort - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
proxyServerType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
ProxyServerType - Enum in org.apache.cxf.transports.http.configuration
Java class for proxyServerType.
PT0S - Static variable in class org.apache.cxf.jaxb.DatatypeFactory
 
publishedEndpointUrl - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
push() - Method in class org.apache.cxf.helpers.NSStack
 
push(T) - Method in class org.apache.cxf.staxutils.FastStack
 
put(K, V) - Method in class org.apache.cxf.common.util.CacheMap
 
put(K, V) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
put(String, Object) - Method in class org.apache.cxf.endpoint.ClientImpl.EchoContext
 
put(Object) - Method in class org.apache.cxf.jaxrs.client.WebClient
Does HTTP PUT invocation
put(Object, Object) - Method in interface org.apache.cxf.jaxrs.ext.MessageContext
 
put(Object, Object) - Method in class org.apache.cxf.jaxrs.ext.MessageContextImpl
 
put(K, List<V>) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
put(Object, Object) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
put(String, Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
put(Class<T>, T) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
put(Class<T>, T) - Method in class org.apache.cxf.message.ExchangeImpl
 
put(String, Object) - Method in class org.apache.cxf.message.ExchangeImpl
 
put(MessagePartInfo, Object) - Method in class org.apache.cxf.message.MessageContentsList
 
put(String, Object) - Method in class org.apache.cxf.message.MessageImpl
 
put(Class<T>, T) - Method in interface org.apache.cxf.message.StringMap
Convenience method for storing/retrieving typed objects from the map.
put(Class<T>, T) - Method in class org.apache.cxf.message.StringMapImpl
 
put(Object, Object) - Method in class org.apache.cxf.transport.http.HTTPSession
 
put(Object, Object) - Method in interface org.apache.cxf.transport.Session
Put a variable into the session with a key.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.cxf.common.util.CacheMap
 
putAll(Map) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.cxf.endpoint.ClientImpl.EchoContext
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
putSchemasForDefinition(Definition, ServiceSchemaInfo) - Method in interface org.apache.cxf.wsdl.WSDLManager
Register a collection of schemas for a WSDL.
putSchemasForDefinition(Definition, ServiceSchemaInfo) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
putSingle(K, V) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 

Q

QNAME_ADDRESS - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_BINDING - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_DEFINITIONS - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_DOCUMENTATION - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_FAULT - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_IMPORT - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_INPUT - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_MESSAGE - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_OPERATION - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_OUTPUT - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_PART - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_PORT - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_PORT_TYPE - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
QNAME_SCHEMA - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SCHEMA_IMPORT - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SCHEMA_INCLUDE - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SERVICE - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SOAP12_BINDING - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SOAP12_BINDING_ADDRESS - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SOAP_BINDING - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SOAP_BINDING_ADDRESS - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SOAP_BODY - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SOAP_FAULT - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_SOAP_OPERATION - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_TYPES - Static variable in class org.apache.cxf.common.WSDLConstants
 
QNAME_XMLHTTP_BINDING_ADDRESS - Static variable in class org.apache.cxf.common.WSDLConstants
 
query(String, Object...) - Method in class org.apache.cxf.jaxrs.client.WebClient
Updates the current URI query parameters
query() - Method in interface org.apache.cxf.jaxrs.ext.search.client.CompleteCondition
Finalize condition construction and build search condition query.
query() - Method in class org.apache.cxf.jaxrs.ext.search.client.FiqlSearchConditionBuilder
 
query() - Method in class org.apache.cxf.jaxrs.ext.search.client.SearchConditionBuilder
Finalize condition construction and build search condition query.
QUERY_STRING - Static variable in interface org.apache.cxf.message.Message
 
queryEncode(String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
QueryHandler - Interface in org.apache.cxf.transports.http
 
QueryHandlerRegistry - Interface in org.apache.cxf.transports.http
 
QueryHandlerRegistryImpl - Class in org.apache.cxf.transport.http
 
QueryHandlerRegistryImpl() - Constructor for class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
QueryHandlerRegistryImpl(Bus) - Constructor for class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
QueryHandlerRegistryImpl(Bus, List<QueryHandler>) - Constructor for class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
queryParam(String, Object...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
QuotedPrintableDecoderStream - Class in org.apache.cxf.attachment
 
QuotedPrintableDecoderStream(InputStream) - Constructor for class org.apache.cxf.attachment.QuotedPrintableDecoderStream
 

R

RandomStrategy - Class in org.apache.cxf.clustering
Failover strategy based on a randomized walk through the static cluster represented by multiple endpoints associated with the same service instance.
RandomStrategy() - Constructor for class org.apache.cxf.clustering.RandomStrategy
Constructor.
read() - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
read(byte[], int, int) - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
read(byte[]) - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
read(byte[], int, int) - Method in class org.apache.cxf.attachment.MimeBodyPartInputStream
 
read() - Method in class org.apache.cxf.attachment.MimeBodyPartInputStream
 
read() - Method in class org.apache.cxf.attachment.QuotedPrintableDecoderStream
 
read(String, Class) - Static method in class org.apache.cxf.common.util.PrimitiveUtils
 
read(Element, String) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Document, String) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Element) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(T) - Method in interface org.apache.cxf.databinding.DataReader
Read an object from the input.
read(MessagePartInfo, T) - Method in interface org.apache.cxf.databinding.DataReader
Read an object from the input, applying additional conventions based on the WSDL message part.
read(QName, T, Class) - Method in interface org.apache.cxf.databinding.DataReader
Read an object from the input.
read(MessagePartInfo, Node) - Method in class org.apache.cxf.databinding.source.NodeDataReader
 
read(QName, Node, Class) - Method in class org.apache.cxf.databinding.source.NodeDataReader
 
read(Node) - Method in class org.apache.cxf.databinding.source.NodeDataReader
 
read(MessagePartInfo, XMLStreamReader) - Method in class org.apache.cxf.databinding.source.XMLStreamDataReader
 
read(QName, XMLStreamReader, Class) - Method in class org.apache.cxf.databinding.source.XMLStreamDataReader
 
read(XMLStreamReader) - Method in class org.apache.cxf.databinding.source.XMLStreamDataReader
 
read(MessagePartInfo, XMLStreamReader) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataReader
 
read(QName, XMLStreamReader, Class) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataReader
 
read(XMLStreamReader) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataReader
 
READ - Static variable in class org.apache.cxf.phase.Phase
 
read(Source) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
read(InputStream) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
read(InputSource) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
read(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
read(XMLStreamReader, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
read(DocumentBuilder, XMLStreamReader, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
readAttributes() - Method in class org.apache.cxf.common.util.ClassReader
read an attributes array.
readBody(Response, Message, Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
readBody(InputStream, String) - Static method in class org.apache.cxf.jaxrs.utils.FormUtils
 
readBytesFromStream(InputStream) - Static method in class org.apache.cxf.helpers.IOUtils
 
readCode() - Method in class org.apache.cxf.common.util.ClassReader
read a code attribute
readCode() - Method in class org.apache.cxf.common.util.ParamReader
 
readCpool() - Method in class org.apache.cxf.common.util.ClassReader
 
readDocElements(Node, XMLStreamReader, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
readDocElements(Node, XMLStreamReader, boolean, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
readDocElements(Document, Node, XMLStreamReader, boolean, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
readDocElements(Document, Node, XMLStreamReader, boolean, boolean, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
reader - Variable in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
readFrom(Class<Response>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.client.ResponseReader
 
readFrom(T) - Method in interface org.apache.cxf.jaxrs.ext.atom.AtomElementReader
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AbstractAtomProvider
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
readFrom(Class, Type, Annotation[], MediaType, MultivaluedMap, InputStream) - Method in class org.apache.cxf.jaxrs.provider.DataSourceProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
readFrom(Class<XmlObject>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
readFrom(Class<XmlObject>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansJSONProvider
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
readFromConnection(HttpURLConnection) - Method in class org.apache.cxf.transport.http.Cookies
 
readFromConnection(HttpURLConnection) - Method in class org.apache.cxf.transport.http.Headers
 
readInt() - Method in class org.apache.cxf.common.util.ClassReader
 
readLines(File) - Static method in class org.apache.cxf.helpers.FileUtils
 
readLocalVariableTable() - Method in class org.apache.cxf.common.util.ParamReader
this is invoked when a LocalVariableTable attribute is encountered.
readNext() - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
readQName(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
Reads a QName from the element text.
readShort() - Method in class org.apache.cxf.common.util.ClassReader
 
readStringFromStream(InputStream) - Static method in class org.apache.cxf.helpers.IOUtils
 
readXml(InputStream) - Static method in class org.apache.cxf.helpers.DOMUtils
Read XML as DOM.
readXml(Reader) - Static method in class org.apache.cxf.helpers.DOMUtils
 
readXml(StreamSource) - Static method in class org.apache.cxf.helpers.DOMUtils
 
readXsiType - Variable in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
RECEIVE - Static variable in class org.apache.cxf.phase.Phase
 
RECEIVE_TIMEOUT - Static variable in interface org.apache.cxf.message.Message
 
receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
receiveTimeout - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
recoverKeepAliveSystemProperty() - Static method in class org.apache.cxf.test.TestUtilities
 
redirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
redirectURL - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
redispatch() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
reference - Variable in class org.apache.cxf.transport.AbstractDestination
 
referenceParameters - Variable in class org.apache.cxf.ws.addressing.EndpointReferenceType
 
referenceParameters - Variable in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
ReferenceParametersType - Class in org.apache.cxf.ws.addressing
Java class for ReferenceParametersType complex type.
ReferenceParametersType() - Constructor for class org.apache.cxf.ws.addressing.ReferenceParametersType
 
ReferenceParametersType - Class in org.apache.cxf.ws.addressing.v200408
Java class for ReferenceParametersType complex type.
ReferenceParametersType() - Constructor for class org.apache.cxf.ws.addressing.v200408.ReferenceParametersType
 
referenceProperties - Variable in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
 
referenceProperties - Variable in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
ReferencePropertiesType - Class in org.apache.cxf.ws.addressing.v200403
Java class for ReferencePropertiesType complex type.
ReferencePropertiesType() - Constructor for class org.apache.cxf.ws.addressing.v200403.ReferencePropertiesType
 
ReferencePropertiesType - Class in org.apache.cxf.ws.addressing.v200408
Java class for ReferencePropertiesType complex type.
ReferencePropertiesType() - Constructor for class org.apache.cxf.ws.addressing.v200408.ReferencePropertiesType
 
referer - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
ReflectionInvokationHandler - Class in org.apache.cxf.common.util
 
ReflectionInvokationHandler(Object) - Constructor for class org.apache.cxf.common.util.ReflectionInvokationHandler
 
ReflectionInvokationHandler.UnwrapParam - Annotation Type in org.apache.cxf.common.util
 
ReflectionInvokationHandler.WrapReturn - Annotation Type in org.apache.cxf.common.util
 
ReflectionUtil - Class in org.apache.cxf.common.util
 
refresh() - Method in class org.apache.cxf.service.model.ServiceInfo
 
register(Bundle) - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener
 
register(EndpointResolver) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Register an endpoint resolver.
register(EndpointResolver) - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
Register an endpoint resolver.
register(Server) - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
register(Server) - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
register(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Registers a contract resolver.
register(ServiceContractResolver) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
Registers a contract resolver with this registry.
register(K, T) - Method in interface org.apache.cxf.extension.Registry
Registers an object of type T with this registry.
register(K, T) - Method in class org.apache.cxf.extension.RegistryImpl
 
register(ManagedComponent) - Method in interface org.apache.cxf.management.InstrumentationManager
Register a component with management infrastructure.
register(ManagedComponent, boolean) - Method in interface org.apache.cxf.management.InstrumentationManager
Register a component with management infrastructure.
register(Object, ObjectName) - Method in interface org.apache.cxf.management.InstrumentationManager
Registers object with management infrastructure with a specific name.
register(Object, ObjectName, boolean) - Method in interface org.apache.cxf.management.InstrumentationManager
Registers object with management infrastructure with a specific name.
register() - Method in class org.apache.cxf.transport.AbstractTransportFactory
 
register(PolicyInterceptorProvider) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry
Register the builder for all qnames from the provider getAssertionTypes call.
registerBindingFactory(String, BindingFactory) - Method in interface org.apache.cxf.binding.BindingFactoryManager
Registers a BindingFactory using the provided name.
registerBindingFactory(String, BindingFactory) - Method in class org.apache.cxf.binding.BindingFactoryManagerImpl
 
registerCallback(CachedOutputStreamCallback) - Method in class org.apache.cxf.io.CachedOutputStream
 
registerConduitInitiator(String, ConduitInitiator) - Method in interface org.apache.cxf.transport.ConduitInitiatorManager
Associates a name, often a URI, with a ConduitInitiator when registering with the Bus's TransportRegistry.
registerConduitInitiator(String, ConduitInitiator) - Method in class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
registerDestinationFactory(String, DestinationFactory) - Method in interface org.apache.cxf.transport.DestinationFactoryManager
Associates a name, often a URI, with a DestinationFactory when registering with the Bus's TransportRegistry.
registerDestinationFactory(String, DestinationFactory) - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
registeredResolvers - Variable in class org.apache.cxf.resource.DefaultResourceManager
 
registerExistingBundles(BundleContext) - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener
 
registerExtensors(WSDLManager) - Static method in class org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader
 
registerHandler(QueryHandler) - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
registerHandler(QueryHandler, int) - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
registerHandler(QueryHandler) - Method in interface org.apache.cxf.transports.http.QueryHandlerRegistry
Register QueryHandler with registry
registerHandler(QueryHandler, int) - Method in interface org.apache.cxf.transports.http.QueryHandlerRegistry
Register QueryHandler with registry in a specified position in the list
registerHeaderProcessor(HeaderProcessor) - Method in interface org.apache.cxf.headers.HeaderManager
 
registerHeaderProcessor(HeaderProcessor) - Method in class org.apache.cxf.headers.HeaderManagerImpl
 
registerLifeCycleListener(BusLifeCycleListener) - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleManager
Register a listener to receive Bus lifecycle notification.
registerLifeCycleListener(BusLifeCycleListener) - Method in class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
registerListener(ClientLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
registerListener(ClientLifeCycleListener) - Method in class org.apache.cxf.endpoint.ClientLifeCycleManagerImpl
 
registerListener(ServerLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
registerListener(ServerLifeCycleListener) - Method in class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl
 
registerUserProvider(Object) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
Registry<K,T> - Interface in org.apache.cxf.extension
 
registry - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
registry - Variable in class org.apache.cxf.transport.http.HTTPTransportFactory
 
registry - Variable in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
RegistryImpl<K,T> - Class in org.apache.cxf.extension
 
RegistryImpl() - Constructor for class org.apache.cxf.extension.RegistryImpl
 
RegistryImpl(Map<K, T>) - Constructor for class org.apache.cxf.extension.RegistryImpl
 
regularExpression - Variable in class org.apache.cxf.configuration.security.DNConstraintsType
 
RelatesToType - Class in org.apache.cxf.ws.addressing
Java class for RelatesToType complex type.
RelatesToType() - Constructor for class org.apache.cxf.ws.addressing.RelatesToType
 
Relationship - Class in org.apache.cxf.ws.addressing.v200403
Java class for Relationship complex type.
Relationship() - Constructor for class org.apache.cxf.ws.addressing.v200403.Relationship
 
Relationship - Class in org.apache.cxf.ws.addressing.v200408
Java class for Relationship complex type.
Relationship() - Constructor for class org.apache.cxf.ws.addressing.v200408.Relationship
 
relationshipType - Variable in class org.apache.cxf.ws.addressing.RelatesToType
 
relationshipType - Variable in class org.apache.cxf.ws.addressing.v200403.Relationship
 
relationshipType - Variable in class org.apache.cxf.ws.addressing.v200408.Relationship
 
release() - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
release(Exchange, Object) - Method in interface org.apache.cxf.service.invoker.Factory
Post invoke, this is called to allow the factory to release the object, store it, etc...
release(Exchange, Object) - Method in class org.apache.cxf.service.invoker.PerRequestFactory
 
release(Exchange, Object) - Method in class org.apache.cxf.service.invoker.PooledFactory
Post invoke, this is called to allow the factory to release the object, store it, etc...
release(Exchange, Object) - Method in class org.apache.cxf.service.invoker.SessionFactory
Post invoke, this is called to allow the factory to release the object, store it, etc...
release(Exchange, Object) - Method in class org.apache.cxf.service.invoker.SingletonFactory
Post invoke, this is called to allow the factory to release the object, store it, etc...
release(Exchange, Object) - Method in class org.apache.cxf.service.invoker.SpringBeanFactory
Post invoke, this is called to allow the factory to release the object, store it, etc...
releaseInstance(Message, Object) - Method in class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
releaseInstance(Message, Object) - Method in class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
Releases the resource instance if needed
releaseInstance(Message, Object) - Method in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
Releases the resource instance if needed
releaseInstance(Message, Object) - Method in class org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider
Releases the resource instance if needed
releaseInstance(Message, Object) - Method in class org.apache.cxf.jaxrs.spring.SpringResourceFactory
Releases the resource instance if needed
releaseRegistry() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
releaseServiceObject(Exchange, Object) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
Called when the invoker is done with the object.
releaseServiceObject(Exchange, Object) - Method in class org.apache.cxf.service.invoker.FactoryInvoker
 
releaseTempFileHold() - Method in class org.apache.cxf.io.CachedOutputStream
 
reload() - Method in class org.apache.cxf.endpoint.ClientImpl.EchoContext
 
remove(Object) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
remove(Object) - Method in class org.apache.cxf.common.util.CacheMap
 
remove(int) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
remove(Object) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
remove(Object) - Method in class org.apache.cxf.common.util.SortedArraySet
 
remove(Object) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
remove(Object) - Method in class org.apache.cxf.endpoint.ClientImpl.EchoContext
 
remove(Interceptor<? extends Message>) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
remove(Object) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
remove() - Method in class org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy
 
remove() - Method in interface org.apache.cxf.jaxrs.impl.tl.ThreadLocalProxy
 
remove(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
remove(MessagePartInfo) - Method in class org.apache.cxf.message.MessageContentsList
 
remove(Interceptor) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
removeAll(Collection<?>) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
removeAll(Collection) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
removeAll(Collection<?>) - Method in class org.apache.cxf.common.util.SortedArraySet
 
removeAttribute(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
removeAttribute(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
removeAttribute(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
removeAuthorizationHeaders() - Method in class org.apache.cxf.transport.http.Headers
 
removeBeansOfNames(List<String>) - Method in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
removeChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
removeCode(ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
removeContent(Class<T>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
removeContent(Class<T>) - Method in interface org.apache.cxf.message.Message
Removes a content from a message.
removeContent(Class<T>) - Method in class org.apache.cxf.message.MessageImpl
 
removeContents(Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
REMOVED_MARKER - Static variable in class org.apache.cxf.message.MessageContentsList
 
removeDefinition(Definition) - Method in interface org.apache.cxf.wsdl.WSDLManager
If the definition is cached, remove it from the cache
removeDefinition(Definition) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
removeDestination(String) - Method in interface org.apache.cxf.transport.http.DestinationRegistry
 
removeDestination(String) - Method in class org.apache.cxf.transport.http.DestinationRegistryImpl
 
removeDir(File) - Static method in class org.apache.cxf.helpers.FileUtils
 
removeExtensions(List<Extension>) - Static method in class org.apache.cxf.bus.extension.ExtensionRegistry
 
removeFault(QName) - Method in class org.apache.cxf.service.model.OperationInfo
Removes a fault from this operation.
removeHandler(Handler) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
removeHandler(Handler) - Method in class org.apache.cxf.common.logging.Log4jLogger
 
removeListener(FactoryBeanListener) - Method in class org.apache.cxf.service.factory.FactoryBeanListenerManager
 
removeMediaTypeParameter(MediaType, String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
removeMember(Principal) - Method in class org.apache.cxf.common.security.SimpleGroup
 
removeMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Removes an message part from this container.
removeOperation(BindingOperationInfo) - Method in class org.apache.cxf.service.model.BindingInfo
Removes an operation from this service.
removeOperation(OperationInfo) - Method in class org.apache.cxf.service.model.InterfaceInfo
Removes an operation from this service.
removeProperty(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
removeResourceResolver(ResourceResolver) - Method in class org.apache.cxf.resource.DefaultResourceManager
 
removeResourceResolver(ResourceResolver) - Method in interface org.apache.cxf.resource.ResourceManager
Remove a ResourceResolver.
removeServant(URL) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Remove a previously registered servant.
removeServant(URL) - Method in interface org.apache.cxf.transport.http_jetty.ServerEngine
Remove a previously registered servant.
removeSharedUser() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
renew(EndpointReferenceType, EndpointReferenceType) - Method in interface org.apache.cxf.endpoint.EndpointResolver
Force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
renew(EndpointReferenceType, EndpointReferenceType) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Walk the list of registered EndpointResolvers, so as to force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
renew(EndpointReferenceType, EndpointReferenceType) - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
Walk the list of registered EndpointResolvers, so as to force a fresh resolution of the given abstract EPR, discarding any previously cached reference.
renew(EndpointReferenceType, EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Renew logical endpoint reference via the Bus EndpointResolverRegistry.
REPLACE_WITH_ACTUAL_URL - Static variable in class org.apache.cxf.common.WSDLConstants
 
replaceAttribute(Element, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
replaceEndpointAddressPropertyIfNeeded(Message, String) - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
 
replaceHeader(String, String) - Method in class org.apache.cxf.jaxrs.client.WebClient
Replaces the header value with the new values.
replaceMatrix(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
replaceMatrixParam(String, Object...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
replacePath(String) - Method in class org.apache.cxf.jaxrs.client.WebClient
Replaces the current path with the new value.
replacePath(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
replaceQuery(String) - Method in class org.apache.cxf.jaxrs.client.WebClient
Replaces the current query with the new value.
replaceQuery(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
replaceQueryParam(String, Object...) - Method in class org.apache.cxf.jaxrs.client.WebClient
Replaces the current query with the new value.
replaceQueryParam(String, Object...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
ReplyAfterType - Class in org.apache.cxf.ws.addressing.v200403
Java class for ReplyAfterType complex type.
ReplyAfterType() - Constructor for class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
 
ReplyAfterType - Class in org.apache.cxf.ws.addressing.v200408
Java class for ReplyAfterType complex type.
ReplyAfterType() - Constructor for class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
 
REPLYTO_PROPERTY - Static variable in class org.apache.cxf.ws.addressing.WSAContextUtils
 
reportEmptyContentLength() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
reportInvalidResourceMethod(Method, String) - Static method in class org.apache.cxf.jaxrs.client.ClientProxyImpl
 
reportMessageHandlerProblem(String, Class<?>, MediaType, Throwable, Response) - Static method in class org.apache.cxf.jaxrs.client.AbstractClient
 
reportSecurityException(String) - Method in class org.apache.cxf.interceptor.security.AbstractSecurityContextInInterceptor
 
reportServerError(String, String) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
REQUEST - Static variable in class org.apache.cxf.jaxrs.model.wadl.DocTarget
WADL request element
REQUEST_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
REQUEST_CONTEXT - Static variable in class org.apache.cxf.jaxrs.client.AbstractClient
 
REQUEST_REDIRECTED - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
REQUEST_URI - Static variable in interface org.apache.cxf.message.Message
 
REQUEST_URL - Static variable in interface org.apache.cxf.message.Message
 
requestContext - Variable in class org.apache.cxf.endpoint.ClientImpl
 
requestCookieHeader() - Method in class org.apache.cxf.transport.http.Cookie
Convert a list of cookies into a string suitable for sending as a "Cookie:" header
RequestDispatcherProvider - Class in org.apache.cxf.jaxrs.provider
 
RequestDispatcherProvider() - Constructor for class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
RequestDispatcherProvider.HttpServletRequestFilter - Class in org.apache.cxf.jaxrs.provider
 
RequestDispatcherProvider.HttpServletRequestFilter(HttpServletRequest, String, String, boolean) - Constructor for class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
RequestHandler - Interface in org.apache.cxf.jaxrs.ext
RequestHandler is capable of preprocessing requests ex., they can handle query extensions starting from _type
RequestImpl - Class in org.apache.cxf.jaxrs.impl
TODO : deal with InvalidStateExceptions
RequestImpl(Message) - Constructor for class org.apache.cxf.jaxrs.impl.RequestImpl
 
REQUESTOR_ROLE - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the message is a request message.
RequestPreprocessor - Class in org.apache.cxf.jaxrs.impl
 
RequestPreprocessor() - Constructor for class org.apache.cxf.jaxrs.impl.RequestPreprocessor
 
RequestPreprocessor(Map<Object, Object>, Map<Object, Object>) - Constructor for class org.apache.cxf.jaxrs.impl.RequestPreprocessor
 
require(int, String, String) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
require(int, String, String) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
required - Variable in class org.apache.cxf.configuration.security.ClientAuthentication
 
required - Variable in class org.apache.cxf.wsdl.TExtensibilityElement
 
requiresFailover(Exchange) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
Check if the exchange is suitable for a failover.
requiresFailover(Exchange) - Method in class org.apache.cxf.clustering.LoadDistributorTargetSelector
 
requiresRequestCaching() - Method in class org.apache.cxf.transport.http.auth.DefaultBasicAuthSupplier
 
requiresRequestCaching() - Method in class org.apache.cxf.transport.http.auth.DigestAuthSupplier
If the supplier requires the request to be cached to be resent, return true
requiresRequestCaching() - Method in interface org.apache.cxf.transport.http.auth.HttpAuthSupplier
If the supplier requires the request to be cached to be resent, return true
requiresRequestCaching() - Method in class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
 
reset() - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
reset() - Method in class org.apache.cxf.common.classloader.ClassLoaderUtils.ClassLoaderHolder
 
reset() - Method in interface org.apache.cxf.continuations.Continuation
Reset the continuation
reset() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
reset() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
Resets the headers and response state if any
reset() - Method in interface org.apache.cxf.jaxrs.client.Client
Resets the headers and response state if any
reset() - Method in interface org.apache.cxf.jaxrs.client.ClientState
Resets the current state to the baseURI
reset() - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
reset() - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
reset() - Method in class org.apache.cxf.jaxrs.client.WebClient
 
reset() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
reset() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
reset() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
reset() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
resetBaseAddress(URI) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
resetBuffer() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
resetContextCache() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
resetContextCache() - Method in interface org.apache.cxf.message.Message
 
resetContextCache() - Method in class org.apache.cxf.message.MessageImpl
 
resetCurrentBuilder(URI) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
resetOut(OutputStream, boolean) - Method in class org.apache.cxf.io.CachedOutputStream
Replace the original stream with the new one, optionally copying the content of the old one into the new one.
resetQuery() - Method in class org.apache.cxf.jaxrs.client.WebClient
Resets the current query
resetResponse() - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
resolve(String, Class<T>) - Method in class org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
 
resolve(OASISCatalogManager, String, String) - Method in class org.apache.cxf.catalog.OASISCatalogManagerHelper
 
resolve(EndpointReferenceType) - Method in interface org.apache.cxf.endpoint.EndpointResolver
Retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
resolve(EndpointReferenceType) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Walk the list of registered EndpointResolvers, so as to retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
resolve(EndpointReferenceType) - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
Walk the list of registered EndpointResolvers, so as to retrieve a concrete EPR corresponding to the given abstract EPR, returning a cached reference if already resolved.
resolve(Class<?>, Annotation[], Map<Class<?>, QName>) - Method in interface org.apache.cxf.jaxrs.model.wadl.ElementQNameResolver
 
resolve(String, Class<T>) - Method in class org.apache.cxf.resource.ClassLoaderResolver
 
resolve(String, Class<T>) - Method in class org.apache.cxf.resource.ClasspathResolver
 
resolve(String, String) - Method in class org.apache.cxf.resource.ExtendedURIResolver
 
resolve(String, Class<T>) - Method in class org.apache.cxf.resource.ObjectTypeResolver
 
resolve(String, Class<T>) - Method in class org.apache.cxf.resource.PropertiesResolver
 
resolve(String, Class<T>) - Method in interface org.apache.cxf.resource.ResourceResolver
Resolve a resource given its name and type.
resolve(String, Class<T>) - Method in class org.apache.cxf.resource.SinglePropertyResolver
 
resolve(String, String, Class) - Method in class org.apache.cxf.resource.URIResolver
 
resolve(String, Class<T>) - Method in class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
resolve(String, String) - Method in class org.apache.cxf.transport.TransportURIResolver
 
resolve(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Resolve logical endpoint reference via the Bus EndpointResolverRegistry.
resolveClass(int) - Method in class org.apache.cxf.common.util.ClassReader
 
resolveEntity(String, String) - Method in class org.apache.cxf.bus.spring.BusEntityResolver
 
resolveEntity(String, String, String) - Method in class org.apache.cxf.catalog.CatalogXmlSchemaURIResolver
 
resolveEntity(String, String) - Method in class org.apache.cxf.helpers.DOMUtils.NullResolver
 
resolveField(int) - Method in class org.apache.cxf.common.util.ClassReader
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser
 
resolveMethod(int) - Method in class org.apache.cxf.common.util.ClassReader
 
resolveNameAndType(int) - Method in class org.apache.cxf.common.util.ClassReader
 
resolveNamespacePrefix(String, Node) - Method in class org.apache.cxf.test.TestUtilities
Handy function for checking correctness of qualifies names in schema attribute values.
resolvePublic(String, String) - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
resolver - Variable in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
resolveResource(String, Class<T>) - Method in class org.apache.cxf.resource.DefaultResourceManager
 
resolveResource(String, Class<T>, List<ResourceResolver>) - Method in class org.apache.cxf.resource.DefaultResourceManager
 
resolveResource(String, Class<T>) - Method in interface org.apache.cxf.resource.ResourceManager
Resolve a resource.
resolveResource(String, Class<T>, List<ResourceResolver>) - Method in interface org.apache.cxf.resource.ResourceManager
Resolve a resource with via a specified list of resovlers.
resolveSystem(String) - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
resolveURI(String) - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
resolveUtf8(int) - Method in class org.apache.cxf.common.util.ClassReader
 
resource - Variable in class org.apache.cxf.configuration.security.CertStoreType
 
resource - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
RESOURCE - Static variable in class org.apache.cxf.jaxrs.model.wadl.DocTarget
WADL resource element, in most cases it corresponds to the root resource or sub-resource classes
resourceClass - Variable in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
ResourceComparator - Interface in org.apache.cxf.jaxrs.ext
Can be used to affect the way the JAXRS selection algorithm chooses between multiple matching resource classes and methods
ResourceInjector - Class in org.apache.cxf.common.injection
injects references specified using @Resource annotation
ResourceInjector(ResourceManager) - Constructor for class org.apache.cxf.common.injection.ResourceInjector
 
ResourceInjector(ResourceManager, List<ResourceResolver>) - Constructor for class org.apache.cxf.common.injection.ResourceInjector
 
ResourceManager - Interface in org.apache.cxf.resource
Locates resources that are used at runtime.
ResourceManagerImpl - Class in org.apache.cxf.bus.resource
 
ResourceManagerImpl() - Constructor for class org.apache.cxf.bus.resource.ResourceManagerImpl
 
ResourceManagerImpl(Bus) - Constructor for class org.apache.cxf.bus.resource.ResourceManagerImpl
 
ResourceManagerWSDLLocator - Class in org.apache.cxf.wsdl11
 
ResourceManagerWSDLLocator(String, WSDLLocator, Bus) - Constructor for class org.apache.cxf.wsdl11.ResourceManagerWSDLLocator
 
ResourceManagerWSDLLocator(String, Bus) - Constructor for class org.apache.cxf.wsdl11.ResourceManagerWSDLLocator
 
resourceOpened - Variable in class org.apache.cxf.resource.ExtendedURIResolver
 
ResourceProvider - Interface in org.apache.cxf.jaxrs.lifecycle
ResourceProvider controls the life-cycle of the JAX-RS root resources.
resourceProviders - Variable in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
ResourceResolver - Interface in org.apache.cxf.resource
Resolves resource.
ResourceUtils - Class in org.apache.cxf.jaxrs.utils
 
respondUsingQueryHandler(QueryHandler, HttpServletResponse, EndpointInfo, String, String) - Method in class org.apache.cxf.transport.servlet.ServletController
 
RESPONSE - Static variable in class org.apache.cxf.jaxrs.model.wadl.DocTarget
WADL request element
response - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
 
RESPONSE_CODE - Static variable in interface org.apache.cxf.message.Message
 
RESPONSE_COMMITED - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
RESPONSE_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
RESPONSE_CONTEXT - Static variable in class org.apache.cxf.jaxrs.client.AbstractClient
 
RESPONSE_HEADERS_COPIED - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
ResponseBuilderImpl - Class in org.apache.cxf.jaxrs.impl
 
ResponseBuilderImpl() - Constructor for class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
responseContext - Variable in class org.apache.cxf.endpoint.ClientImpl
 
ResponseExceptionMapper<E extends Throwable> - Interface in org.apache.cxf.jaxrs.client
Converts Response to checked or runtime Exception
ResponseHandler - Interface in org.apache.cxf.jaxrs.ext
ResponseHandler is capable of postprocessing requests ex., they can update the response status code, etc
ResponseImpl - Class in org.apache.cxf.jaxrs.impl
 
ResponseReader - Class in org.apache.cxf.jaxrs.client
 
ResponseReader() - Constructor for class org.apache.cxf.jaxrs.client.ResponseReader
 
ResponseReader(Class<?>) - Constructor for class org.apache.cxf.jaxrs.client.ResponseReader
 
rest - Variable in class org.apache.cxf.wsdl.TOperation
 
REST_MESSAGE - Static variable in interface org.apache.cxf.message.Message
 
result - Variable in class org.apache.cxf.endpoint.ClientCallback
 
ResultBufferedCommand - Class in org.apache.cxf.common.commands
 
ResultBufferedCommand() - Constructor for class org.apache.cxf.common.commands.ResultBufferedCommand
 
ResultBufferedCommand(String[]) - Constructor for class org.apache.cxf.common.commands.ResultBufferedCommand
 
resume() - Method in interface org.apache.cxf.continuations.Continuation
Resume a suspended request
resume() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
resume() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
resume() - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
resume() - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
retainAll(Collection<?>) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
retainAll(Collection) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
retainAll(Collection<?>) - Method in class org.apache.cxf.common.util.SortedArraySet
 
retrieveEngine() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
Post-configure retreival of server engine.
retrieveFromContinuation(HttpServletRequest) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
retrieveFromContinuation(HttpServletRequest) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
retrieveFromServlet3Async(HttpServletRequest) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
retrieveJettyHTTPServerEngine(int) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call retrieves a previously configured JettyHTTPServerEngine for the given port.
retrieveListenerFactory() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
retrieveTo(Conduit, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Retrieve To EPR from the context.
retrieveUsingAddressing(Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Retrieve UsingAddressing override flag from the context
Retryable - Interface in org.apache.cxf.endpoint
Implemented by Clients that are willing to accept retried invocations.
retryInvoke(URI, MultivaluedMap<String, String>, Object, Exchange, Map<String, Object>) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
retryInvoke(URI, MultivaluedMap<String, String>, Object, Exchange, Map<String, Object>) - Method in class org.apache.cxf.jaxrs.client.ClientProxyImpl
 
retryInvoke(URI, MultivaluedMap<String, String>, Object, Exchange, Map<String, Object>) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
RetryStrategy - Class in org.apache.cxf.clustering
This strategy simply retries the invocation using the same Endpoint (CXF-2036).
RetryStrategy() - Constructor for class org.apache.cxf.clustering.RetryStrategy
 
RETURN - Static variable in class org.apache.cxf.jaxrs.model.wadl.DocTarget
WADL response representation element, corresponds to the return type of the resource method
reuseAddress - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
ROBUST_ONEWAY - Static variable in interface org.apache.cxf.message.Message
 
ROLE_CLASSIFIER_CLASS_NAME - Static variable in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
ROLE_CLASSIFIER_PREFIX - Static variable in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
RolePrefixSecurityContextImpl - Class in org.apache.cxf.interceptor.security
 
RolePrefixSecurityContextImpl(Subject, String) - Constructor for class org.apache.cxf.interceptor.security.RolePrefixSecurityContextImpl
 
RolePrefixSecurityContextImpl(Subject, String, String) - Constructor for class org.apache.cxf.interceptor.security.RolePrefixSecurityContextImpl
 
root - Variable in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
ROOT_INSTANCE - Static variable in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
ROOT_PROVIDER - Static variable in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
ROOT_RESOURCE_CLASS - Static variable in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
rootNode - Variable in class org.apache.cxf.bindings.xformat.XMLBindingMessageFormat
 
routingInterceptors - Variable in class org.apache.cxf.transport.MultipleEndpointObserver
 
RPC - Static variable in class org.apache.cxf.common.WSDLConstants
 
RPC_WRAPPED - Static variable in class org.apache.cxf.common.WSDLConstants
 
run() - Method in class org.apache.cxf.bus.CXFBusImpl
 
run() - Method in interface org.apache.cxf.Bus
 
run() - Method in class org.apache.cxf.common.commands.ForkedCommand
Implements the run method for the thread on which the process is executed.
run() - Method in class org.apache.cxf.common.util.StreamPrinter
 
run() - Method in class org.apache.cxf.common.util.SystemPropertyAction
 
run() - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Only returns after workqueue has been shutdown.
run() - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
RUNTIME_DATABINDING_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
RuntimeDelegateImpl - Class in org.apache.cxf.jaxrs.impl
 
RuntimeDelegateImpl() - Constructor for class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 

S

scanPackages(Set<Class<?>>) - Static method in class org.apache.cxf.jaxb.JAXBContextCache
 
scanPackages(Set<Class<?>>, Map<Package, CachedClass>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
scanPackages(Set<Class<?>>, Class[], Map<Package, CachedClass>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
schedule(Runnable, long) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
schedule(Runnable, long) - Method in interface org.apache.cxf.workqueue.WorkQueue
Schedules a work item for execution at some time in the future.
SCHEMA - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SCHEMA_TARGET_NAMESPACES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SCHEMA_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SCHEMA_VALIDATION_ENABLED - Static variable in interface org.apache.cxf.message.Message
 
SchemaCollection - Class in org.apache.cxf.common.xmlschema
Wrapper class for XmlSchemaCollection that deals with various quirks and bugs.
SchemaCollection() - Constructor for class org.apache.cxf.common.xmlschema.SchemaCollection
 
SchemaCollection(XmlSchemaCollection) - Constructor for class org.apache.cxf.common.xmlschema.SchemaCollection
 
SchemaHandler - Class in org.apache.cxf.jaxrs.utils.schemas
 
SchemaHandler() - Constructor for class org.apache.cxf.jaxrs.utils.schemas.SchemaHandler
 
schemaImportsNamespace(XmlSchema, String) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
Is there an import for a particular namespace in a schema?
SchemaInfo - Class in org.apache.cxf.service.model
 
SchemaInfo(String) - Constructor for class org.apache.cxf.service.model.SchemaInfo
 
SchemaInfo(String, boolean, boolean) - Constructor for class org.apache.cxf.service.model.SchemaInfo
 
schemaLocations - Variable in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
schemaLocations - Variable in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
SchemaSerializer - Class in org.apache.cxf.wsdl11
A custom Schema serializer because WSDL4J's is buggy.
SchemaSerializer() - Constructor for class org.apache.cxf.wsdl11.SchemaSerializer
 
SchemaUtil - Class in org.apache.cxf.wsdl11
 
SchemaUtil(Bus, Map<String, Element>) - Constructor for class org.apache.cxf.wsdl11.SchemaUtil
 
SchemaValidation - Annotation Type in org.apache.cxf.annotations
Enables schema validation
scheme(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
schemeSpecificPart(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
SEARCH_QUERY - Static variable in class org.apache.cxf.jaxrs.ext.search.SearchContextImpl
 
SearchBean - Class in org.apache.cxf.jaxrs.ext.search
Utility bean for simplifying the way Search expressions can be captured and subsequently introspected or converted into different language expressions
SearchBean() - Constructor for class org.apache.cxf.jaxrs.ext.search.SearchBean
 
SearchCondition<T> - Interface in org.apache.cxf.jaxrs.ext.search
Can be used to build plain or complex/composite search conditions.
SearchConditionBuilder - Class in org.apache.cxf.jaxrs.ext.search.client
Builder of client-side search condition string using `fluent interface' style.
SearchConditionBuilder() - Constructor for class org.apache.cxf.jaxrs.ext.search.client.SearchConditionBuilder
 
SearchConditionVisitor<T> - Interface in org.apache.cxf.jaxrs.ext.search
Interface for visitors to SearchCondition objects.
SearchContext - Interface in org.apache.cxf.jaxrs.ext.search
Represents the current search expression
SearchContextImpl - Class in org.apache.cxf.jaxrs.ext.search
 
SearchContextImpl(Message) - Constructor for class org.apache.cxf.jaxrs.ext.search.SearchContextImpl
 
SearchUtils - Class in org.apache.cxf.jaxrs.ext.search
 
SecureAnnotationsInterceptor - Class in org.apache.cxf.interceptor.security
 
SecureAnnotationsInterceptor() - Constructor for class org.apache.cxf.interceptor.security.SecureAnnotationsInterceptor
 
secureRandom - Variable in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
SecureRandomParameters - Class in org.apache.cxf.configuration.security
This structure holds the parameters for the Secure Random Number generator used in the JSSE.
SecureRandomParameters() - Constructor for class org.apache.cxf.configuration.security.SecureRandomParameters
 
secureRandomParameters - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
secureRandomParameters - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
secureSocketProtocol - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
secureSocketProtocol - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
SecurityContext - Interface in org.apache.cxf.security
Provides basic security information about the current message exchange
SecurityContextImpl - Class in org.apache.cxf.jaxrs.impl
 
SecurityContextImpl(Message) - Constructor for class org.apache.cxf.jaxrs.impl.SecurityContextImpl
 
SecurityToken - Interface in org.apache.cxf.common.security
 
segment(String...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
SEI_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SEI_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
selectAlternateAddress(List<String>) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
Select one of the alternate addresses for a retried invocation.
selectAlternateAddress(List<String>) - Method in interface org.apache.cxf.clustering.FailoverStrategy
Select one of the alternate addresses for a retried invocation.
selectAlternateEndpoint(List<Endpoint>) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
Select one of the alternate endpoints for a retried invocation.
selectAlternateEndpoint(List<Endpoint>) - Method in interface org.apache.cxf.clustering.FailoverStrategy
Select one of the alternate endpoints for a retried invocation.
selectAlternative(Policy, PolicyEngine, Assertor, List<List<Assertion>>) - Method in interface org.apache.cxf.ws.policy.AlternativeSelector
 
selectConduit(Message) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
Called when a Conduit is actually required.
selectConduit(Message) - Method in class org.apache.cxf.clustering.LoadDistributorTargetSelector
Called when a Conduit is actually required.
selectConduit(Message) - Method in interface org.apache.cxf.endpoint.ConduitSelector
Called when a Conduit is actually required.
selectConduit(Message) - Method in class org.apache.cxf.endpoint.DeferredConduitSelector
Called when a Conduit is actually required.
selectConduit(Message) - Method in class org.apache.cxf.endpoint.NullConduitSelector
Called when a Conduit is actually required.
selectConduit(Message) - Method in class org.apache.cxf.endpoint.PreexistingConduitSelector
Called when a Conduit is actually required.
selectConduit(Message) - Method in class org.apache.cxf.endpoint.UpfrontConduitSelector
Called when a Conduit is actually required.
selectedConduit - Variable in class org.apache.cxf.endpoint.AbstractConduitSelector
 
selectEndpoint(Message, Set<Endpoint>) - Method in class org.apache.cxf.interceptor.AbstractEndpointSelectionInterceptor
Select an Endpoint which will be used for the rest of the invocation.
selectResourceClass(List<ClassResourceInfo>, String, MultivaluedMap<String, String>, Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
selectVariant(List<Variant>) - Method in class org.apache.cxf.jaxrs.impl.RequestImpl
 
selectVariant(List<Variant>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalRequest
 
SEND - Static variable in class org.apache.cxf.phase.Phase
 
SEND_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
sendError(int) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
sendError(int, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
sendEvent(FactoryBeanListener.Event, Object...) - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
sendRedirect(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
sendServerVersion - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
SequentialStrategy - Class in org.apache.cxf.clustering
Failover strategy based on a sequential walk through the static cluster represented by multiple endpoints associated with the same service instance.
SequentialStrategy() - Constructor for class org.apache.cxf.clustering.SequentialStrategy
 
serialize(XmlSchemaObject, Class, Node) - Method in class org.apache.cxf.databinding.source.mime.MimeSerializer
 
serialize(XmlObject, XMLStreamWriter) - Method in class org.apache.cxf.jaxrs.provider.XMLBeanStreamSerializer
Serialize the given XML data object.
serialize(XMLStreamWriter) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
Server - Interface in org.apache.cxf.endpoint
 
server - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
SERVER_ADDRESSING_PROPERTIES_INBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
SERVER_ADDRESSING_PROPERTIES_OUTBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
SERVER_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SERVER_IN_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
SERVER_OUT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
SERVER_OUTFAULT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
SERVER_POLICY_OUT_FAULT_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
serverCertificates - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the certificates the server presented to authenticate.
ServerEngine - Interface in org.apache.cxf.transport.http_jetty
 
serverEngineFactory - Variable in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
ServerImpl - Class in org.apache.cxf.endpoint
 
ServerImpl(Bus, Endpoint, DestinationFactory, MessageObserver) - Constructor for class org.apache.cxf.endpoint.ServerImpl
 
ServerImpl(Bus, Endpoint, DestinationFactory, BindingFactory) - Constructor for class org.apache.cxf.endpoint.ServerImpl
 
ServerLifeCycleListener - Interface in org.apache.cxf.endpoint
 
ServerLifeCycleManager - Interface in org.apache.cxf.endpoint
 
ServerLifeCycleManagerImpl - Class in org.apache.cxf.endpoint
 
ServerLifeCycleManagerImpl() - Constructor for class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl
 
ServerLifeCycleManagerImpl(Bus) - Constructor for class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl
 
ServerRegistry - Interface in org.apache.cxf.endpoint
 
ServerRegistryImpl - Class in org.apache.cxf.endpoint
 
ServerRegistryImpl() - Constructor for class org.apache.cxf.endpoint.ServerRegistryImpl
 
ServerRegistryImpl(Bus) - Constructor for class org.apache.cxf.endpoint.ServerRegistryImpl
 
serverType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
ServerWebApplicationException - Exception in org.apache.cxf.jaxrs.client
Utility Exception class which makes it easier to get the response status, headers and error message if any
ServerWebApplicationException() - Constructor for exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
ServerWebApplicationException(Response) - Constructor for exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
ServerWebApplicationException(Throwable, Response) - Constructor for exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
serveStaticContent(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
 
Service - Interface in org.apache.cxf.service
 
service - Variable in class org.apache.cxf.tools.validator.ServiceValidator
 
service(ServletRequest, ServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractHTTPServlet
javax.http.servlet.HttpServlet does not let to override the code which deals with unrecognized HTTP verbs such as PATCH (being standardized), WebDav ones, etc.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
service - Variable in class org.apache.cxf.wsdl.TDefinitions
 
SERVICE_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SERVICE_LIST - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SERVICE_MODEL_PROPERTY - Static variable in interface org.apache.cxf.databinding.PropertiesAwareDataBinding
Identifies org.apache.cxf.service.Service model object
SERVICE_NAME - Static variable in class org.apache.cxf.endpoint.ManagedEndpoint
 
SERVICE_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SERVICE_NAME_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
SERVICE_PID - Static variable in class org.apache.cxf.bus.osgi.WorkQueueSingleConfig
Deprecated.  
SERVICE_REDIRECTION - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
ServiceBuilder - Interface in org.apache.cxf.service
 
serviceClass - Variable in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
ServiceConstructionException - Exception in org.apache.cxf.service.factory
 
ServiceConstructionException(Message, Throwable) - Constructor for exception org.apache.cxf.service.factory.ServiceConstructionException
 
ServiceConstructionException(Message) - Constructor for exception org.apache.cxf.service.factory.ServiceConstructionException
 
ServiceConstructionException(Throwable) - Constructor for exception org.apache.cxf.service.factory.ServiceConstructionException
 
ServiceConstructionException(String, Logger) - Constructor for exception org.apache.cxf.service.factory.ServiceConstructionException
 
ServiceConstructionException(String, Logger, Throwable) - Constructor for exception org.apache.cxf.service.factory.ServiceConstructionException
 
ServiceContractResolver - Interface in org.apache.cxf.endpoint
A ServiceContractResolver resolves a service's QName to the URI of the service's WSDL contract.
ServiceContractResolverRegistry - Interface in org.apache.cxf.endpoint
A registry for maintaining a collection of contract resolvers.
ServiceContractResolverRegistryImpl - Class in org.apache.cxf.endpoint
A simple contract resolver registry.
ServiceContractResolverRegistryImpl() - Constructor for class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
ServiceContractResolverRegistryImpl(Bus) - Constructor for class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
serviceFactory - Variable in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
ServiceImpl - Class in org.apache.cxf.service
 
ServiceImpl() - Constructor for class org.apache.cxf.service.ServiceImpl
 
ServiceImpl(ServiceInfo) - Constructor for class org.apache.cxf.service.ServiceImpl
 
ServiceImpl(List<ServiceInfo>) - Constructor for class org.apache.cxf.service.ServiceImpl
 
ServiceInfo - Class in org.apache.cxf.service.model
 
ServiceInfo() - Constructor for class org.apache.cxf.service.model.ServiceInfo
 
serviceInfo - Variable in class org.apache.cxf.service.ServiceModelVisitor
 
ServiceInvokerInterceptor - Class in org.apache.cxf.interceptor
Invokes a Binding's invoker with the INVOCATION_INPUT from the Exchange.
ServiceInvokerInterceptor() - Constructor for class org.apache.cxf.interceptor.ServiceInvokerInterceptor
 
serviceListGenerator - Variable in class org.apache.cxf.transport.servlet.ServletController
 
ServiceListGeneratorServlet - Class in org.apache.cxf.transport.servlet.servicelist
 
ServiceListGeneratorServlet(DestinationRegistry, Bus) - Constructor for class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
serviceListRelativePath - Variable in class org.apache.cxf.transport.servlet.ServletController
 
ServiceListWriter - Interface in org.apache.cxf.transport.servlet.servicelist
 
ServiceModelSchemaValidator - Class in org.apache.cxf.service
 
ServiceModelSchemaValidator(ServiceInfo) - Constructor for class org.apache.cxf.service.ServiceModelSchemaValidator
 
ServiceModelUtil - Class in org.apache.cxf.service.model
 
ServiceModelVisitor - Class in org.apache.cxf.service
Implements the Visitor pattern for the Service model.
ServiceModelVisitor(ServiceInfo) - Constructor for class org.apache.cxf.service.ServiceModelVisitor
 
serviceName - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
serviceName - Variable in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
 
serviceName - Variable in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
ServiceNameType - Class in org.apache.cxf.ws.addressing.v200403
Java class for ServiceNameType complex type.
ServiceNameType() - Constructor for class org.apache.cxf.ws.addressing.v200403.ServiceNameType
 
ServiceNameType - Class in org.apache.cxf.ws.addressing.v200408
Java class for ServiceNameType complex type.
ServiceNameType() - Constructor for class org.apache.cxf.ws.addressing.v200408.ServiceNameType
 
ServiceNameType - Class in org.apache.cxf.ws.addressing.wsdl
Java class for ServiceNameType complex type.
ServiceNameType() - Constructor for class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
 
serviceRequest(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
ServiceSchemaInfo - Class in org.apache.cxf.service.model
The ServiceInfo class has schema in two forms: the XmlSchema, in a SchemaCollection, and the DOM trees in the SchemaInfo objects.
ServiceSchemaInfo() - Constructor for class org.apache.cxf.service.model.ServiceSchemaInfo
 
ServiceUtils - Class in org.apache.cxf.helpers
 
ServiceValidator - Class in org.apache.cxf.tools.validator
 
ServiceValidator() - Constructor for class org.apache.cxf.tools.validator.ServiceValidator
 
ServiceWSDLBuilder - Class in org.apache.cxf.wsdl11
Consume a set of service definitions and produce a WSDL model.
ServiceWSDLBuilder(Bus, List<ServiceInfo>) - Constructor for class org.apache.cxf.wsdl11.ServiceWSDLBuilder
Sets up the builder on a bus with a list of services.
ServiceWSDLBuilder(Bus, ServiceInfo...) - Constructor for class org.apache.cxf.wsdl11.ServiceWSDLBuilder
For callers who prefer varargs, an inline list of ServiceInfo objects instead of a List.
Servlet3ContinuationProvider - Class in org.apache.cxf.transport.http
 
Servlet3ContinuationProvider(HttpServletRequest, HttpServletResponse, Message) - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider
 
Servlet3ContinuationProvider.Servlet3Continuation - Class in org.apache.cxf.transport.http
 
Servlet3ContinuationProvider.Servlet3Continuation() - Constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
servletConfig - Variable in class org.apache.cxf.transport.servlet.ServletController
 
servletContext - Variable in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
ServletContextResourceResolver - Class in org.apache.cxf.transport.servlet
 
ServletContextResourceResolver(ServletContext) - Constructor for class org.apache.cxf.transport.servlet.ServletContextResourceResolver
 
ServletController - Class in org.apache.cxf.transport.servlet
 
ServletController(DestinationRegistry, ServletConfig, HttpServlet) - Constructor for class org.apache.cxf.transport.servlet.ServletController
 
ServletDestination - Class in org.apache.cxf.transport.servlet
 
ServletDestination(Bus, DestinationRegistry, EndpointInfo, String) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
Constructor, allowing subsititution of configuration.
ServletDestinationFactory - Class in org.apache.cxf.transport.servlet
 
ServletDestinationFactory() - Constructor for class org.apache.cxf.transport.servlet.ServletDestinationFactory
 
ServletOutputStreamFilter - Class in org.apache.cxf.jaxrs.impl
 
ServletOutputStreamFilter(ServletOutputStream, Message) - Constructor for class org.apache.cxf.jaxrs.impl.ServletOutputStreamFilter
 
Session - Interface in org.apache.cxf.transport
A Session which can be bound to HTTP, WS-Adddressing, etc.
SessionFactory - Class in org.apache.cxf.service.invoker
Creates a new instance for each session.
SessionFactory(Class<?>) - Constructor for class org.apache.cxf.service.invoker.SessionFactory
 
SessionFactory(Factory) - Constructor for class org.apache.cxf.service.invoker.SessionFactory
 
SessionFactory(Class<?>, boolean) - Constructor for class org.apache.cxf.service.invoker.SessionFactory
 
SessionFactory(Factory, boolean) - Constructor for class org.apache.cxf.service.invoker.SessionFactory
 
sessionSupport - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
set(String, Object) - Method in class org.apache.cxf.jaxrs.ext.form.Form
 
set(String, String) - Method in class org.apache.cxf.jaxrs.ext.search.SearchBean
 
set(T) - Method in class org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy
 
set(T) - Method in interface org.apache.cxf.jaxrs.impl.tl.ThreadLocalProxy
 
set(int, Object) - Method in class org.apache.cxf.message.MessageContentsList
 
setAccept(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the accept property.
setAcceptEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the acceptEncoding property.
setAcceptLanguage(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the acceptLanguage property.
setAcceptType(String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
setAccessible(T) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
setAccessible(T, boolean) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
setAction(AttributedURIType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the Action property.
setAction(AttributedURIType) - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Sets the value of the action property.
setActivationNamespaces(Collection<String>) - Method in class org.apache.cxf.binding.AbstractBaseBindingFactory
 
setActivationNamespaces(Collection<String>) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
This call is used by CXF ExtensionManager to inject the activationNamespaces
setAddResourceAndMethodIds(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setAddress(String) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setAddress(String) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setAddress(String) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setAddress(EndpointReferenceType) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setAddress(String) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setAddress(AbstractDestination, String) - Static method in class org.apache.cxf.transport.servlet.BaseUrlHelper
 
setAddress(AttributedURIType) - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Sets the value of the address property.
setAddress(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Sets the value of the address property.
setAddress(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Sets the value of the address property.
setAddress(EndpointReferenceType, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Set the address of the provided endpoint reference.
setAddress(EndpointReferenceType, String) - Static method in class org.apache.cxf.wsdl.WSAEndpointReferenceUtils
Set the address of the provided endpoint reference.
setAdvanceAtEnd(boolean) - Method in class org.apache.cxf.staxutils.FragmentStreamReader
Set whether or not the FragmentStreamReader should move past the END_ELEMENT when it is done parsing.
setAfter(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain after the specified collection of interceptors.
setAlgorithm(String) - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Sets the value of the algorithm property.
setAllHeaders(MultivaluedMap<String, String>, HttpURLConnection) - Static method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setAllInterceptors(JAXRSServerFactoryBean, ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
setAllowChunking(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the allowChunking property.
setAllowElementRefs(boolean) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
setAllowElementRefs(boolean) - Method in class org.apache.cxf.wsdl11.WSDLServiceFactory
 
setAlternateAddresses(List<String>) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
 
setAlternativeSelector(AlternativeSelector) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setAnnotationClassName(String) - Method in class org.apache.cxf.interceptor.security.SecureAnnotationsInterceptor
 
setAny(Object) - Method in class org.apache.cxf.ws.addressing.AttributedAnyType
Sets the value of the any property.
setApplication(Application) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Saves the reference to the JAX-RS Application
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.bus.spring.BusExtensionPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.bus.spring.SpringBus
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.jaxrs.spring.JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.jaxrs.spring.SpringResourceFactory
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.service.invoker.SpringBeanFactory
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory
 
setApplicationProvider(ProviderInfo<Application>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
setApplicationTitle(String) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setArgs(Object[]) - Method in class org.apache.cxf.bus.extension.Extension
 
setArgs(String[]) - Method in class org.apache.cxf.common.commands.ForkedCommand
 
setArrayKeys(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
setArrayKeys(List<String>) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setArrayKeys(List<String>) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setAsserted(boolean) - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
setAtomBuilders(Map<String, AbstractAtomElementBuilder<?>>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setAtomReaders(Map<String, AtomElementReader<?, ?>>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setAtomWriters(Map<String, AtomElementWriter<?, ?>>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setAttachmentDirectory(String) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
setAttachmentDirectory(String) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
setAttachmentMaxSize(String) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
setAttachmentMaxSize(String) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.databinding.BaseDataReader
Attach a collection of attachments to a binding.
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.databinding.BaseDataWriter
Attach a collection of attachments to this writer.
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.databinding.source.NodeDataReader
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.databinding.source.NodeDataWriter
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.databinding.source.XMLStreamDataReader
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.databinding.source.XMLStreamDataWriter
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataReader
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataWriter
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.message.Message
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.message.MessageImpl
 
setAttachmentThreshold(String) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
setAttachmentThreshold(String) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
setAttribute(Node, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
setAttribute(String, Object) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
setAttribute(String, Object) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
setAttributesToElements(boolean) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setAttributesToElements(boolean) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
setAttributesToElements(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setAttributesToElements(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setAuthorization(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the authorization property.
setAuthorization(String) - Method in class org.apache.cxf.transport.http.Headers
 
setAuthorization(AuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method is used to set the Authorization Policy for this conduit.
setAuthorizationType(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the authorizationType property.
setAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setAutoRedirect(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the autoRedirect property.
setBaseFileName(String) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
Base filename for imported files.
setBaseURI(String) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setBaseUri(String) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
setBaseURI(URI) - Method in interface org.apache.cxf.jaxrs.client.ClientState
Sets the base URI
setBaseURI(URI) - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
setBaseURI(URI) - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
setBaseURI(String) - Method in class org.apache.cxf.service.model.DescriptionInfo
 
setBaseURLAttribute(HttpServletRequest) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setBeanClass(Class) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
setBeanId(String) - Method in class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
setBeanId(String) - Method in class org.apache.cxf.jaxrs.spring.SpringResourceFactory
 
setBeanName(String) - Method in class org.apache.cxf.bus.spring.OldSpringSupport
 
setBeanName(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setBeanNames(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setBefore(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain before the specified collection of interceptors.
setBinding(BindingInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setBinding(TBinding) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the binding property.
setBinding(QName) - Method in class org.apache.cxf.wsdl.TPort
Sets the value of the binding property.
setBindingConfig(BindingConfiguration) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setBindingFactory(BindingFactory) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setBindingFiles(List<InputSource>) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setBindingId(String) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setBindingId(String) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setBlockOriginalReader(boolean) - Method in class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.cxf.bus.blueprint.BlueprintBus
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.cxf.jaxrs.blueprint.BlueprintResourceFactory
 
setBlueprintContainer(BlueprintContainer) - Method in class org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler
 
setBrowserType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the browserType property.
setBuffering(boolean) - Method in class org.apache.cxf.jaxrs.ext.xml.XMLSource
Allows for multiple queries against the same stream
setBufferSize(int) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setBundleContext(BundleContext) - Method in class org.apache.cxf.bus.blueprint.BlueprintBus
 
setBus(Bus) - Method in class org.apache.cxf.binding.AbstractBaseBindingFactory
 
setBus(Bus) - Method in class org.apache.cxf.binding.BindingFactoryManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.bus.resource.ResourceManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setBus(Bus) - Method in class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
setBus(Bus) - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
setBus(Bus) - Method in class org.apache.cxf.databinding.AbstractDataBinding
This call is used to set the bus.
setBus(Bus) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setBus(Bus) - Method in class org.apache.cxf.endpoint.EndpointImpl
 
setBus(Bus) - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
 
setBus(Bus) - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
setBus(Bus) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
Sets the bus with which the registry is associated.
setBus(Bus) - Method in class org.apache.cxf.headers.HeaderManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
setBus(Bus) - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Sets the bus
setBus(Bus) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
setBus(Bus) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setBus(Bus) - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Sets the Bus
setBus(Bus) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
setBus(Bus) - Method in class org.apache.cxf.jaxrs.utils.schemas.SchemaHandler
 
setBus(Bus) - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
setBus(Bus) - Method in class org.apache.cxf.service.factory.FactoryBeanListenerManager
 
setBus(Bus) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setBus(Bus) - Method in class org.apache.cxf.test.TestUtilities
Set the CXF bus.
setBus(Bus) - Method in class org.apache.cxf.transport.AbstractTransportFactory
 
setBus(Bus) - Method in class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.transport.http.HTTPTransportFactory
 
setBus(Bus) - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
setBus(Bus) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call is used to set the bus.
setBus(Bus) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
setBus(Bus) - Method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
setBus(String) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
Sets the value of the bus property.
setBus(Bus) - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
setBus(Bus) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
setBusConfig(BusDefinitionParser.BusConfig) - Method in class org.apache.cxf.bus.spring.SpringBus
 
setBusConfigURL(URL) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setByteStream(InputStream) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setCacheControl(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cacheControl property.
setCacheControl(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the cacheControl property.
setCachedClass(Class<?>) - Method in class org.apache.cxf.common.util.CachedClass
 
setCallbackParam(String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
setCatalogLocation(String) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setCatalogLocation(String) - Method in class org.apache.cxf.jaxrs.utils.schemas.SchemaHandler
 
setCertAlias(String) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
This parameter configures the cert alias used on server side this is useful when keystore has multiple certs
setCertAlias(String) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the certAlias property.
setCertAlias(String) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the certAlias property.
setCertConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Set the certificate constraints type
setCertConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the certConstraints property.
setCertConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the certConstraints property.
setCertificateConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.transport.https.CertConstraintsFeature
 
setCertifiedText(boolean) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setCertStore(CertStoreType) - Method in class org.apache.cxf.configuration.security.TrustManagersType
Sets the value of the certStore property.
setCharacterEncoding(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setCharacterStream(Reader) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setChild(Element, boolean) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
setChunkingThreshold(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the chunkingThreshold property.
setCipherSuites(List<String>) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
This parameter sets the cipher suites list to use.
setCipherSuites(CipherSuites) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the cipherSuites property.
setCipherSuites(CipherSuites) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the cipherSuites property.
setCipherSuites(List<String>) - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
Set the cipherSuites
setCipherSuitesFilter(FiltersType) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
This parameter sets the filter to include and/or exclude the cipher suites to use from the set list or system defaults.
setCipherSuitesFilter(FiltersType) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the cipherSuitesFilter property.
setCipherSuitesFilter(FiltersType) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the cipherSuitesFilter property.
setCipherSuitesFilter(FiltersType) - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
Set the CipherSuites Filter
setClasses(Set<Class<?>>) - Method in class org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas
 
setClassLoader(ClassLoader) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the custom class loader to be used for creating proxies
setClassname(String) - Method in class org.apache.cxf.bus.extension.Extension
 
setClassName(String) - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
setClassNameAllocator(Object) - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
setClassPath(String) - Method in class org.apache.cxf.common.util.Compiler
 
setClassResources(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setClient(HTTPClientPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Client Side Policy for this HTTPConduit.
setClientAuthentication(ClientAuthentication) - Method in class org.apache.cxf.configuration.jsse.TLSServerParameters
This parameter configures the server side to request and/or require client authentication.
setClientAuthentication(ClientAuthentication) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the clientAuthentication property.
setClientAuthentication(ClientAuthentication) - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
Set the ClientAuthentication (from the JAXB type) that configures an HTTP Destination.
setClientEndpointPolicy(EndpointInfo, EndpointPolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setCloseContext(boolean) - Method in class org.apache.cxf.bus.spring.SpringBus
 
setClosed(boolean) - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
setCollectionGetters(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setCollectionSetters(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setCollectionWrapperMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setCollectionWrapperName(String) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setCombinator(CombinatorType) - Method in class org.apache.cxf.configuration.security.DNConstraintsType
Sets the value of the combinator property.
setCompilerArgs(List<String>) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setConcreteName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setConditions(List<SearchCondition<T>>) - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
setConduit(Conduit) - Method in interface org.apache.cxf.message.Exchange
 
setConduit(Conduit) - Method in class org.apache.cxf.message.ExchangeImpl
 
setConduitSelector(ConduitSelector) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setConduitSelector(ConduitSelector) - Method in interface org.apache.cxf.endpoint.Client
Set the ConduitSelector responsible for retreiving the Conduit.
setConduitSelector(ConduitSelector) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setConduitSelector(ConduitSelector) - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Sets the conduit selector
setConfigAdminTracker(ServiceTracker) - Method in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
setConfigContextClass(Class<?>) - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
setConfiguration(ClientConfiguration) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setConnection(ConnectionType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the connection property.
setConnectionTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the connectionTimeout property.
setConnector(Connector) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
set the jetty server's connector
setConnector(Object) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the connector property.
setConsumeMediaTypes(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Sets custom Consumes media types; can be used to override static Consumes annotation value set on the provider.
setConsumeMediaTypes(List<String>) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setConsumeMediaTypes(List<String>) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setConsumeMediaTypes(List<String>) - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
setConsumes(String) - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
setConsumes(String) - Method in class org.apache.cxf.jaxrs.model.UserResource
 
setContent(Class<T>, Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setContent(Class<T>, Object) - Method in interface org.apache.cxf.message.Message
Provide the encapsulated content as a particular type (a result type if message is outbound, a source type if message is inbound)
setContent(Class<T>, Object) - Method in class org.apache.cxf.message.MessageImpl
 
setContentEncoding(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentEncoding property.
setContentHandler(ContentHandler) - Method in class org.apache.cxf.staxutils.StaxSource
 
setContentLength(int) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setContentLocation(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentLocation property.
setContentType(String) - Method in class org.apache.cxf.attachment.ByteDataSource
 
setContentType(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setContentType(Message) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPreStreamInterceptor
 
setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the contentType property.
setContentType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the contentType property.
setContext(Map<String, Object>, Message) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setContext(MessageContext) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setContextMatchStrategy(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setContextName(String) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
setContextName(String) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
setContextProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setContextPropertyName(String) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setContextPropertyName(String) - Method in class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
setContextPropertyName(String) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
setContexts(Message, Exchange, Map<String, Object>, boolean) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setContextualProperty(String, Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setContextualProperty(String, Object) - Method in interface org.apache.cxf.message.Message
 
setContextualProperty(String, Object) - Method in class org.apache.cxf.message.MessageImpl
 
setContinuationsEnabled(boolean) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setContinuationsEnabled(Boolean) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the continuationsEnabled property.
setConvention(String) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setConvertTypesToStrings(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setCookie(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cookie property.
setCreateServiceModel(boolean) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setCurrentBuilder(UriBuilder) - Method in interface org.apache.cxf.jaxrs.client.ClientState
Sets the current builder
setCurrentBuilder(UriBuilder) - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
setCurrentBuilder(UriBuilder) - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
setCurrentChild(I) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
setData(byte[]) - Method in class org.apache.cxf.attachment.ByteDataSource
 
setData(T) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.headers.Header
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
setDataBinding(DataBinding) - Method in interface org.apache.cxf.service.Service
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.service.ServiceImpl
 
setDataBindingProvider(ProviderFactory, Service) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
setDataHandler(DataHandler) - Method in class org.apache.cxf.attachment.AttachmentImpl
 
setDataSource(DataSource) - Method in class org.apache.cxf.attachment.LazyDataSource
 
setDateHeader(String, long) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setDecoupledEndpoint(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the decoupledEndpoint property.
setDefaultBus(Bus) - Static method in class org.apache.cxf.BusFactory
Sets the default bus.
setDefaultCallback(String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
setDefaultMaxSize(long) - Static method in class org.apache.cxf.io.CachedOutputStream
 
setDefaultMediaType(String) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setDefaultNamespace(String) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
setDefaultNamespace(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
setDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
setDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.transform.IgnoreNamespacesWriter
 
setDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
setDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
setDefaultNamespace(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setDefaultThreshold(int) - Static method in class org.apache.cxf.io.CachedOutputStream
 
setDefaultValue(String) - Method in class org.apache.cxf.jaxrs.model.Parameter
 
setDeferred(boolean) - Method in class org.apache.cxf.bus.extension.Extension
 
setDelayBetweenRetries(long) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
 
setDelegate(AbstractPropertiesHolder, boolean) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setDepthProperties(DocumentDepthProperties) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setDequeueTimeout(long) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setDescription(DescriptionInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setDestination(Destination) - Method in class org.apache.cxf.endpoint.ServerImpl
 
setDestination(Destination) - Method in interface org.apache.cxf.message.Exchange
 
setDestination(Destination) - Method in class org.apache.cxf.message.ExchangeImpl
 
setDestination(Destination) - Method in class org.apache.cxf.message.MessageImpl
 
setDestinationFactory(DestinationFactory) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setDetail(Element) - Method in exception org.apache.cxf.interceptor.Fault
Sets a details Node on this fault.
setDirection(Header.Direction) - Method in class org.apache.cxf.headers.Header
 
setDisableCNCheck(boolean) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Set whether or not JSEE should omit checking if the host name specified in the URL matches that of the Common Name (CN) on the server's certificate.
setDisableCNCheck(boolean) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the disableCNCheck property.
setDisableSchemaCache(boolean) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
There's a test that 'fails' by succeeding if the cache is operational.
setDispatcherName(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setDocLocation(String) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Set the reference to the document (WADL, etc) describing the endpoint
setDocLocation(JAXRSServerFactoryBean, ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
setDocumentation(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setDocumentation(TDocumentation) - Method in class org.apache.cxf.wsdl.TDocumented
Sets the value of the documentation property.
setDocumentLocator(Locator) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method setDocumentLocator.
setDropCollectionWrapperElement(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setDropRootElement(boolean) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
setDropRootElement(boolean) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setDropRootElement(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setDTDHandler(DTDHandler) - Method in class org.apache.cxf.staxutils.StaxSource
 
setEffectiveClientFaultPolicy(EndpointInfo, BindingFaultInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveClientRequestPolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveClientResponsePolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveServerFaultPolicy(EndpointInfo, BindingFaultInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveServerRequestPolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveServerResponsePolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setElement(boolean) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setElement(Element) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setElement(Element) - Method in class org.apache.cxf.staxutils.W3CNamespaceContext
 
setElement(QName) - Method in class org.apache.cxf.wsdl.TPart
Sets the value of the element property.
setElementCountThreshold(int) - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
Sets the acceptable total number of elements in the XML payload
setElementCountThreshold(int) - Method in class org.apache.cxf.staxutils.DocumentDepthProperties
 
setElementName(XmlSchemaElement, String) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
Wrapper around XmlSchemaElement.setName that checks for inconsistency with refName.
setElementQName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setElementRefName(XmlSchemaElement, QName) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
Wrapper around XmlSchemaElement.setRefName that checks for inconsistency with name and QName.
setElementType(QName) - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
Sets the type of this extensibility element.
setEmptyRequestProperty(Message, String) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setEnableBuffering(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Enables the buffering mode.
setEnableBuffering(boolean) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setEnableBuffering(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setEnabled(boolean) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEnableStaticResolution(boolean) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setEnableStreaming(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Enables the support for streaming.
setEncoded(boolean) - Method in class org.apache.cxf.jaxrs.model.Parameter
 
setEncoding(String) - Method in class org.apache.cxf.common.util.Compiler
 
setEncoding(String) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setEndpoint(Endpoint) - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
 
setEndpoint(Endpoint) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setEndpoint(Endpoint) - Method in interface org.apache.cxf.endpoint.ConduitSelector
 
setEndpoint(Endpoint) - Method in class org.apache.cxf.endpoint.NullConduitSelector
 
setEndpoint(Endpoint) - Method in class org.apache.cxf.endpoint.PreexistingConduitSelector
 
setEndpointName(QName) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setEndpointName(QName) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setEndpointName(String) - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Sets the value of the endpointName property.
setEndpointName(QName) - Method in class org.apache.cxf.wsdl11.WSDLServiceFactory
 
setEndpointReference(EndpointReferenceType) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setEndpoints(Map<QName, Endpoint>) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setEndpoints(Map<QName, Endpoint>) - Method in class org.apache.cxf.service.ServiceImpl
 
setEnginesList(List<JettyHTTPServerEngine>) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
setEntityClass(Class<?>) - Method in class org.apache.cxf.jaxrs.client.ResponseReader
 
setEntityResolver(EntityResolver) - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
setEntityResolver(EntityResolver) - Method in class org.apache.cxf.staxutils.StaxSource
 
setEntryProperties(Factory, Entry, Object, Class<?>) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setEnvironment(String[]) - Method in class org.apache.cxf.common.commands.ForkedCommand
 
setErrorHandler(ErrorHandler) - Method in class org.apache.cxf.staxutils.StaxSource
 
setErrorListener(Object) - Method in interface org.apache.cxf.jaxb.JAXBUtils.SchemaCompiler
 
setErrorStream(PrintStream) - Method in class org.apache.cxf.common.commands.ForkedCommand
 
setExchange(Exchange) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setExchange(Exchange) - Method in interface org.apache.cxf.message.Message
 
setExchange(Exchange) - Method in class org.apache.cxf.message.MessageImpl
 
setExchangeProperties(Exchange, Endpoint, BindingOperationInfo) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setExchangeProperties(Exchange, Message) - Method in class org.apache.cxf.transport.ChainInitiationObserver
 
setExchangeProperties(Exchange, Message) - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
setExecutor(Executor) - Method in interface org.apache.cxf.endpoint.Client
Sets the executor which is used to process Asynchronous responses.
setExecutor(Executor) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setExecutor(Executor) - Method in interface org.apache.cxf.endpoint.Endpoint
 
setExecutor(Executor) - Method in class org.apache.cxf.endpoint.EndpointImpl
 
setExecutor(Executor) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setExecutor(Executor) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setExecutor(Executor) - Method in interface org.apache.cxf.service.Service
 
setExecutor(Executor) - Method in class org.apache.cxf.service.ServiceImpl
 
setExpectedEncoded(boolean) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
setExpression(String) - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
setExpressions(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
setExtension(T, Class<T>) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setExtension(T, Class<T>) - Method in interface org.apache.cxf.Bus
 
setExtensionAttributes(Map<QName, Object>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setExtensionAttributes(Map<QName, Object>) - Method in interface org.apache.cxf.service.model.Extensible
 
setExtensionMappings(Map<Object, Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the extension mappings, example, 'xml' is the key and 'text/xml' is the value.
setExtensionRegistry(ExtensionRegistry) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
setExtensionRegistry(ExtensionRegistry) - Method in interface org.apache.cxf.wsdl.WSDLExtensibilityPlugin
 
setExtensions(JAXRSServerFactoryBean, ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
setExternalLinks(List<String>) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setExtraClass(Class[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setExtReg(ExtensionRegistry) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
setFactoriesAreAbstract(boolean) - Static method in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
setFactory(Factory) - Method in class org.apache.cxf.service.invoker.FactoryInvoker
 
setFactoryAlgorithm(String) - Method in class org.apache.cxf.configuration.security.KeyManagersType
Sets the value of the factoryAlgorithm property.
setFactoryAlgorithm(String) - Method in class org.apache.cxf.configuration.security.TrustManagersType
Sets the value of the factoryAlgorithm property.
setFailover(boolean) - Method in class org.apache.cxf.clustering.LoadDistributorTargetSelector
 
setFaultCode(QName) - Method in exception org.apache.cxf.interceptor.Fault
 
setFaultName(QName) - Method in class org.apache.cxf.service.model.FaultInfo
 
setFaultObserver(MessageObserver) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
setFaultObserver(MessageObserver) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
setFaultTo(EndpointReferenceType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the FaultTo property.
setFeature(String, boolean) - Method in class org.apache.cxf.staxutils.StaxSource
 
setFeatures(Collection<AbstractFeature>) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setFeatures(Collection<AbstractFeature>) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setFeatures(List<AbstractFeature>) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setFeedFromCollection(Factory, Feed, Object, Object, Class<?>, Type, boolean) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setFeedProperties(Factory, Feed, Object, Object, Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setFile(String) - Method in class org.apache.cxf.configuration.security.CertStoreType
Sets the value of the file property.
setFile(String) - Method in class org.apache.cxf.configuration.security.KeyStoreType
Sets the value of the file property.
setFirstChildAsProperty(Element, ParserContext, MutableBeanMetadata, String) - Method in class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
 
setFirstChildAsProperty(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
setFixedParameterOrder(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setForce(boolean) - Method in class org.apache.cxf.feature.FastInfosetFeature
Set if FastInfoset is always used without negotiation
setFormattedOutput(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractAtomProvider
 
setFormattedOutput(boolean) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setFrom(EndpointReferenceType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the From property.
setGenerateEnums(boolean) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setGenerateImplementation(boolean) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setGenerateInterfaces(boolean) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
setGenerateInterfaces(boolean) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setGlobalRoles(String) - Method in class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
setHandlers(List<Handler>) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
set the jetty server's handlers
setHandlers(Object) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the handlers property.
setHeader(String, String) - Method in class org.apache.cxf.attachment.AttachmentImpl
 
setHeader(String, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setHeaders(Map<String, String>) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the headers new proxy or WebClient instances will be initialized with.
setHighWaterMark(int) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setHighWaterMark(int) - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
setHonorKeepAlive(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the honorKeepAlive property.
setHost(String) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setHost(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the host property.
setHost(String) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the host property.
setHttpMethod(String) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
setId(String) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setId(String) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setId(String) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setId(String) - Method in interface org.apache.cxf.message.Message
 
setId(String) - Method in class org.apache.cxf.message.MessageImpl
 
setId(String) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
Sets the value of the id property.
setId(String) - Method in class org.apache.cxf.transports.http_jetty.configuration.ParametersRefType
Sets the value of the id property.
setId(String) - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType
Sets the value of the id property.
setId(String) - Method in class org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
Sets the value of the id property.
setIgnoreBasePath(boolean) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
setIgnoreForwardSlash(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setIgnoreMessageWriters(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setIgnoreMixedContent(boolean) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setIgnoreMixedContent(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setIgnoreNamespaces(boolean) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
setIgnoreNamespaces(boolean) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setIgnoreNamespaces(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setIgnoreRequests(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setIgnoreUnknownAssertions(boolean) - Method in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
Indicates if unknown assertions should simply be ignored.
setIgnoreUnknownAssertions(boolean) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setIgnoreUnknownBindings(boolean) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
setImport(TImport) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the import property.
setImportsComparator(Comparator<String>) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
setImportsComparator(Comparator<String>) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setInAppendElements(Map<String, String>) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setInAppendElements(Map<String, String>) - Method in class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
setInAppendElements(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setInClassNames(List<String>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setIndex(int) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setInDropElements(List<String>) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setInDropElements(List<String>) - Method in class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
setInDropElements(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Sets the list of in fault interceptors which will deal with the HTTP faults; the client code may choose to catch ServerWebApplicationException exceptions instead.
setInFaultMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setInFaultMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setInFaultObserver(MessageObserver) - Method in interface org.apache.cxf.endpoint.Endpoint
 
setInFaultObserver(MessageObserver) - Method in class org.apache.cxf.endpoint.EndpointImpl
 
setInheritHeaders(boolean) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Indicates if the headers set by a current proxy will be inherited when a subresource proxy is created vice versa.
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Sets the list of in interceptors which pre-process the responses from remote services.
setInitialSize(int) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setInitialState(ClientState) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the initial client state, can be a thread-safe state.
setInitParameter(String, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
setInMediaTemplates(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setInMemThreshold(long) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
setInMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setInMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setInnerElementCountThreshold(int) - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
Sets the acceptable total number of child elements for the current XML element
setInnerElementCountThreshold(int) - Method in class org.apache.cxf.staxutils.DocumentDepthProperties
 
setInnerElementCountThreshold(int) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
setInnerElementLevelThreshold(int) - Method in class org.apache.cxf.interceptor.security.DepthRestrictingStreamInterceptor
Sets the acceptable total stack depth in the XML payload
setInnerElementLevelThreshold(int) - Method in class org.apache.cxf.staxutils.DocumentDepthProperties
 
setInnerElementLevelThreshold(int) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
setInParameters(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setInProperties(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setInput(String, MessageInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
setInput(String, MessageInfo) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
setInput(TBindingOperationMessage) - Method in class org.apache.cxf.wsdl.TBindingOperation
Sets the value of the input property.
setInputStream(InputStream) - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
setInputStream(InputStream) - Method in class org.apache.cxf.io.DelegatingInputStream
 
setInTemplate(String) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setInterceptor(AbstractAuthorizingInInterceptor) - Method in class org.apache.cxf.jaxrs.security.SimpleAuthorizingFilter
 
setInterceptorChain(InterceptorChain) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setInterceptorChain(InterceptorChain) - Method in interface org.apache.cxf.message.Message
 
setInterceptorChain(InterceptorChain) - Method in class org.apache.cxf.message.MessageImpl
 
setInterceptors(JAXRSServerFactoryBean, ServletConfig, String) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
setInterface(InterfaceInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setInterfaceName(String) - Method in class org.apache.cxf.bus.extension.Extension
 
setInterfaceName(EndpointReferenceType, QName) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setIntHeader(String, int) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setInTransformElements(Map<String, String>) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setInTransformElements(Map<String, String>) - Method in class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
setInTransformElements(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setInvoker(Invoker) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the custom Invoker which can be used to customize the way the default JAX-RS invoker calls on the service bean
setInvoker(Invoker) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setInvoker(Invoker) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setInvoker(Invoker) - Method in interface org.apache.cxf.service.Service
 
setInvoker(Invoker) - Method in class org.apache.cxf.service.ServiceImpl
 
setIssuerDNConstraints(DNConstraintsType) - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Sets the value of the issuerDNConstraints property.
setJaxbElementClassMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setJaxbElementClassNames(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setJsseProvider(String) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Set the JSSE provider.
setJsseProvider(String) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the jsseProvider property.
setJsseProvider(String) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the jsseProvider property.
setKeepAliveParameters(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the keepAliveParameters property.
setKeepAliveSystemProperty(boolean) - Static method in class org.apache.cxf.test.TestUtilities
 
setKeyManagers(KeyManager[]) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Sets the KeyManagers for this endpoint.
setKeyManagers(KeyManagersType) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the keyManagers property.
setKeyManagers(KeyManagersType) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the keyManagers property.
setKeyManagers(KeyManager[]) - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
Set the KeyManagers.
setKeyPassword(String) - Method in class org.apache.cxf.configuration.security.KeyManagersType
Sets the value of the keyPassword property.
setKeyStore(KeyStoreType) - Method in class org.apache.cxf.configuration.security.KeyManagersType
Sets the value of the keyStore property.
setKeyStore(KeyStoreType) - Method in class org.apache.cxf.configuration.security.TrustManagersType
Sets the value of the keyStore property.
setKnownElements(Collection<QName>) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
setKnownElements(QName[]) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
setLanguageMappings(Map<Object, Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the language mappings, example, 'en' is the key and 'en-gb' is the value.
setLazyLoading(boolean) - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
setLevel(Level) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
setLevel(Level) - Method in class org.apache.cxf.common.logging.Log4jLogger
 
setLimit(int) - Method in class org.apache.cxf.feature.LoggingFeature
This function has no effect at this time.
setLimit(int) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
setLinkJsonToXmlSchema(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setList(List<?>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider.CollectionWrapper
 
setLocale(Locale) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setLocation(String) - Method in class org.apache.cxf.wsdl.http.AddressType
Sets the value of the location property.
setLocation(String) - Method in class org.apache.cxf.wsdl.http.OperationType
Sets the value of the location property.
setLocation(String) - Method in class org.apache.cxf.wsdl.TImport
Sets the value of the location property.
setLoggerClass(Class<? extends AbstractDelegatingLogger>) - Static method in class org.apache.cxf.common.logging.LogUtils
Specify a logger class that inherits from AbstractDelegatingLogger.
setLogRedirects(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setLowWaterMark(int) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setLowWaterMark(int) - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
setMapProvider(MapProvider<String, BindingFactory>) - Method in class org.apache.cxf.binding.BindingFactoryManagerImpl
Spring configuration via constructor is slow.
setMapProvider(MapProvider<String, ConduitInitiator>) - Method in class org.apache.cxf.transport.ConduitInitiatorManagerImpl
Spring is slow to resolve constructors.
setMapProvider(MapProvider<String, DestinationFactory>) - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
setMarshallAsJaxbElement(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setMarshallerListener(Marshaller.Listener) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setMarshallerProp(Marshaller, Object, String, String) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setMarshallerProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setMaxAge(int) - Method in class org.apache.cxf.transport.http.Cookie
Set the max-age of this cookie.
setMaxIdleTime(int) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setMaxIdleTime(Integer) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the maxIdleTime property.
setMaxMemory(long) - Method in class org.apache.cxf.common.util.Compiler
 
setMaxNumberOfRetries(int) - Method in class org.apache.cxf.clustering.RetryStrategy
 
setMaxRetransmits(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the maxRetransmits property.
setMaxSize(long) - Method in class org.apache.cxf.io.CachedOutputStream
 
setMaxThreads(int) - Method in class org.apache.cxf.transport.http_jetty.ThreadingParameters
 
setMaxThreads(Integer) - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
Sets the value of the maxThreads property.
setMediaType(String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpInInterceptor
 
setMediaType(String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPreStreamInterceptor
 
setMessage(Message, BindingOperationInfo, boolean, ServiceInfo, MessageInfo) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
setMessage(String) - Method in exception org.apache.cxf.interceptor.Fault
 
setMessage(Message) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setMessage(TMessage) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the message property.
setMessage(QName) - Method in class org.apache.cxf.wsdl.TFault
Sets the value of the message property.
setMessage(QName) - Method in class org.apache.cxf.wsdl.TParam
Sets the value of the message property.
setMessageContainer(AbstractMessageContainer) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder
Sets MessageContext
setMessageContext(MessageContext) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
setMessageContext(MessageContext) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setMessageDocumentation(String) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
setMessageID(AttributedURIType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the MessageID property.
setMessageObserver(MessageObserver) - Method in class org.apache.cxf.endpoint.ServerImpl
 
setMessageObserver(MessageObserver) - Method in class org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit
Register a message observer for incoming messages.
setMessageObserver(MessageObserver) - Method in class org.apache.cxf.transport.AbstractObservable
Register a message observer for incoming messages.
setMessageObserver(MessageObserver) - Method in interface org.apache.cxf.transport.Observable
Register a message observer for incoming messages.
setMessageParts(List<MessagePartInfo>) - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
setMessages(Map<QName, MessageInfo>) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setMetadata(MetadataType) - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Sets the value of the metadata property.
setMetadata(EndpointReferenceType, List<Source>) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Sets the metadata on the provided endpoint reference.
setMethodDispatcher(MethodDispatcher) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
setMethodRolesMap(Map<String, String>) - Method in class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
setMethods - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
setMethodToInvoke(Method) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
setMinThreads(int) - Method in class org.apache.cxf.transport.http_jetty.ThreadingParameters
 
setMinThreads(Integer) - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
Sets the value of the minThreads property.
setModCount(int) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
setModelBeans(UserResource...) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets the description of root resources.
setModelBeans(List<UserResource>) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets the description of root resources.
setModelBeansWithServiceClass(List<UserResource>, Class<?>...) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets the description of root resources with the list of concrete classes.
setModelRef(String) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets a reference to the external user model, Example: "classpath:/model/resources.xml"
setModelRefWithServiceClass(String, Class<?>...) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets a reference to the external user model, Example: "classpath:/model/resources.xml".
setMtomEnabled(boolean) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
setMtomEnabled(boolean) - Method in interface org.apache.cxf.databinding.DataBinding
 
setMtomThreshold(int) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
setMtomThreshold(int) - Method in interface org.apache.cxf.databinding.DataBinding
If the binding supports MTOM, set the size threshold for its use.
setMultiplexWithAddress(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setName(String) - Method in class org.apache.cxf.attachment.AttachmentDataSource
 
setName(String) - Method in class org.apache.cxf.attachment.ByteDataSource
 
setName(QName) - Method in class org.apache.cxf.headers.Header
 
setName(String) - Method in class org.apache.cxf.jaxrs.model.Parameter
 
setName(String) - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
setName(String) - Method in class org.apache.cxf.jaxrs.model.UserResource
 
setName(String) - Method in class org.apache.cxf.phase.Phase
 
setName(QName) - Method in class org.apache.cxf.service.model.BindingInfo
 
setName(QName) - Method in class org.apache.cxf.service.model.DescriptionInfo
 
setName(QName) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setName(QName) - Method in class org.apache.cxf.service.model.InterfaceInfo
 
setName(QName) - Method in class org.apache.cxf.service.model.MessageInfo
 
setName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setName(QName) - Method in class org.apache.cxf.service.model.OperationInfo
Sets the name of the operation.
setName(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setName(String) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
setName(String) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setName(String) - Method in class org.apache.cxf.wsdl.TBinding
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TBindingOperation
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TBindingOperationFault
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TBindingOperationMessage
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TFault
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TMessage
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TOperation
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TParam
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TPart
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TPort
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TPortType
Sets the value of the name property.
setName(String) - Method in class org.apache.cxf.wsdl.TService
Sets the value of the name property.
setNamespace(Element, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Set a namespace/prefix on an element if it is not set already.
setNamespace(String) - Method in class org.apache.cxf.wsdl.TImport
Sets the value of the namespace property.
setNamespaceContext(NamespacePrefixList) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setNamespaceMap(Map<String, String>) - Method in class org.apache.cxf.databinding.AbstractDataBinding
Set a map of from URI to prefix.
setNamespaceMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
setNamespaceMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setNamespaceMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setNamespaceMapper(Marshaller, Map<String, String>) - Static method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setNamespacePrefix(String) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setNamespacePrefixes(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setNamespaces(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.XPathProvider
 
setNamespaceURI(String) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setNamespaceWrapper(Map<String, String>, Marshaller) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
setNonProxyHosts(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the nonProxyHosts property.
setNotAsserted(String) - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
setNsRepairing(boolean) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
setObject(Object) - Method in interface org.apache.cxf.continuations.Continuation
Sets arbitrary object associated with the continuation for context
setObject(Object) - Method in class org.apache.cxf.headers.Header
 
setObject(Object) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
setObject(Object) - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
setOneway(boolean) - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
setOneWay(boolean) - Method in interface org.apache.cxf.message.Exchange
 
setOneWay(boolean) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOperations(List<UserOperation>) - Method in class org.apache.cxf.jaxrs.model.UserResource
 
setOutAppendElements(Map<String, String>) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setOutAppendElements(Map<String, String>) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
setOutAppendElements(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setOutClassNames(List<String>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setOutDefaultNamespace(String) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setOutDropElements(List<String>) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setOutDropElements(List<String>) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
setOutDropElements(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Sets the list of out fault interceptors which will deal with the client-side faults; the client code may choose to catch ClientWebApplicationException exceptions instead.
setOutFaultMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setOutFaultMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOutFaultObserver(MessageObserver) - Method in interface org.apache.cxf.endpoint.Endpoint
 
setOutFaultObserver(MessageObserver) - Method in class org.apache.cxf.endpoint.EndpointImpl
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.jaxrs.client.ClientConfiguration
Sets the list of out interceptors which post-process the requests to the remote services.
setOutMediaTemplates(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setOutMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setOutMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOutMessageProperties(Message, BindingOperationInfo) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setOutParameters(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setOutProperties(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setOutput(String, MessageInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
setOutput(String, MessageInfo) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
setOutput(TBindingOperationMessage) - Method in class org.apache.cxf.wsdl.TBindingOperation
Sets the value of the output property.
setOutputDir(File) - Method in class org.apache.cxf.common.util.Compiler
 
setOutputDir(String) - Method in class org.apache.cxf.common.util.Compiler
 
setOutputDir(File) - Method in class org.apache.cxf.io.CachedOutputStream
 
setOutputLocation(String) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
setOutputStream(PrintStream) - Method in class org.apache.cxf.common.commands.ForkedCommand
 
setOutTemplate(String) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setOutTransformElements(Map<String, String>) - Method in class org.apache.cxf.feature.StaxTransformFeature
 
setOutTransformElements(Map<String, String>) - Method in class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
setOutTransformElements(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setPackageName(String) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
setPackageName(String) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setPaddingEnd(String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPostStreamInterceptor
 
setPaddingEnd(String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.JsonpPreStreamInterceptor
 
setParameter(String, String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
setParameterOrdering(List<String>) - Method in class org.apache.cxf.service.model.OperationInfo
 
setParameters(Object[], Message) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setParameters(List<Parameter>) - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
setParameters(String, List<String>) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider.HttpServletRequestFilter
 
setParent(Logger) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
setParsedElement(String) - Method in class org.apache.cxf.transport.http_jetty.blueprint.JettyHTTPServerEngineFactoryHolder
 
setPassword(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the password property.
setPassword(String) - Method in class org.apache.cxf.configuration.security.KeyStoreType
Sets the value of the password property.
setPassword(String) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the password.
setPath(String) - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
setPath(String) - Method in class org.apache.cxf.jaxrs.model.UserResource
 
setPath(String) - Method in class org.apache.cxf.transport.http.Cookie
Set the path of this cookie
setPersistentBusId(String) - Method in interface org.apache.cxf.management.InstrumentationManager
 
setPlainOperationNameProperty(Message, String) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setPort(int) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setPort(Integer) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the port property.
setPortName(String) - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Sets the value of the portName property.
setPortName(String) - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Sets the value of the portName property.
setPortName(EndpointReferenceType, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setPortType(AttributedQName) - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Sets the value of the portType property.
setPortType(AttributedQName) - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Sets the value of the portType property.
setPortType(TPortType) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the portType property.
setPrefix(String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
setPrefix(String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
setPrefix(String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
setPrefix(String, String) - Method in class org.apache.cxf.staxutils.transform.IgnoreNamespacesWriter
 
setPrefix(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
setPrefix(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setPrettyLogging(boolean) - Method in class org.apache.cxf.feature.LoggingFeature
Turn pretty logging of XML content on/off
setPrettyLogging(boolean) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
setPrintStackTrace(boolean) - Method in class org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper
 
setPrintWriter(PrintWriter) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
setPriority(int) - Method in class org.apache.cxf.phase.Phase
 
setPrivateAddresses(List<String>) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setProduceMediaTypes(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractConfigurableProvider
Sets custom Produces media types; can be used to override static Produces annotation value set on the provider.
setProduceMediaTypes(List<String>) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setProduceMediaTypes(List<String>) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setProduces(String) - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
setProduces(String) - Method in class org.apache.cxf.jaxrs.model.UserResource
 
setProperties(Map<String, Object>) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setProperties(Map<String, Object>) - Method in class org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
 
setProperties(Map<String, Object>) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setProperties(Map<String, Object>) - Method in class org.apache.cxf.endpoint.EndpointImpl
Utility method to make it easy to set properties from Spring.
setProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setProperties(Map<String, Object>) - Method in class org.apache.cxf.service.ServiceImpl
 
setProperties(Map) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
setProperty(String, Object) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setProperty(String, Object) - Method in interface org.apache.cxf.Bus
 
setProperty(String, Object) - Method in interface org.apache.cxf.databinding.BaseDataReader
Set an arbitrary property on the reader.
setProperty(String, Object) - Method in interface org.apache.cxf.databinding.BaseDataWriter
Set a property for the writer.
setProperty(String, Object) - Method in class org.apache.cxf.databinding.source.NodeDataReader
 
setProperty(String, Object) - Method in class org.apache.cxf.databinding.source.NodeDataWriter
 
setProperty(String, Object) - Method in class org.apache.cxf.databinding.source.XMLStreamDataReader
 
setProperty(String, Object) - Method in class org.apache.cxf.databinding.source.XMLStreamDataWriter
 
setProperty(String, Object) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataReader
 
setProperty(String, Object) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataWriter
 
setProperty(String, Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setProperty(String, Object) - Method in class org.apache.cxf.staxutils.StaxSource
 
setProtocolHeadersInConnection(HttpURLConnection) - Method in class org.apache.cxf.transport.http.Headers
Set content type and protocol headers (Message.PROTOCOL_HEADERS) headers into the URL connection.
setProvider(String) - Method in class org.apache.cxf.configuration.security.KeyManagersType
Sets the value of the provider property.
setProvider(String) - Method in class org.apache.cxf.configuration.security.KeyStoreType
Sets the value of the provider property.
setProvider(String) - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Sets the value of the provider property.
setProvider(String) - Method in class org.apache.cxf.configuration.security.TrustManagersType
Sets the value of the provider property.
setProvider(Object) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets a custom JAX-RS provider.
setProvider(Object) - Method in class org.apache.cxf.jaxrs.provider.JAXRSDataBinding
 
setProviders(List<? extends Object>) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets custom JAX-RS providers.
setProxyAuthorization(String) - Method in class org.apache.cxf.transport.http.Headers
 
setProxyAuthorization(ProxyAuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Proxy Authorization Policy for a specified proxy.
setProxyAuthSupplier(HttpAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
 
setProxyServer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServer property.
setProxyServerPort(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServerPort property.
setProxyServerType(ProxyServerType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the proxyServerType property.
setPublicId(String) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setPublishedEndpointUrl(String) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setQueryHandlers(List<QueryHandler>) - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
setQueueSize(int) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setReadXsiType(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
setReadXsiType(boolean) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setReadXsiType(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setRealmName(String) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the receiveTimeout property.
setReceiveTimeout(long) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the receiveTimeout property.
setRedirectURI(String) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
 
setRedirectURL(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the redirectURL property.
setReferenceParameters(ReferenceParametersType) - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Sets the value of the referenceParameters property.
setReferenceParameters(ReferenceParametersType) - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Sets the value of the referenceParameters property.
setReferenceProperties(ReferencePropertiesType) - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Sets the value of the referenceProperties property.
setReferenceProperties(ReferencePropertiesType) - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Sets the value of the referenceProperties property.
setReferer(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the referer property.
setRelatesTo(RelatesToType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the RelatesTo property.
setRelationshipType(String) - Method in class org.apache.cxf.ws.addressing.RelatesToType
Sets the value of the relationshipType property.
setRelationshipType(QName) - Method in class org.apache.cxf.ws.addressing.v200403.Relationship
Sets the value of the relationshipType property.
setRelationshipType(QName) - Method in class org.apache.cxf.ws.addressing.v200408.Relationship
Sets the value of the relationshipType property.
setReplyTo(EndpointReferenceType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the ReplyTo property.
setReportFault(boolean) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
setRequestHeaders(MultivaluedMap<String, String>) - Method in interface org.apache.cxf.jaxrs.client.ClientState
Sets the request headers
setRequestHeaders(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
setRequestHeaders(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
setRequestParameters(RequestDispatcherProvider.HttpServletRequestFilter) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setRequestPreprocessor(RequestPreprocessor) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
setRequired(boolean) - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Sets the value of the required property.
setRequired(boolean) - Method in class org.apache.cxf.wsdl.TExtensibilityElement
Sets the value of the required property.
setRequired(Boolean) - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
 
setResolver(ElementQNameResolver) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setResolver(URIResolver) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setResolvers(List<? extends ResourceResolver>) - Method in class org.apache.cxf.bus.resource.ResourceManagerImpl
Set the list of resolvers for this resource manager.
setResource(String) - Method in class org.apache.cxf.configuration.security.CertStoreType
Sets the value of the resource property.
setResource(String) - Method in class org.apache.cxf.configuration.security.KeyStoreType
Sets the value of the resource property.
setResourceClass(Class<?>) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the resource class
setResourceClass(Class) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setResourceClass(Class<?>) - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
setResourceClasses(List<Class>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets one or more root resource classes
setResourceClasses(Class...) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets one or more root resource classes
setResourceClasses(List<Class>) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setResourceClasses(Class...) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setResourceClassesFromBeans(List<Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setResourceComparator(ResourceComparator) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Resource comparator which may be used to customize the way a root resource or resource method is selected
setResourceName(String) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
setResourceName(String) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setResourcePath(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setResourcePaths(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setResourceProvider(Class, ResourceProvider) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the provider managing the life-cycle of the given resource class
setResourceProvider(ResourceProvider) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the provider managing the life-cycle of the resource class
setResourceProvider(ResourceProvider) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
setResourceProviders(List<ResourceProvider>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the list of providers managing the life-cycle of the resource classes
setResponseBuilder(Message, Exchange) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setResponseBuilder(Response.ResponseBuilder) - Method in interface org.apache.cxf.jaxrs.client.ClientState
Sets the responseBuilder
setResponseBuilder(Response.ResponseBuilder) - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
setResponseBuilder(Response.ResponseBuilder) - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
setReuseAddress(boolean) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setReuseAddress(Boolean) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the reuseAddress property.
setRoleClassifier(String) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
setRoleClassifierType(String) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
 
setRolePrefix(String) - Method in class org.apache.cxf.interceptor.security.JAASLoginInterceptor
Deprecated. 
setRolePrefix(String) - Method in class org.apache.cxf.jaxrs.security.JAASAuthenticationFilter
Deprecated. 
setRootNode(QName) - Method in class org.apache.cxf.bindings.xformat.XMLBindingMessageFormat
Sets the value of the rootNode property.
setSaveParametersAsAttributes(boolean) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setSchema(Schema) - Method in interface org.apache.cxf.databinding.BaseDataReader
Supply a schema to validate the input.
setSchema(Schema) - Method in interface org.apache.cxf.databinding.BaseDataWriter
Attach a schema to the writer.
setSchema(Schema) - Method in class org.apache.cxf.databinding.source.NodeDataReader
 
setSchema(Schema) - Method in class org.apache.cxf.databinding.source.NodeDataWriter
 
setSchema(Schema) - Method in class org.apache.cxf.databinding.source.XMLStreamDataReader
 
setSchema(Schema) - Method in class org.apache.cxf.databinding.source.XMLStreamDataWriter
 
setSchema(Schema) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataReader
 
setSchema(Schema) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataWriter
 
setSchema(Schema) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setSchema(XmlSchema) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setSchemaCollection(SchemaCollection) - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
setSchemaElementList(Map<String, Element>) - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
setSchemaHandler(SchemaHandler) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setSchemaHandler(SchemaHandler) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setSchemaInfoList(List<SchemaInfo>) - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
setSchemaLocation(String) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets the location of the schema which can be used to validate the incoming XML or JAXB-driven JSON.
setSchemaLocation(String) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setSchemaLocations(List<String>) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets the locations of the schemas which can be used to validate the incoming XML or JAXB-driven JSON.
setSchemaLocations(List<String>) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setSchemaLocations(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setSchemaLocations(List<String>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
setSchemaPackageFiles(List<InputSource>) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setSchemaPackageMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setSchemaResolver(URIResolver) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
setSchemas(Collection<DOMSource>) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
setSchemas(Collection<DOMSource>) - Method in class org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas
 
setSchemas(List<String>) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setSchemas(List<String>) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setSchemas(List<String>) - Method in class org.apache.cxf.jaxrs.utils.schemas.SchemaHandler
 
setSchemas(SchemaCollection, List<SchemaInfo>) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setSchemasLocations(JAXRSServerFactoryBean, ServletConfig) - Method in class org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
 
setSchemaTypesMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setScope(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setSecondsToKeepState(long) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the time a thread-local client state will be kept.
setSecuredObject(Object) - Method in class org.apache.cxf.interceptor.security.SecureAnnotationsInterceptor
 
setSecureRandom(SecureRandom) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
This sets the secure random provider and alogorithm.
setSecureRandom(SecureRandom) - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
Set the SecureRandom Parameters
setSecureRandomParameters(SecureRandomParameters) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the secureRandomParameters property.
setSecureRandomParameters(SecureRandomParameters) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the secureRandomParameters property.
setSecureSocketProtocol(String) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
This sets the protocol to use.
setSecureSocketProtocol(String) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the secureSocketProtocol property.
setSecureSocketProtocol(String) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the secureSocketProtocol property.
setSendServerVersion(Boolean) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setSendServerVersion(Boolean) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the sendServerVersion property.
setSerializeAsArray(boolean) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
setSerializeAsArray(boolean) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setSerializeAsArray(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setServer(HTTPServerPolicy) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setServer(Server) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Set the jetty server instance
setServerEndpointPolicy(EndpointInfo, EndpointPolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setServerType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the serverType property.
setService(Service) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setService(Service) - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
setService(ServiceInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setService(ServiceInfo) - Method in class org.apache.cxf.tools.validator.ServiceValidator
 
setService(TService) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the service property.
setServiceAndPortName(EndpointReferenceType, QName, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Sets the service and port name of the provided endpoint reference.
setServiceBean(Object) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the single resource bean.
setServiceBeanObjects(Object...) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the resource beans.
setServiceBeans(List<Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Sets the resource beans.
setServiceClass(Class<?>) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the resource class, may be called from a Spring handler
setServiceClass(Class) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
This method is used primarily by Spring handler processing the jaxrs:server/@serviceClass attribute.
setServiceClass(Class<?>) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setServiceClass(Class) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setServiceFactory(JAXRSServiceFactoryBean) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
Sets the custom service factory which processes the registered classes and providers
setServiceListRelativePath(String) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setServiceListStyleSheet(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
setServiceName(QName) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setServiceName(QName) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
setServiceName(QName) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setServiceName(QName) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setServiceName(ServiceNameType) - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Sets the value of the serviceName property.
setServiceName(ServiceNameType) - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Sets the value of the serviceName property.
setServiceSchemaInfo(ServiceSchemaInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setServletContext(ServletContext) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
setServletContext(ServletContext) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
setServletContextPath(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setServletPath(String) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setSession(Session) - Method in class org.apache.cxf.message.ExchangeImpl
 
setSessionSupport(boolean) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setSessionSupport(Boolean) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the sessionSupport property.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
setShared(boolean) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setShowBinaryContent(boolean) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
setSingleJaxbContext(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setSingleResourceMultipleMethods(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setSkipJaxbChecks(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setSoapAction(String) - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Sets the value of the soapAction property.
setSslCacheTimeout(int) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
This sets the SSL Session Cache timeout value for client sessions handled by CXF
setSslCacheTimeout(int) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the sslCacheTimeout property.
setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
This sets the SSLSocketFactory to use, causing all other properties of this bean (and its superclass) to get ignored (this takes precendence).
setStart(boolean) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Determines whether Services are automatically started during the create() call.
setState(BusState) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setStaticSubresourceResolution(boolean) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
By default the subresources are resolved dynamically, mainly due to the JAX-RS specification allowing Objects being returned from the subresource locators.
setStatus(int) - Method in class org.apache.cxf.jaxrs.impl.HttpServletResponseFilter
 
setStatus(int) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setStatus(int, String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
setStatusCode(int) - Method in exception org.apache.cxf.interceptor.Fault
Set http header status code on this fault.
setStrategy(FailoverStrategy) - Method in class org.apache.cxf.clustering.FailoverFeature
 
setStrategy(FailoverStrategy) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
 
setStreamedAttachmentProperties(Message, CachedOutputStream) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
setStringData(String) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setSubjectDNConstraints(DNConstraintsType) - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Sets the value of the subjectDNConstraints property.
setSupportedTypes(List<String>) - Method in class org.apache.cxf.jaxrs.interceptor.AttachmentInputInterceptor
 
setSupportJaxbOnly(boolean) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setSupportMultipleXmlReps(boolean) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setSupportUnwrapped(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setSuppressClientReceiveErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the suppressClientReceiveErrors property.
setSuppressClientSendErrors(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the suppressClientSendErrors property.
setSynchronous(boolean) - Method in interface org.apache.cxf.message.Exchange
 
setSynchronous(boolean) - Method in class org.apache.cxf.message.ExchangeImpl
 
setSynchronousTimeout(int) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setSystemId(String) - Method in class org.apache.cxf.common.xmlschema.LSInputImpl
 
setSystemId(String) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
setSystemId(String) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setTarget(Object) - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
setTarget(Object, Class<?>) - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
setTarget(Object) - Method in interface org.apache.cxf.common.annotation.AnnotationVisitor
set the target object being visited.
setTarget(String) - Method in class org.apache.cxf.common.util.Compiler
 
setTargetNamespace(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setTargetNamespace(String) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the targetNamespace property.
setTargetNode(Node) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
setTargetSelector(FailoverTargetSelector) - Method in class org.apache.cxf.jaxrs.features.clustering.FailoverFeature
 
setTemplates(MultivaluedMap<String, String>) - Method in interface org.apache.cxf.jaxrs.client.ClientState
Sets the map containing template name and value pairs
setTemplates(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.LocalClientState
 
setTemplates(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
setTempResourceProviders(List<SpringResourceFactory>) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean
 
setText(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Set or replace the text value
setThreadContextClassloader(ClassLoader) - Static method in class org.apache.cxf.common.classloader.ClassLoaderUtils
 
setThreadDefaultBus(Bus) - Static method in class org.apache.cxf.BusFactory
Sets the default bus for the thread.
setThreadingParameters(ThreadingParameters) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method sets the threading parameters for this particular server engine.
setThreadingParameters(ThreadingParametersType) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the threadingParameters property.
setThreadingParameters(ThreadingParametersType) - Method in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType
Sets the value of the threadingParameters property.
setThreadingParametersMap(Map<String, ThreadingParameters>) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call sets the ThreadingParameters for a JettyHTTPServerEngine
setThreadingParametersRef(String) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
setThreadingParametersRef(ParametersRefType) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the threadingParametersRef property.
setThreadLocalRequestContext(boolean) - Method in interface org.apache.cxf.endpoint.Client
Sets whether the request context is thread local or global to this client.
setThreadLocalRequestContext(boolean) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setThreadSafe(boolean) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Indicates if a single proxy or WebClient instance can be reused by multiple threads.
setThreshold(long) - Method in class org.apache.cxf.io.CachedOutputStream
 
setThreshold(int) - Method in class org.apache.cxf.transport.common.gzip.GZIPFeature
 
setThreshold(int) - Method in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
 
setTimeToKeepState(long) - Method in class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
setTitle(String) - Method in class org.apache.cxf.transport.servlet.servicelist.ServiceListGeneratorServlet
 
setTlsClientParameters(TLSClientParameters) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the TLS Client Parameters for this HTTPConduit.
setTlsServerParameters(TLSServerParameters) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method is used to programmatically set the TLSServerParameters.
setTlsServerParameters(TLSServerParametersType) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the tlsServerParameters property.
setTlsServerParameters(TLSServerParametersType) - Method in class org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
Sets the value of the tlsServerParameters property.
setTLSServerParametersForPort(String, int, TLSServerParameters) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call sets TLSServerParameters for a JettyHTTPServerEngine that will be subsequently created.
setTLSServerParametersForPort(int, TLSServerParameters) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
calls thru to {JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String, int, String) with 'null' for host value
setTlsServerParametersMap(Map<String, TLSServerParameters>) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call sets TLSParametersMap for a JettyHTTPServerEngine
setTlsServerParametersRef(String) - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
 
setTlsServerParametersRef(ParametersRefType) - Method in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
Sets the value of the tlsServerParametersRef property.
setTo(EndpointReferenceType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the To property.
setTo(AttributedURIType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the To property.
setTopLevelDoc(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setTransportId(String) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setTransportId(String) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setTransportId(String) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setTransportIds(List<String>) - Method in class org.apache.cxf.transport.AbstractTransportFactory
 
setTrustDecider(MessageTrustDecider) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Trust Decider for this HTTP Conduit.
setTrustManagers(TrustManager[]) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Sets the TrustManagers associated with this endpoint.
setTrustManagers(TrustManagersType) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the trustManagers property.
setTrustManagers(TrustManagersType) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the trustManagers property.
setTrustManagers(TrustManager[]) - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
Set the TrustManagers.
setType(String) - Method in class org.apache.cxf.configuration.security.KeyStoreType
Sets the value of the type property.
setType(String) - Method in class org.apache.cxf.jaxrs.model.Parameter
 
setType(MessageInfo.Type) - Method in class org.apache.cxf.service.model.MessageInfo
 
setType(QName) - Method in class org.apache.cxf.wsdl.TBinding
Sets the value of the type property.
setType(QName) - Method in class org.apache.cxf.wsdl.TPart
Sets the value of the type property.
setTypeClass(Class<?>) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setTypeConverter(TypeConverter) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setTypeQName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setTypes(TTypes) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the types property.
setUnmarshallAsJaxbElement(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setUnmarshallerListener(Unmarshaller.Listener) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setUnmarshallerProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setUnwrapLogLevel(Level) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
setUnwrappedOperation(BindingOperationInfo) - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
setUnwrappedOperation(OperationInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
SETUP - Static variable in class org.apache.cxf.phase.Phase
 
SETUP_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
setupBeans() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
setupBus(Bus) - Method in class org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader
 
setUpBus() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
setUpBus() - Method in class org.apache.cxf.test.AbstractCXFTest
 
setupContinuation(Message, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setupContinuation(Message, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
setupFactory(Endpoint) - Method in class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
 
setupInInterceptorChain(ClientConfiguration) - Static method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setupInterceptorChain(Endpoint) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setupMessage(Message, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setupMessage(Message, ServletConfig, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setupOutInterceptorChain(ClientConfiguration) - Static method in class org.apache.cxf.jaxrs.client.AbstractClient
 
setupThreadPool() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setupValidation(XMLStreamReader, ServiceInfo) - Method in interface org.apache.cxf.io.StaxValidationManager
Install the schemas onto the reader for validation.
setupValidation(XMLStreamWriter, ServiceInfo) - Method in interface org.apache.cxf.io.StaxValidationManager
Install the schemas onto the writer for validation.
setUriInfo(UriInfo) - Method in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
setURITemplate(URITemplate) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
setURITemplate(URITemplate) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
setUrl(String) - Method in class org.apache.cxf.configuration.security.CertStoreType
Sets the value of the url property.
setUrl(String) - Method in class org.apache.cxf.configuration.security.KeyStoreType
Sets the value of the url property.
setUseClassNames(boolean) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
setUseHttpsURLConnectionDefaultHostnameVerifier(boolean) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Sets whether or not HttpsURLConnection.getDefaultHostnameVerifier() should be used to create https connections.
setUseHttpsURLConnectionDefaultHostnameVerifier(boolean) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the useHttpsURLConnectionDefaultHostnameVerifier property.
setUseHttpsURLConnectionDefaultSslSocketFactory(boolean) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Sets whether or not HttpsURLConnection.getDefaultSSLSocketFactory() should be used to create https connections.
setUseHttpsURLConnectionDefaultSslSocketFactory(boolean) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the useHttpsURLConnectionDefaultSslSocketFactory property.
setUseJaxbContextForQnames(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setUseParentHandlers(boolean) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
setUserName(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the userName property.
setUsername(String) - Method in class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
Sets the username.
setUserObject(Object) - Method in class org.apache.cxf.continuations.ContinuationInfo
 
setUserProviders(List<?>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
Use for injection of entityProviders
setUserResources(List<UserResource>) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setUserResourcesWithServiceClass(List<UserResource>, Class<?>...) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setUserRolesMap(Map<String, String>) - Method in class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
setUseSchemaImports(boolean) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
Set whether to emit references to imported schema files.
setUseSingleSlashResource(boolean) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setValidateBeforeWrite(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setValidateOutput(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setValidationHandler(ValidationEventHandler) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
setValidationMode(int) - Method in class org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader
 
setValidator(FormValidator) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
setValue(String) - Method in class org.apache.cxf.databinding.source.mime.MimeAttribute
 
setValue(String) - Method in class org.apache.cxf.transport.http.Cookie
Change the value of this cookie
setValue(QName) - Method in class org.apache.cxf.ws.addressing.AttributedQNameType
Sets the value of the value property.
setValue(BigInteger) - Method in class org.apache.cxf.ws.addressing.AttributedUnsignedLongType
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.AttributedURIType
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.RelatesToType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200403.AttributedQName
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200403.AttributedURI
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200403.Relationship
Sets the value of the value property.
setValue(BigInteger) - Method in class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200408.AttributedQName
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200408.AttributedURI
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200408.Relationship
Sets the value of the value property.
setValue(BigInteger) - Method in class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Sets the value of the value property.
setValue(AnonymousType) - Method in class org.apache.cxf.ws.addressing.wsdl.Anonymous
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.wsdl.AttributedQNameType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Sets the value of the value property.
setVerb(String) - Method in class org.apache.cxf.jaxrs.model.UserOperation
 
setVerb(String) - Method in class org.apache.cxf.wsdl.http.BindingType
Sets the value of the verb property.
setVerbose(boolean) - Method in class org.apache.cxf.common.util.Compiler
 
setWadlNamespace(String) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setWadlNamespace(String) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
setWadlPath(String) - Method in class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
setWant(boolean) - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Sets the value of the want property.
setWrapperMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setWrapperName(String) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setWriteXsiType(boolean) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
setWriteXsiType(boolean) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
setWriteXsiType(boolean) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setWSDLLocation(EndpointReferenceType, String...) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setWsdlURL(URL) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setXmlResourceOffset(String) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setXmlSchema(XmlSchemaAnnotated) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setXOP(boolean) - Method in class org.apache.cxf.attachment.AttachmentImpl
 
setXop(boolean) - Method in class org.apache.cxf.attachment.AttachmentSerializer
 
severe(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
SHORT_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
SHORT_SEARCH_QUERY - Static variable in class org.apache.cxf.jaxrs.ext.search.SearchContextImpl
 
shouldGenerateId() - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser
 
shouldGenerateId() - Method in class org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineFactoryBeanDefinitionParser
 
shouldValidate(Message) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
shouldWrapParameters(MessageInfo, Message) - Method in class org.apache.cxf.interceptor.DocLiteralInInterceptor
 
shutdown() - Method in class org.apache.cxf.bus.CXFBusImpl
 
shutdown(boolean) - Method in class org.apache.cxf.bus.CXFBusImpl
 
shutdown(boolean) - Method in class org.apache.cxf.bus.ManagedBus
 
shutdown() - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener
 
shutDown() - Method in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
shutdown(boolean) - Method in interface org.apache.cxf.Bus
 
shutdown() - Method in interface org.apache.cxf.management.InstrumentationManager
Cleans up and shutsdown management infrastructure.
shutdown() - Method in class org.apache.cxf.transport.AbstractDestination
Shutdown the Destination, i.e.
shutdown() - Method in class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
shutdown() - Method in interface org.apache.cxf.transport.Destination
Shutdown the Destination, i.e.
shutdown() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
shutdown() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method will shut down the server engine and remove it from the factory's cache.
shutdown(boolean) - Method in interface org.apache.cxf.workqueue.AutomaticWorkQueue
Initiates an orderly shutdown.
shutdown(boolean) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
shutdown(boolean) - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Shuts down the manager's work queue.
shutdown(boolean) - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
shutdown(boolean) - Method in class org.apache.cxf.workqueue.WorkQueueManagerImplMBeanWrapper
 
shutdownBus() - Method in class org.apache.cxf.test.AbstractCXFTest
 
SIMPLE_FRONTEND - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SIMPLE_STYLE - Static variable in class org.apache.cxf.jaxb.JAXBToStringStyle
 
SimpleAuthorizingFilter - Class in org.apache.cxf.jaxrs.security
 
SimpleAuthorizingFilter() - Constructor for class org.apache.cxf.jaxrs.security.SimpleAuthorizingFilter
 
SimpleAuthorizingInterceptor - Class in org.apache.cxf.interceptor.security
 
SimpleAuthorizingInterceptor() - Constructor for class org.apache.cxf.interceptor.security.SimpleAuthorizingInterceptor
 
SimpleBeanDefinitionParser - Class in org.apache.cxf.configuration.spring
This bean parser will map all the attributes to properties on the bean.
SimpleBeanDefinitionParser(Class) - Constructor for class org.apache.cxf.configuration.spring.SimpleBeanDefinitionParser
 
SimpleBPBeanDefinitionParser - Class in org.apache.cxf.configuration.blueprint
 
SimpleBPBeanDefinitionParser(Class<?>) - Constructor for class org.apache.cxf.configuration.blueprint.SimpleBPBeanDefinitionParser
 
SimpleEndpointImplFactory - Class in org.apache.cxf.endpoint
Create ordinary EndpointImpl objects.
SimpleEndpointImplFactory() - Constructor for class org.apache.cxf.endpoint.SimpleEndpointImplFactory
 
SimpleGroup - Class in org.apache.cxf.common.security
Simple Group implementation
SimpleGroup(String) - Constructor for class org.apache.cxf.common.security.SimpleGroup
 
SimpleGroup(String, String) - Constructor for class org.apache.cxf.common.security.SimpleGroup
 
SimpleGroup(String, Principal) - Constructor for class org.apache.cxf.common.security.SimpleGroup
 
SimplePrincipal - Class in org.apache.cxf.common.security
Simple Principal implementation
SimplePrincipal(String) - Constructor for class org.apache.cxf.common.security.SimplePrincipal
 
SimpleSearchCondition<T> - Class in org.apache.cxf.jaxrs.ext.search
Simple search condition comparing primitive objects or complex object by its getters.
SimpleSearchCondition(ConditionType, T) - Constructor for class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
Creates search condition with same operator (equality, inequality) applied in all comparison; see SimpleSearchCondition.isMet(Object) for details of comparison.
SimpleSearchCondition(Map<String, ConditionType>, T) - Constructor for class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
Creates search condition with different operators (equality, inequality etc) specified for each getter; see SimpleSearchCondition.isMet(Object) for details of comparison.
SinglePropertyResolver - Class in org.apache.cxf.resource
 
SinglePropertyResolver(String, Object) - Constructor for class org.apache.cxf.resource.SinglePropertyResolver
 
SingletonFactory - Class in org.apache.cxf.service.invoker
Always returns a single instance of the bean.
SingletonFactory(Object) - Constructor for class org.apache.cxf.service.invoker.SingletonFactory
 
SingletonFactory(Class<?>) - Constructor for class org.apache.cxf.service.invoker.SingletonFactory
 
SingletonFactory(Factory) - Constructor for class org.apache.cxf.service.invoker.SingletonFactory
 
SingletonResourceProvider - Class in org.apache.cxf.jaxrs.lifecycle
The default singleton resource provider which returns the same resource instance per every request
SingletonResourceProvider(Object, boolean) - Constructor for class org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider
 
SingletonResourceProvider(Object) - Constructor for class org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider
 
size() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
size() - Method in class org.apache.cxf.common.util.CacheMap
 
size() - Method in class org.apache.cxf.common.util.SortedArraySet
 
size() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
size() - Method in class org.apache.cxf.io.CachedOutputStream
 
size() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
size() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
size() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
skip(long) - Method in class org.apache.cxf.attachment.DelegatingInputStream
 
skipAttributes() - Method in class org.apache.cxf.common.util.ClassReader
 
skipFully(int) - Method in class org.apache.cxf.common.util.ClassReader
skip n bytes in the input stream.
skippedEntity(String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method skippedEntity.
skipToStartOfElement(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
Returns true if currently at the start of an element, otherwise move forwards to the next element start and return true, otherwise false is returned if the end of the stream is reached.
skipToStartOfElement(DepthXMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
Slf4jLogger - Class in org.apache.cxf.common.logging
java.util.logging.Logger implementation delegating to SLF4J.
Slf4jLogger(String, String) - Constructor for class org.apache.cxf.common.logging.Slf4jLogger
 
SOAP11_PREFIX - Static variable in class org.apache.cxf.common.WSDLConstants
 
SOAP12_PREFIX - Static variable in class org.apache.cxf.common.WSDLConstants
 
SOAP_ACTION - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
SOAP_JMS_CONTENTENCODING - Static variable in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
 
soapAction - Variable in class org.apache.cxf.ws.addressing.ProblemActionType
 
SOAPConstants - Class in org.apache.cxf.common.util
SOAP constants from the specifications.
SortedArraySet<T> - Class in org.apache.cxf.common.util
This class implements most of the Set interface, backed by a sorted Array.
SortedArraySet() - Constructor for class org.apache.cxf.common.util.SortedArraySet
 
sortMediaTypes(String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
sortMediaTypes(List<MediaType>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
sortOperationsByPath(Set<OperationResourceInfo>) - Method in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
SOURCE_QUERY - Static variable in class org.apache.cxf.jaxrs.ext.codegen.CodeGeneratorProvider
 
SourceDataBinding - Class in org.apache.cxf.databinding.source
A simple databinding implementation which reads and writes Source objects.
SourceDataBinding() - Constructor for class org.apache.cxf.databinding.source.SourceDataBinding
 
SourceGenerator - Class in org.apache.cxf.jaxrs.ext.codegen
TODO: This will need to be moved into a separate module
SourceGenerator() - Constructor for class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
SourceGenerator(Map<String, String>) - Constructor for class org.apache.cxf.jaxrs.ext.codegen.SourceGenerator
 
SourceProvider - Class in org.apache.cxf.jaxrs.provider
 
SourceProvider() - Constructor for class org.apache.cxf.jaxrs.provider.SourceProvider
 
SpnegoAuthSupplier - Class in org.apache.cxf.transport.http.auth
 
SpnegoAuthSupplier() - Constructor for class org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
 
SPRING_VALIDATION_MODE - Static variable in class org.apache.cxf.common.util.SystemUtils
 
SpringBeanFactory - Class in org.apache.cxf.service.invoker
Factory that will query the Spring ApplicationContext for the appropriate bean for each request.
SpringBeanFactory(String) - Constructor for class org.apache.cxf.service.invoker.SpringBeanFactory
 
SpringBeanLocator - Class in org.apache.cxf.bus.spring
 
SpringBeanLocator(ApplicationContext, Bus) - Constructor for class org.apache.cxf.bus.spring.SpringBeanLocator
 
SpringBeanMap<V> - Class in org.apache.cxf.configuration.spring
 
SpringBeanMap() - Constructor for class org.apache.cxf.configuration.spring.SpringBeanMap
 
SpringBeanQNameMap<V> - Class in org.apache.cxf.configuration.spring
 
SpringBeanQNameMap() - Constructor for class org.apache.cxf.configuration.spring.SpringBeanQNameMap
 
SpringBus - Class in org.apache.cxf.bus.spring
 
SpringBus() - Constructor for class org.apache.cxf.bus.spring.SpringBus
 
SpringBusFactory - Class in org.apache.cxf.bus.spring
 
SpringBusFactory() - Constructor for class org.apache.cxf.bus.spring.SpringBusFactory
 
SpringBusFactory(ApplicationContext) - Constructor for class org.apache.cxf.bus.spring.SpringBusFactory
 
SpringResourceFactory - Class in org.apache.cxf.jaxrs.spring
The ResourceProvider implementation which delegates to ApplicationContext to manage the life-cycle of the resource
SpringResourceFactory() - Constructor for class org.apache.cxf.jaxrs.spring.SpringResourceFactory
 
SpringResourceFactory(String) - Constructor for class org.apache.cxf.jaxrs.spring.SpringResourceFactory
 
SQLPrinterVisitor<T> - Class in org.apache.cxf.jaxrs.ext.search.sql
 
SQLPrinterVisitor(String, String...) - Constructor for class org.apache.cxf.jaxrs.ext.search.sql.SQLPrinterVisitor
 
SQLPrinterVisitor(Map<String, String>, String, String...) - Constructor for class org.apache.cxf.jaxrs.ext.search.sql.SQLPrinterVisitor
 
sslCacheTimeout - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
SSLUtils - Class in org.apache.cxf.transport.https
Holder for utility methods related to manipulating SSL settings, common to the connection and listener factories (previously duplicated).
STACKTRACE - Static variable in exception org.apache.cxf.interceptor.Fault
 
STACKTRACE_NAMESPACE - Static variable in exception org.apache.cxf.interceptor.Fault
 
standaloneSet() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
standaloneSet() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
start(BundleContext) - Method in class org.apache.cxf.bus.osgi.CXFActivator
start(Message) - Method in class org.apache.cxf.endpoint.ClientCallback
Called when a message is first received prior to any actions being applied to the message.
start() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
start() - Method in interface org.apache.cxf.endpoint.Server
 
start() - Method in class org.apache.cxf.endpoint.ServerImpl
 
startAsync() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
startCDATA() - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
 
startDocument() - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method startDocument.
startDTD(String, String, String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
 
started - Variable in class org.apache.cxf.endpoint.ClientCallback
 
startElement(String, String, String, Attributes) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method startElement.
startEntity(String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
 
STARTING_AFTER_INTERCEPTOR_ID - Static variable in interface org.apache.cxf.interceptor.InterceptorChain
 
STARTING_AT_INTERCEPTOR_ID - Static variable in interface org.apache.cxf.interceptor.InterceptorChain
 
startPrefixMapping(String, String) - Method in class org.apache.cxf.staxutils.StreamWriterContentHandler
Method startPrefixMapping.
startServer(Server) - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
startServer(Server) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleListener
 
startServer(Server) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
startServer(Server) - Method in class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl
 
startSqlQuery(StringBuilder, String, String...) - Static method in class org.apache.cxf.jaxrs.ext.search.SearchUtils
 
status(int) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
StaxDataBinding - Class in org.apache.cxf.databinding.stax
A simple databinding implementation which reads and writes Source objects.
StaxDataBinding() - Constructor for class org.apache.cxf.databinding.stax.StaxDataBinding
 
StaxDataBinding.XMLStreamDataReader - Class in org.apache.cxf.databinding.stax
 
StaxDataBinding.XMLStreamDataReader() - Constructor for class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataReader
 
StaxDataBinding.XMLStreamDataWriter - Class in org.apache.cxf.databinding.stax
 
StaxDataBinding.XMLStreamDataWriter() - Constructor for class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataWriter
 
StaxDataBindingFeature - Class in org.apache.cxf.databinding.stax
 
StaxDataBindingFeature() - Constructor for class org.apache.cxf.databinding.stax.StaxDataBindingFeature
 
StaxDataBindingInterceptor - Class in org.apache.cxf.databinding.stax
 
StaxDataBindingInterceptor() - Constructor for class org.apache.cxf.databinding.stax.StaxDataBindingInterceptor
 
StaxInInterceptor - Class in org.apache.cxf.interceptor
Creates an XMLStreamReader from the InputStream on the Message.
StaxInInterceptor() - Constructor for class org.apache.cxf.interceptor.StaxInInterceptor
 
StaxInInterceptor(String) - Constructor for class org.apache.cxf.interceptor.StaxInInterceptor
 
StaxOutEndingInterceptor - Class in org.apache.cxf.interceptor
 
StaxOutEndingInterceptor(String) - Constructor for class org.apache.cxf.interceptor.StaxOutEndingInterceptor
 
StaxOutInterceptor - Class in org.apache.cxf.interceptor
Creates an XMLStreamReader from the InputStream on the Message.
StaxOutInterceptor() - Constructor for class org.apache.cxf.interceptor.StaxOutInterceptor
 
StaxSource - Class in org.apache.cxf.staxutils
 
StaxSource(XMLStreamReader) - Constructor for class org.apache.cxf.staxutils.StaxSource
 
StaxStreamFilter - Class in org.apache.cxf.staxutils
 
StaxStreamFilter(QName...) - Constructor for class org.apache.cxf.staxutils.StaxStreamFilter
 
StaxTransformFeature - Class in org.apache.cxf.feature
]]>
StaxTransformFeature() - Constructor for class org.apache.cxf.feature.StaxTransformFeature
 
StaxUtils - Class in org.apache.cxf.staxutils
 
StaxValidationManager - Interface in org.apache.cxf.io
This interface defines a bus service for Stax validation.
StemMatchingQueryHandler - Interface in org.apache.cxf.transports.http
 
stillTheSameAddress() - Method in class org.apache.cxf.clustering.RetryStrategy
 
stop(BundleContext) - Method in class org.apache.cxf.bus.osgi.CXFActivator
stop() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
stop() - Method in interface org.apache.cxf.endpoint.Server
 
stop() - Method in class org.apache.cxf.endpoint.ServerImpl
 
stop() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method is called by the ServerEngine Factory to destroy the listener.
stopServer(Server) - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
stopServer(Server) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleListener
 
stopServer(Server) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
stopServer(Server) - Method in class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl
 
storeTo(EndpointReferenceType, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Store To EPR in the context
storeUsingAddressing(boolean, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Store UsingAddressing override flag in the context
StreamPrinter - Class in org.apache.cxf.common.util
 
StreamWriterContentHandler - Class in org.apache.cxf.staxutils
 
StreamWriterContentHandler(XMLStreamWriter) - Constructor for class org.apache.cxf.staxutils.StreamWriterContentHandler
 
STRICT - Static variable in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
The STRICT HostnameVerifier works the same way as java.net.URL in Sun Java 1.4, Sun Java 5, Sun Java 6.
STRICT_IE6 - Static variable in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
The STRICT_IE6 HostnameVerifier works just like the STRICT one with one minor variation: the hostname can match against any of the CN's in the server's certificate, not just the first one.
STRING_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
StringBeanDefinitionParser - Class in org.apache.cxf.configuration.spring
 
StringBeanDefinitionParser() - Constructor for class org.apache.cxf.configuration.spring.StringBeanDefinitionParser
 
StringMap - Interface in org.apache.cxf.message
 
StringMapImpl - Class in org.apache.cxf.message
A variation on HashMap which allows lookup by Class, via the string returned by Class.getName().
StringMapImpl() - Constructor for class org.apache.cxf.message.StringMapImpl
 
StringMapImpl(Map<String, Object>) - Constructor for class org.apache.cxf.message.StringMapImpl
 
StringUtils - Class in org.apache.cxf.common.util
 
STYLE_DOCUMENT - Static variable in class org.apache.cxf.common.util.SOAPConstants
Constant used to specify a document binding style.
STYLE_MESSAGE - Static variable in class org.apache.cxf.common.util.SOAPConstants
Constant used to specify a message binding style.
STYLE_RPC - Static variable in class org.apache.cxf.common.util.SOAPConstants
Constant used to specify a rpc binding style.
STYLE_WRAPPED - Static variable in class org.apache.cxf.common.util.SOAPConstants
Constant used to specify a wrapped binding style.
subjectDNConstraints - Variable in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
SubresourceKey - Class in org.apache.cxf.jaxrs.model
 
SubresourceKey(Class<?>, Class<?>) - Constructor for class org.apache.cxf.jaxrs.model.SubresourceKey
 
subSet(T, T) - Method in class org.apache.cxf.common.util.SortedArraySet
 
substitute(List<String>) - Method in class org.apache.cxf.jaxrs.model.URITemplate
Substitutes template variables with listed values.
substitute(Map<String, ? extends Object>) - Method in class org.apache.cxf.jaxrs.model.URITemplate
Substitutes template variables with mapped values.
supportsAlternative(PolicyComponent, List<QName>) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
supportsAlternative(Collection<? extends PolicyComponent>, List<QName>) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
supportsAlternative(Collection<? extends PolicyComponent>, Assertor) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
supportsDataReader(Message, Class<?>) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
supportsHandlers() - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
supportsHandlers() - Method in class org.apache.cxf.common.logging.Slf4jLogger
 
suppressClientReceiveErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
suppressClientSendErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
suspend(long) - Method in interface org.apache.cxf.continuations.Continuation
This method will suspend the request for the timeout or until resume is called
suspend() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
suspend() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
suspend(long) - Method in class org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
 
suspend(long) - Method in class org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
 
SuspendedInvocationException - Exception in org.apache.cxf.continuations
Represents transport-specific exceptions which are used to indicate that a given invocation was suspended
SuspendedInvocationException(Throwable) - Constructor for exception org.apache.cxf.continuations.SuspendedInvocationException
 
SuspendedInvocationException() - Constructor for exception org.apache.cxf.continuations.SuspendedInvocationException
 
SVR_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SynchronousExecutor - Class in org.apache.cxf.workqueue
Used to mimic Executor semantics by hijacking calling thread.
synchronousTimeout - Variable in class org.apache.cxf.endpoint.ClientImpl
 
SystemPropertyAction - Class in org.apache.cxf.common.util
 
SystemUtils - Class in org.apache.cxf.common.util
Utility class for checking well-known system properties

T

tag(EntityTag) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
tag(String) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
tailSet(T) - Method in class org.apache.cxf.common.util.SortedArraySet
 
target - Variable in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
target - Variable in class org.apache.cxf.transport.AbstractConduit
 
targetClass - Variable in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
targetNamespace - Variable in class org.apache.cxf.wsdl.TDefinitions
 
TBinding - Class in org.apache.cxf.wsdl
Java class for tBinding complex type.
TBinding() - Constructor for class org.apache.cxf.wsdl.TBinding
 
TBindingOperation - Class in org.apache.cxf.wsdl
Java class for tBindingOperation complex type.
TBindingOperation() - Constructor for class org.apache.cxf.wsdl.TBindingOperation
 
TBindingOperationFault - Class in org.apache.cxf.wsdl
Java class for tBindingOperationFault complex type.
TBindingOperationFault() - Constructor for class org.apache.cxf.wsdl.TBindingOperationFault
 
TBindingOperationMessage - Class in org.apache.cxf.wsdl
Java class for tBindingOperationMessage complex type.
TBindingOperationMessage() - Constructor for class org.apache.cxf.wsdl.TBindingOperationMessage
 
TDefinitions - Class in org.apache.cxf.wsdl
Java class for tDefinitions complex type.
TDefinitions() - Constructor for class org.apache.cxf.wsdl.TDefinitions
 
TDocumentation - Class in org.apache.cxf.wsdl
Java class for tDocumentation complex type.
TDocumentation() - Constructor for class org.apache.cxf.wsdl.TDocumentation
 
TDocumented - Class in org.apache.cxf.wsdl
This type is extended by component types to allow them to be documented
TDocumented() - Constructor for class org.apache.cxf.wsdl.TDocumented
 
teardownBeans() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
TEMPLATE_PARAMETERS - Static variable in class org.apache.cxf.jaxrs.model.URITemplate
 
testAllDataHasSetupMethod(Object, String[], String[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
TestApplicationContext - Class in org.apache.cxf.test
 
TestApplicationContext(String) - Constructor for class org.apache.cxf.test.TestApplicationContext
 
TestApplicationContext(String[]) - Constructor for class org.apache.cxf.test.TestApplicationContext
 
testUtilities - Variable in class org.apache.cxf.test.AbstractCXFTest
 
TestUtilities - Class in org.apache.cxf.test
This class provides unit test support for tests that look at generated WSDL contents, as well as some test methods for invoking services.
TestUtilities(Class<?>) - Constructor for class org.apache.cxf.test.TestUtilities
This class provides utilities to several conflicting inheritance stacks of test support.
TestUtilities.TestMessageObserver - Class in org.apache.cxf.test
 
TestUtilities.TestMessageObserver() - Constructor for class org.apache.cxf.test.TestUtilities.TestMessageObserver
 
TExtensibilityElement - Class in org.apache.cxf.wsdl
Java class for tExtensibilityElement complex type.
TExtensibilityElement() - Constructor for class org.apache.cxf.wsdl.TExtensibilityElement
 
TExtensibilityElementImpl - Class in org.apache.cxf.wsdl
Implements the ExtensibilityElement interface.
TExtensibilityElementImpl() - Constructor for class org.apache.cxf.wsdl.TExtensibilityElementImpl
 
TExtensibleAttributesDocumented - Class in org.apache.cxf.wsdl
Java class for tExtensibleAttributesDocumented complex type.
TExtensibleAttributesDocumented() - Constructor for class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
 
TExtensibleDocumented - Class in org.apache.cxf.wsdl
Java class for tExtensibleDocumented complex type.
TExtensibleDocumented() - Constructor for class org.apache.cxf.wsdl.TExtensibleDocumented
 
TFault - Class in org.apache.cxf.wsdl
Java class for tFault complex type.
TFault() - Constructor for class org.apache.cxf.wsdl.TFault
 
theURL - Variable in class org.apache.cxf.transport.http.URLConnectionInfo
The URL the connection is associated with.
THREAD_LOCAL_REQUEST_CONTEXT - Static variable in class org.apache.cxf.endpoint.ClientImpl
 
threadBusses - Static variable in class org.apache.cxf.BusFactory
 
ThreadingParameters - Class in org.apache.cxf.transport.http_jetty
This class holds a structure that contains parameters pertaining to the threading of a Jetty HTTP Server Engine.
ThreadingParameters() - Constructor for class org.apache.cxf.transport.http_jetty.ThreadingParameters
 
threadingParameters - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
threadingParameters - Variable in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType
 
ThreadingParametersIdentifiedType - Class in org.apache.cxf.transports.http_jetty.configuration
Java class for ThreadingParametersIdentifiedType complex type.
ThreadingParametersIdentifiedType() - Constructor for class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersIdentifiedType
 
threadingParametersRef - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
ThreadingParametersType - Class in org.apache.cxf.transports.http_jetty.configuration
Java class for ThreadingParametersType complex type.
ThreadingParametersType() - Constructor for class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
 
ThreadLocalClientState - Class in org.apache.cxf.jaxrs.client
Keeps the client state such as the baseURI, currentURI, requestHeaders, current response in a thread local storage
ThreadLocalClientState(String) - Constructor for class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
ThreadLocalClientState(String, long) - Constructor for class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
ThreadLocalClientState(LocalClientState, long) - Constructor for class org.apache.cxf.jaxrs.client.ThreadLocalClientState
 
ThreadLocalContextResolver - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalContextResolver() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalContextResolver
 
ThreadLocalHttpHeaders - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalHttpHeaders() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
ThreadLocalHttpServletRequest - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalHttpServletRequest() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
ThreadLocalHttpServletResponse - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalHttpServletResponse() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletResponse
 
ThreadLocalMessageContext - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalMessageContext() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageContext
 
ThreadLocalProtocolHeaders - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalProtocolHeaders() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProtocolHeaders
 
ThreadLocalProviders - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalProviders() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalProviders
 
ThreadLocalProxy<T> - Interface in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalRequest - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalRequest() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalRequest
 
ThreadLocalSearchContext - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalSearchContext() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSearchContext
 
ThreadLocalSecurityContext - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalSecurityContext() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSecurityContext
 
ThreadLocalServletConfig - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalServletConfig() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletConfig
 
ThreadLocalServletContext - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalServletContext() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
ThreadLocalUriInfo - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalUriInfo() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
THRESHOLD - Static variable in class org.apache.cxf.attachment.AttachmentDeserializer
 
threshold - Variable in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
threshold - Variable in class org.apache.cxf.io.AbstractThresholdOutputStream
 
thresholdNotReached() - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
thresholdNotReached() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
thresholdReached() - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
thresholdReached() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
throwing(String, String, Throwable) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
TIME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
TIMEZONE_SUPPORT_PROPERTY - Static variable in class org.apache.cxf.jaxrs.ext.search.SearchUtils
 
TImport - Class in org.apache.cxf.wsdl
Java class for tImport complex type.
TImport() - Constructor for class org.apache.cxf.wsdl.TImport
 
TLSClientParameters - Class in org.apache.cxf.configuration.jsse
This class extends TLSParameterBase with client-specific SSL/TLS parameters.
TLSClientParameters() - Constructor for class org.apache.cxf.configuration.jsse.TLSClientParameters
 
TLSClientParametersConfig - Class in org.apache.cxf.configuration.jsse.spring
This class provides the TLSClientParameters that programmatically configure a HTTPConduit.
TLSClientParametersType - Class in org.apache.cxf.configuration.security
Java class for TLSClientParametersType complex type.
TLSClientParametersType() - Constructor for class org.apache.cxf.configuration.security.TLSClientParametersType
 
TLSParameterBase - Class in org.apache.cxf.configuration.jsse
This class is the base class for SSL/TLS parameters that are common to both client and server sides.
TLSParameterBase() - Constructor for class org.apache.cxf.configuration.jsse.TLSParameterBase
 
TLSParameterJaxBUtils - Class in org.apache.cxf.configuration.jsse.spring
This class provides some functionality to convert the JAXB generated types in the security.xsd to the items needed to programatically configure the HTTPConduit and HTTPDestination with TLSClientParameters and TLSServerParameters respectively.
TLSServerParameters - Class in org.apache.cxf.configuration.jsse
This class extends TLSParameterBase with service-specific SSL/TLS parameters.
TLSServerParameters() - Constructor for class org.apache.cxf.configuration.jsse.TLSServerParameters
 
tlsServerParameters - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
tlsServerParameters - Variable in class org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
 
TLSServerParametersConfig - Class in org.apache.cxf.configuration.jsse.spring
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.
TLSServerParametersConfig(TLSServerParametersType) - Constructor for class org.apache.cxf.configuration.jsse.spring.TLSServerParametersConfig
 
TLSServerParametersIdentifiedType - Class in org.apache.cxf.transports.http_jetty.configuration
Java class for TLSServerParametersIdentifiedType complex type.
TLSServerParametersIdentifiedType() - Constructor for class org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
 
tlsServerParametersRef - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
TLSServerParametersType - Class in org.apache.cxf.configuration.security
Java class for TLSServerParametersType complex type.
TLSServerParametersType() - Constructor for class org.apache.cxf.configuration.security.TLSServerParametersType
 
TLSSessionInfo - Class in org.apache.cxf.security.transport
An immutable struct that contains information about a negotiated TLS Session, including the (potentially negotiated) peer certificates as well as the currently effective TLS ciper suite.
TLSSessionInfo(String) - Constructor for class org.apache.cxf.security.transport.TLSSessionInfo
This constructor has the effect of calling TLSSessionInfo(null, suite)
TLSSessionInfo(String, SSLSession, Certificate[]) - Constructor for class org.apache.cxf.security.transport.TLSSessionInfo
 
TMessage - Class in org.apache.cxf.wsdl
Java class for tMessage complex type.
TMessage() - Constructor for class org.apache.cxf.wsdl.TMessage
 
TNS_PREFIX - Static variable in class org.apache.cxf.common.WSDLConstants
 
to(String, boolean) - Method in class org.apache.cxf.jaxrs.client.WebClient
Moves WebClient to a new baseURI or forwards to new currentURI
toAbsoluteUri(URI, Message) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
toArray() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
toArray(T[]) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
toArray() - Method in class org.apache.cxf.common.util.SortedArraySet
 
toArray(X[]) - Method in class org.apache.cxf.common.util.SortedArraySet
 
toByteArray() - Method in class org.apache.cxf.helpers.LoadingByteArrayOutputStream
 
toErrorObject(Client, Class<T>) - Method in exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
Returns the typed error message
TOKEN_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
TokenType - Enum in org.apache.cxf.common.security
 
toNextElement(DepthXMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
toNextTag(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
toNextTag(DepthXMLStreamReader, QName) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
toNextText(DepthXMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
ToolConstants - Class in org.apache.cxf.tools.common
 
TOOLSPECS_BASE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
TOperation - Class in org.apache.cxf.wsdl
Java class for tOperation complex type.
TOperation() - Constructor for class org.apache.cxf.wsdl.TOperation
 
toResponse(WebApplicationException) - Method in class org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper
 
toSQL(String, String...) - Method in class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
 
toSQL(String, String...) - Method in class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
 
toSQL(String, String...) - Method in interface org.apache.cxf.jaxrs.ext.search.SearchCondition
Deprecated. 
toSQL(SearchCondition<T>, String, String...) - Static method in class org.apache.cxf.jaxrs.ext.search.SearchUtils
 
toSQL(String, String...) - Method in class org.apache.cxf.jaxrs.ext.search.SimpleSearchCondition
 
toString() - Method in class org.apache.cxf.bus.extension.Extension
 
toString() - Method in class org.apache.cxf.common.commands.ForkedCommand
 
toString() - Method in class org.apache.cxf.common.i18n.Message
 
toString() - Method in class org.apache.cxf.common.security.SimplePrincipal
 
toString() - Method in class org.apache.cxf.common.util.CacheMap
 
toString() - Method in class org.apache.cxf.common.util.SortedArraySet
 
toString(InputStream) - Static method in class org.apache.cxf.helpers.IOUtils
 
toString(InputStream, String) - Static method in class org.apache.cxf.helpers.IOUtils
 
toString(InputStream, int) - Static method in class org.apache.cxf.helpers.IOUtils
 
toString(InputStream, int, String) - Static method in class org.apache.cxf.helpers.IOUtils
 
toString(Reader) - Static method in class org.apache.cxf.helpers.IOUtils
 
toString(Reader, int) - Static method in class org.apache.cxf.helpers.IOUtils
 
toString() - Method in class org.apache.cxf.helpers.NSDecl
 
toString(Source) - Static method in class org.apache.cxf.helpers.XMLUtils
 
toString(Source, Properties) - Static method in class org.apache.cxf.helpers.XMLUtils
 
toString(Node, int) - Static method in class org.apache.cxf.helpers.XMLUtils
 
toString(Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
toString() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
toString() - Method in class org.apache.cxf.io.CachedOutputStream
 
toString() - Method in exception org.apache.cxf.jaxrs.client.ServerWebApplicationException
 
toString() - Method in class org.apache.cxf.jaxrs.ext.form.Form
 
toString() - Method in class org.apache.cxf.jaxrs.ext.multipart.ContentDisposition
 
toString(CacheControl) - Method in class org.apache.cxf.jaxrs.impl.CacheControlHeaderProvider
 
toString(Cookie) - Method in class org.apache.cxf.jaxrs.impl.CookieHeaderProvider
 
toString(EntityTag) - Method in class org.apache.cxf.jaxrs.impl.EntityTagHeaderProvider
 
toString(MediaType) - Method in class org.apache.cxf.jaxrs.impl.MediaTypeHeaderProvider
 
toString() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
toString(NewCookie) - Method in class org.apache.cxf.jaxrs.impl.NewCookieHeaderProvider
 
toString() - Method in class org.apache.cxf.jaxrs.impl.PathSegmentImpl
 
toString() - Method in class org.apache.cxf.jaxrs.utils.ParameterizedCollectionType
 
toString() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
toString() - Method in class org.apache.cxf.phase.Phase
 
toString() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
toString() - Method in class org.apache.cxf.service.model.BindingInfo
 
toString() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
toString() - Method in class org.apache.cxf.service.model.EndpointInfo
 
toString() - Method in class org.apache.cxf.service.model.MessageInfo
 
toString() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
toString() - Method in class org.apache.cxf.service.model.OperationInfo
 
toString() - Method in class org.apache.cxf.service.model.SchemaInfo
 
toString() - Method in class org.apache.cxf.service.ServiceImpl
 
toString() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
toString(Document) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
toString(Element) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
toString() - Method in class org.apache.cxf.transport.AbstractConduit
 
toString(HTTPClientPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
 
toString(HTTPServerPolicy) - Static method in class org.apache.cxf.transport.http.policy.PolicyUtils
 
toString() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
toString() - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
TOTAL_ELEMENT_COUNT - Static variable in class org.apache.cxf.staxutils.DocumentDepthProperties
 
TParam - Class in org.apache.cxf.wsdl
Java class for tParam complex type.
TParam() - Constructor for class org.apache.cxf.wsdl.TParam
 
TPart - Class in org.apache.cxf.wsdl
Java class for tPart complex type.
TPart() - Constructor for class org.apache.cxf.wsdl.TPart
 
TPort - Class in org.apache.cxf.wsdl
Java class for tPort complex type.
TPort() - Constructor for class org.apache.cxf.wsdl.TPort
 
TPortType - Class in org.apache.cxf.wsdl
Java class for tPortType complex type.
TPortType() - Constructor for class org.apache.cxf.wsdl.TPortType
 
TRANSFER_ENCODING - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
transform(String) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
Transform the string before display.
TransformInInterceptor - Class in org.apache.cxf.interceptor.transform
Creates an XMLStreamReader from the InputStream on the Message.
TransformInInterceptor() - Constructor for class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
TransformInInterceptor(String) - Constructor for class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
TransformInInterceptor(String, List<String>) - Constructor for class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
TransformInInterceptor(String, List<String>, List<String>) - Constructor for class org.apache.cxf.interceptor.transform.TransformInInterceptor
 
TransformOutInterceptor - Class in org.apache.cxf.interceptor.transform
Creates an XMLStreamReader from the InputStream on the Message.
TransformOutInterceptor() - Constructor for class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
TransformOutInterceptor(String) - Constructor for class org.apache.cxf.interceptor.transform.TransformOutInterceptor
 
TransformUtils - Class in org.apache.cxf.staxutils.transform
 
TRANSPORT - Static variable in interface org.apache.cxf.message.Message
 
TransportFinder<T> - Class in org.apache.cxf.transport
 
TransportFinder(Bus, Map<String, T>, Set<String>, Class<T>) - Constructor for class org.apache.cxf.transport.TransportFinder
 
transportId - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
TransportURIResolver - Class in org.apache.cxf.transport
 
TransportURIResolver(Bus) - Constructor for class org.apache.cxf.transport.TransportURIResolver
 
trustManagers - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
trustManagers - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
trustManagers - Variable in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
 
TrustManagersType - Class in org.apache.cxf.configuration.security
This structure contains the specification of JSSE TrustManagers for a single Keystore used for trusted certificates.
TrustManagersType() - Constructor for class org.apache.cxf.configuration.security.TrustManagersType
 
tryInjectMessageContext(Object) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
TService - Class in org.apache.cxf.wsdl
Java class for tService complex type.
TService() - Constructor for class org.apache.cxf.wsdl.TService
 
TTypes - Class in org.apache.cxf.wsdl
Java class for tTypes complex type.
TTypes() - Constructor for class org.apache.cxf.wsdl.TTypes
 
type - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
type(MediaType) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Content-Type header
type(String) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
sets HTTP Content-Type header
type(MediaType) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Content-Type header
type(String) - Method in interface org.apache.cxf.jaxrs.client.Client
sets HTTP Content-Type header
type(MediaType) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
type(String) - Method in class org.apache.cxf.jaxrs.client.WebClient
 
type(MediaType) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
type(String) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
type - Variable in class org.apache.cxf.wsdl.TBinding
 
type - Variable in class org.apache.cxf.wsdl.TPart
 
TYPE_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
TYPE_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
types - Variable in class org.apache.cxf.wsdl.TDefinitions
 
TYPES_PROPERTY - Static variable in interface org.apache.cxf.databinding.PropertiesAwareDataBinding
Indentifies a set of all classes which can be used to initialize a DataBinding

U

unBuffer() - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
uncapitalize(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
UncheckedException - Exception in org.apache.cxf.common.i18n
 
UncheckedException(Message) - Constructor for exception org.apache.cxf.common.i18n.UncheckedException
 
UncheckedException(Message, Throwable) - Constructor for exception org.apache.cxf.common.i18n.UncheckedException
 
UncheckedException(Throwable) - Constructor for exception org.apache.cxf.common.i18n.UncheckedException
 
UncheckedException(Logger, String, Object...) - Constructor for exception org.apache.cxf.common.i18n.UncheckedException
 
UncheckedException(ResourceBundle, String, Object...) - Constructor for exception org.apache.cxf.common.i18n.UncheckedException
 
UncheckedException(Logger, String, Throwable, Object...) - Constructor for exception org.apache.cxf.common.i18n.UncheckedException
 
UncheckedException(ResourceBundle, String, Throwable, Object...) - Constructor for exception org.apache.cxf.common.i18n.UncheckedException
 
UnformattedServiceListWriter - Class in org.apache.cxf.transport.servlet.servicelist
 
UnformattedServiceListWriter(boolean) - Constructor for class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
 
unindent() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in interface org.apache.cxf.jaxb.JAXBUtils.BridgeWrapper
 
unmarshal(InputStream) - Method in interface org.apache.cxf.jaxb.JAXBUtils.BridgeWrapper
 
unmarshal(Node, AttachmentUnmarshaller) - Method in interface org.apache.cxf.jaxb.JAXBUtils.BridgeWrapper
 
UNMARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
unmarshalAsJaxbElement - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
unmarshalFactoryString(String, JAXBContext, Class<T>) - Static method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
unmarshalFromInputStream(Unmarshaller, InputStream, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
unmarshalFromInputStream(Unmarshaller, InputStream, MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
unmarshalFromReader(Unmarshaller, XMLStreamReader, MediaType) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
unmarshalFromReader(Unmarshaller, XMLStreamReader, MediaType) - Method in class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
unregister(long) - Method in class org.apache.cxf.bus.osgi.CXFExtensionBundleListener
 
unregister(EndpointResolver) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Unregister an endpoint resolver.
unregister(EndpointResolver) - Method in class org.apache.cxf.endpoint.EndpointResolverRegistryImpl
Unregister an endpoint resolver.
unregister(Server) - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
unregister(Server) - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
unregister(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Removes a contract resolver from the registry.
unregister(ServiceContractResolver) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
Removes a contract resolver from this registry.
unregister(K) - Method in interface org.apache.cxf.extension.Registry
Unregisters the object stored under the given key from this registry.
unregister(K) - Method in class org.apache.cxf.extension.RegistryImpl
 
unregister(ManagedComponent) - Method in interface org.apache.cxf.management.InstrumentationManager
Unregisters component with management infrastructure
unregister(ObjectName) - Method in interface org.apache.cxf.management.InstrumentationManager
Unregisters component based upon registered name
unregister() - Method in class org.apache.cxf.transport.AbstractTransportFactory
 
unregisterBindingFactory(String) - Method in interface org.apache.cxf.binding.BindingFactoryManager
Deregisters the BindingFactory with the provided name.
unregisterBindingFactory(String) - Method in class org.apache.cxf.binding.BindingFactoryManagerImpl
 
unregisterLifeCycleListener(BusLifeCycleListener) - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleManager
Unregister a listener so that it will no longer receive Bus lifecycle events.
unregisterLifeCycleListener(BusLifeCycleListener) - Method in class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
unRegisterListener(ClientLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
unRegisterListener(ClientLifeCycleListener) - Method in class org.apache.cxf.endpoint.ClientLifeCycleManagerImpl
 
unRegisterListener(ServerLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
unRegisterListener(ServerLifeCycleListener) - Method in class org.apache.cxf.endpoint.ServerLifeCycleManagerImpl
 
unresolve() - Method in class org.apache.cxf.resource.URIResolver
 
unsetAllowChunking() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetAny() - Method in class org.apache.cxf.wsdl.TExtensibleAttributesDocumented
 
unsetAny() - Method in class org.apache.cxf.wsdl.TExtensibleDocumented
 
unsetAutoRedirect() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetChunkingThreshold() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetCipherSuite() - Method in class org.apache.cxf.configuration.security.CipherSuites
 
unsetConnectionTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetContent() - Method in class org.apache.cxf.wsdl.TDocumentation
 
unsetDisableCNCheck() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
unsetExclude() - Method in class org.apache.cxf.configuration.security.FiltersType
 
unsetFault() - Method in class org.apache.cxf.wsdl.TBindingOperation
 
unsetHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetImportOrTypesOrMessage() - Method in class org.apache.cxf.wsdl.TDefinitions
 
unsetInclude() - Method in class org.apache.cxf.configuration.security.FiltersType
 
unsetMaxRetransmits() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetOperation() - Method in class org.apache.cxf.wsdl.TBinding
 
unsetOperation() - Method in class org.apache.cxf.wsdl.TPortType
 
unsetParameterOrder() - Method in class org.apache.cxf.wsdl.TOperation
 
unsetPart() - Method in class org.apache.cxf.wsdl.TMessage
 
unsetPort() - Method in class org.apache.cxf.wsdl.TService
 
unsetProxyServerPort() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
unsetReceiveTimeout() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetRegularExpression() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
 
unsetRequired() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
unsetRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElement
 
unsetSslCacheTimeout() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
unsetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
unsetUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
unsetWant() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
UNSIGNEDBYTE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
UNSIGNEDINT_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
UNSIGNEDLONG_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
UNSIGNEDSHORT_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
UnsupportedConstruct - Exception in org.apache.cxf.common.xmlschema
This exception is thrown when the Javascript client generator hits a schema construct that it cannot handle.
UnsupportedConstruct() - Constructor for exception org.apache.cxf.common.xmlschema.UnsupportedConstruct
 
UnsupportedConstruct(String) - Constructor for exception org.apache.cxf.common.xmlschema.UnsupportedConstruct
 
UnsupportedConstruct(Logger, String, Object...) - Constructor for exception org.apache.cxf.common.xmlschema.UnsupportedConstruct
 
UnsupportedConstruct(Throwable) - Constructor for exception org.apache.cxf.common.xmlschema.UnsupportedConstruct
 
UnsupportedConstruct(Throwable, Logger, String, Object...) - Constructor for exception org.apache.cxf.common.xmlschema.UnsupportedConstruct
 
UnsupportedConstruct(String, Throwable) - Constructor for exception org.apache.cxf.common.xmlschema.UnsupportedConstruct
 
UnsupportedConstruct(Message) - Constructor for exception org.apache.cxf.common.xmlschema.UnsupportedConstruct
 
unsupportedConstruct(String, String, QName, XmlSchemaObject) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
unsupportedConstruct(String, XmlSchemaType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
UntrustedURLConnectionIOException - Exception in org.apache.cxf.transport.http
This exception is thrown by the JSSETrustDecider when trust in the TLS cannot be established.
UntrustedURLConnectionIOException(String) - Constructor for exception org.apache.cxf.transport.http.UntrustedURLConnectionIOException
This exception should mention a good reason of why this JSSE established connection is untrusted.
unwind(Message) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
UnwrappedOperationInfo - Class in org.apache.cxf.service.model
 
UnwrappedOperationInfo(OperationInfo) - Constructor for class org.apache.cxf.service.model.UnwrappedOperationInfo
 
update(Dictionary) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
updateBusReferencesInContext(Bus, ApplicationContext) - Static method in class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
Deprecated. 
updated(String, Dictionary) - Method in class org.apache.cxf.bus.osgi.ManagedWorkQueueList
 
updated(Dictionary) - Method in class org.apache.cxf.bus.osgi.WorkQueueSingleConfig
Deprecated.  
updateDestination(HttpServletRequest, AbstractHTTPDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
updatePath(Message, String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
updatePolicy(Policy) - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
updateSchemaLocation(Element) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
updateUnwrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
UpfrontConduitSelector - Class in org.apache.cxf.endpoint
Strategy for eager upfront retreival of a Conduit to mediate an outbound message.
UpfrontConduitSelector() - Constructor for class org.apache.cxf.endpoint.UpfrontConduitSelector
Normal constructor.
UpfrontConduitSelector(Conduit) - Constructor for class org.apache.cxf.endpoint.UpfrontConduitSelector
Constructor, allowing a specific conduit to override normal selection.
uri(URI) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
UriBuilderImpl - Class in org.apache.cxf.jaxrs.impl
 
UriBuilderImpl() - Constructor for class org.apache.cxf.jaxrs.impl.UriBuilderImpl
Creates builder with empty URI.
UriBuilderImpl(URI) - Constructor for class org.apache.cxf.jaxrs.impl.UriBuilderImpl
Creates builder initialized with given URI.
UriInfoImpl - Class in org.apache.cxf.jaxrs.impl
 
UriInfoImpl(Message) - Constructor for class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
UriInfoImpl(Message, MultivaluedMap<String, String>) - Constructor for class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
URIMappingInterceptor - Class in org.apache.cxf.interceptor
 
URIMappingInterceptor() - Constructor for class org.apache.cxf.interceptor.URIMappingInterceptor
 
URIResolver - Class in org.apache.cxf.resource
Resolves a File, classpath resource, or URL according to the follow rules: Check to see if a file exists, relative to the base URI. If the file doesn't exist, check the classpath If the classpath doesn't exist, try to create URL from the URI.
URIResolver() - Constructor for class org.apache.cxf.resource.URIResolver
 
URIResolver(String) - Constructor for class org.apache.cxf.resource.URIResolver
 
URIResolver(String, String) - Constructor for class org.apache.cxf.resource.URIResolver
 
URIResolver(String, String, Class) - Constructor for class org.apache.cxf.resource.URIResolver
 
URITemplate - Class in org.apache.cxf.jaxrs.model
 
URITemplate(String) - Constructor for class org.apache.cxf.jaxrs.model.URITemplate
 
url - Variable in class org.apache.cxf.configuration.security.CertStoreType
 
url - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
URLConnectionInfo - Class in org.apache.cxf.transport.http
This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
URLConnectionInfo(URLConnection) - Constructor for class org.apache.cxf.transport.http.URLConnectionInfo
This constructor is used to represent a URLConnection.
urlDecode(String, String) - Static method in class org.apache.cxf.common.util.UrlUtils
Decodes using URLDecoder - use when queries or form post values are decoded
urlDecode(String) - Static method in class org.apache.cxf.common.util.UrlUtils
 
urlDecode(String, String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
urlDecode(String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
urlEncode(String) - Static method in class org.apache.cxf.jaxrs.utils.HttpUtils
 
UrlEncoded - Class in org.apache.cxf.wsdl.http
Java class for anonymous complex type.
UrlEncoded() - Constructor for class org.apache.cxf.wsdl.http.UrlEncoded
 
UrlReplacement - Class in org.apache.cxf.wsdl.http
Java class for anonymous complex type.
UrlReplacement() - Constructor for class org.apache.cxf.wsdl.http.UrlReplacement
 
UrlUtilities - Class in org.apache.cxf.transport.http
Functions used to work with URLs in HTTP-related code.
UrlUtils - Class in org.apache.cxf.common.util
Utility class for decoding and encoding URLs
USE_ENCODED - Static variable in class org.apache.cxf.common.util.SOAPConstants
Constant used to specify a encoded binding use.
USE_GZIP_KEY - Static variable in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
Key under which we store an indication of whether compression is permitted or required, for use by the ending interceptor.
USE_LITERAL - Static variable in class org.apache.cxf.common.util.SOAPConstants
Constant used to specify a literal binding use.
USE_ORIGINAL_THREAD - Static variable in class org.apache.cxf.interceptor.OneWayProcessorInterceptor
 
useAdapter(Object, XmlJavaTypeAdapter, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXBUtils
 
useAdapter(Object, XmlJavaTypeAdapter, boolean, Object) - Static method in class org.apache.cxf.jaxrs.utils.JAXBUtils
 
useHttpsURLConnectionDefaultHostnameVerifier - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
useHttpsURLConnectionDefaultSslSocketFactory - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
USER_CFG_FILE_PROPERTY_NAME - Static variable in interface org.apache.cxf.configuration.Configurer
 
USER_CFG_FILE_PROPERTY_URL - Static variable in interface org.apache.cxf.configuration.Configurer
 
USER_LOGICAL - Static variable in class org.apache.cxf.phase.Phase
 
USER_LOGICAL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
USER_PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
USER_PROTOCOL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
USER_STREAM - Static variable in class org.apache.cxf.phase.Phase
 
USER_STREAM_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
userInfo(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
userName - Variable in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
UsernameToken - Class in org.apache.cxf.common.security
 
UsernameToken(String, String, String, boolean, String, String) - Constructor for class org.apache.cxf.common.security.UsernameToken
 
UserOperation - Class in org.apache.cxf.jaxrs.model
 
UserOperation() - Constructor for class org.apache.cxf.jaxrs.model.UserOperation
 
UserOperation(String) - Constructor for class org.apache.cxf.jaxrs.model.UserOperation
 
UserOperation(String, String) - Constructor for class org.apache.cxf.jaxrs.model.UserOperation
 
UserOperation(String, String, List<Parameter>) - Constructor for class org.apache.cxf.jaxrs.model.UserOperation
 
UserResource - Class in org.apache.cxf.jaxrs.model
 
UserResource() - Constructor for class org.apache.cxf.jaxrs.model.UserResource
 
UserResource(String) - Constructor for class org.apache.cxf.jaxrs.model.UserResource
 
UserResource(String, String) - Constructor for class org.apache.cxf.jaxrs.model.UserResource
 
UserResource(String, String, List<UserOperation>) - Constructor for class org.apache.cxf.jaxrs.model.UserResource
 
UsingAddressing - Class in org.apache.cxf.ws.addressing.wsdl
 
UsingAddressing() - Constructor for class org.apache.cxf.ws.addressing.wsdl.UsingAddressing
 
UTF8_CHARSET - Static variable in class org.apache.cxf.helpers.IOUtils
 

V

validate(MultivaluedMap<String, ? extends Object>) - Method in interface org.apache.cxf.jaxrs.provider.FormValidator
 
validate() - Method in interface org.apache.cxf.service.ServiceBuilder
 
validateElementName(QName, QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
validateMap(MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
validateObjectIfNeeded(Marshaller, Object) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
validateQNameNamespace(QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
Validate that a qualified name points to some namespace in the schema.
validateSchemas(XmlSchemaCollection, DOMErrorHandler) - Method in interface org.apache.cxf.common.xmlschema.XmlSchemaValidationManager
Throw an
validateTypeName(QName, QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
value() - Method in enum org.apache.cxf.configuration.security.CombinatorType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ConnectionType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
 
value - Variable in class org.apache.cxf.ws.addressing.AttributedQNameType
 
value - Variable in class org.apache.cxf.ws.addressing.AttributedUnsignedLongType
 
value - Variable in class org.apache.cxf.ws.addressing.AttributedURIType
 
value - Variable in class org.apache.cxf.ws.addressing.RelatesToType
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.AttributedQName
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.AttributedURI
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.Relationship
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.AttributedQName
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.AttributedURI
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.Relationship
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
 
value - Variable in class org.apache.cxf.ws.addressing.wsdl.Anonymous
 
value() - Method in enum org.apache.cxf.ws.addressing.wsdl.AnonymousType
 
value - Variable in class org.apache.cxf.ws.addressing.wsdl.AttributedQNameType
 
value - Variable in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
 
valueOf(String) - Static method in enum org.apache.cxf.annotations.FactoryType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.annotations.Policy.Placement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.annotations.WSDLDocumentation.Placement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.bus.BusState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.common.security.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.common.WSDLConstants.WSDLVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.configuration.security.CombinatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.configuration.spring.BusWiringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.headers.Header.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.interceptor.InterceptorChain.State
Returns the enum constant of this type with the specified name.
valueOf(Object) - Static method in class org.apache.cxf.jaxb.JAXBToStringBuilder
 
valueOf(Object, ToStringStyle) - Static method in class org.apache.cxf.jaxb.JAXBToStringBuilder
 
valueOf(String) - Static method in enum org.apache.cxf.jaxb.JAXBUtils.IdentifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.jaxrs.ext.search.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.jaxrs.model.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.message.FaultMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.service.factory.FactoryBeanListener.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.service.model.MessageInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transport.common.gzip.GZIPOutInterceptor.UseGzip
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transport.https.CertConstraints.Combinator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.ws.addressing.wsdl.AnonymousType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.annotations.FactoryType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.annotations.Policy.Placement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.annotations.WSDLDocumentation.Placement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.bus.BusState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.common.security.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.cxf.common.util.CacheMap
 
values() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
values() - Static method in enum org.apache.cxf.common.WSDLConstants.WSDLVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.configuration.security.CombinatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.configuration.spring.BusWiringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.headers.Header.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.interceptor.InterceptorChain.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.jaxb.JAXBUtils.IdentifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.jaxrs.ext.search.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
values() - Static method in enum org.apache.cxf.jaxrs.model.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
values() - Static method in enum org.apache.cxf.message.FaultMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.service.factory.FactoryBeanListener.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.service.model.MessageInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.transport.common.gzip.GZIPOutInterceptor.UseGzip
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.transport.https.CertConstraints.Combinator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.cxf.ws.addressing.wsdl.AnonymousType
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Variant) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
VariantListBuilderImpl - Class in org.apache.cxf.jaxrs.impl
 
VariantListBuilderImpl() - Constructor for class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
variants(List<Variant>) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
verb - Variable in class org.apache.cxf.wsdl.http.BindingType
 
verify(String, SSLSession) - Method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
The javax.net.ssl.HostnameVerifier contract.
verify(String, SSLSession) - Method in interface org.apache.cxf.transport.https.CertificateHostnameVerifier
 
Version - Class in org.apache.cxf.version
 
visit(SearchCondition<T>) - Method in interface org.apache.cxf.jaxrs.ext.search.SearchConditionVisitor
 
visit(SearchCondition<T>) - Method in class org.apache.cxf.jaxrs.ext.search.sql.SQLPrinterVisitor
 
visitClass(Class<?>, Annotation) - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
visitClass(Class<?>, Annotation) - Method in interface org.apache.cxf.common.annotation.AnnotationVisitor
visit an annotated class.
visitClass(Class<?>, Annotation) - Method in class org.apache.cxf.common.injection.ResourceInjector
 
visitField(Field, Annotation) - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
visitField(Field, Annotation) - Method in interface org.apache.cxf.common.annotation.AnnotationVisitor
visit an annotated field.
visitField(Field, Annotation) - Method in class org.apache.cxf.common.injection.ResourceInjector
 
visitMethod(Method, Annotation) - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
visitMethod(Method, Annotation) - Method in interface org.apache.cxf.common.annotation.AnnotationVisitor
visit an annotated method.
visitMethod(Method, Annotation) - Method in class org.apache.cxf.common.injection.ResourceInjector
 

W

W3CDOMStreamReader - Class in org.apache.cxf.staxutils
 
W3CDOMStreamReader(Element) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamReader
 
W3CDOMStreamReader(Element, String) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamReader
 
W3CDOMStreamReader(Document) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamReader
 
W3CDOMStreamReader(DocumentFragment) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamReader
 
W3CDOMStreamWriter - Class in org.apache.cxf.staxutils
 
W3CDOMStreamWriter() - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
W3CDOMStreamWriter(DocumentBuilder) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
W3CDOMStreamWriter(Document) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
W3CDOMStreamWriter(DocumentFragment) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
W3CDOMStreamWriter(Element) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
W3CDOMStreamWriter(Document, Element) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
W3CNamespaceContext - Class in org.apache.cxf.staxutils
 
W3CNamespaceContext() - Constructor for class org.apache.cxf.staxutils.W3CNamespaceContext
 
W3CNamespaceContext(Element) - Constructor for class org.apache.cxf.staxutils.W3CNamespaceContext
 
WADL_NS - Static variable in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
WADL_QUERY - Static variable in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
WADL_TYPE - Static variable in class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
WadlGenerator - Class in org.apache.cxf.jaxrs.model.wadl
 
WadlGenerator() - Constructor for class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
WadlGenerator(WadlGenerator) - Constructor for class org.apache.cxf.jaxrs.model.wadl.WadlGenerator
 
WadlGenerator.SchemaWriter - Interface in org.apache.cxf.jaxrs.model.wadl
 
waitResponse(Exchange) - Method in class org.apache.cxf.endpoint.ClientImpl
 
walk() - Method in class org.apache.cxf.service.ServiceModelVisitor
 
want - Variable in class org.apache.cxf.configuration.security.ClientAuthentication
 
warning(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
WeakIdentityHashMap<K,V> - Class in org.apache.cxf.common.util
Implements a combination of WeakHashMap and IdentityHashMap.
WeakIdentityHashMap() - Constructor for class org.apache.cxf.common.util.WeakIdentityHashMap
 
WebApplicationExceptionMapper - Class in org.apache.cxf.jaxrs.impl
 
WebApplicationExceptionMapper() - Constructor for class org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper
 
WebClient - Class in org.apache.cxf.jaxrs.client
Http-centric web client
WebClient(String) - Constructor for class org.apache.cxf.jaxrs.client.WebClient
 
WebClient(URI) - Constructor for class org.apache.cxf.jaxrs.client.WebClient
 
WebClient(ClientState) - Constructor for class org.apache.cxf.jaxrs.client.WebClient
 
WIRE_BUS_ATTRIBUTE - Static variable in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
WIRE_BUS_CREATE - Static variable in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
WIRE_BUS_HANDLER - Static variable in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
WIRE_BUS_NAME - Static variable in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
WorkQueue - Interface in org.apache.cxf.workqueue
 
WorkQueueImplMBeanWrapper - Class in org.apache.cxf.workqueue
 
WorkQueueImplMBeanWrapper(AutomaticWorkQueueImpl, WorkQueueManager) - Constructor for class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
WorkQueueManager - Interface in org.apache.cxf.workqueue
 
WorkQueueManagerImpl - Class in org.apache.cxf.workqueue
 
WorkQueueManagerImpl() - Constructor for class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
WorkQueueManagerImpl(Bus) - Constructor for class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
WorkQueueManagerImplMBeanWrapper - Class in org.apache.cxf.workqueue
 
WorkQueueManagerImplMBeanWrapper(WorkQueueManagerImpl) - Constructor for class org.apache.cxf.workqueue.WorkQueueManagerImplMBeanWrapper
 
WorkQueueSingleConfig - Class in org.apache.cxf.bus.osgi
Deprecated. 
WorkQueueSingleConfig(ManagedWorkQueueList) - Constructor for class org.apache.cxf.bus.osgi.WorkQueueSingleConfig
Deprecated.  
WrappedFeature - Class in org.apache.cxf.feature
A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
WrappedFeature(Feature) - Constructor for class org.apache.cxf.feature.WrappedFeature
 
WrappedInInterceptor - Class in org.apache.cxf.interceptor
 
WrappedInInterceptor() - Constructor for class org.apache.cxf.interceptor.WrappedInInterceptor
 
WrappedOutInterceptor - Class in org.apache.cxf.interceptor
 
WrappedOutInterceptor() - Constructor for class org.apache.cxf.interceptor.WrappedOutInterceptor
 
WrappedOutInterceptor(String) - Constructor for class org.apache.cxf.interceptor.WrappedOutInterceptor
 
WrappedOutInterceptor.WrappedOutEndingInterceptor - Class in org.apache.cxf.interceptor
 
WrappedOutInterceptor.WrappedOutEndingInterceptor(String) - Constructor for class org.apache.cxf.interceptor.WrappedOutInterceptor.WrappedOutEndingInterceptor
 
wrappedStream - Variable in class org.apache.cxf.io.AbstractWrappedOutputStream
 
wrapper(String, String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
WrapperCapableDatabinding - Interface in org.apache.cxf.databinding
To create the WrapperHelper instance for the wrapper capable data binding
WrapperHelper - Interface in org.apache.cxf.databinding
This wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
wrapperType - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
write(Object, T) - Method in interface org.apache.cxf.databinding.DataWriter
Write an object to an output sink.
write(Object, MessagePartInfo, T) - Method in interface org.apache.cxf.databinding.DataWriter
Write an object to an output sink, including extra processing based on the WSDL service model for a particular message part.
write(Object, MessagePartInfo, Node) - Method in class org.apache.cxf.databinding.source.NodeDataWriter
 
write(Object, Node) - Method in class org.apache.cxf.databinding.source.NodeDataWriter
 
write(Object, MessagePartInfo, XMLStreamWriter) - Method in class org.apache.cxf.databinding.source.XMLStreamDataWriter
 
write(Object, XMLStreamWriter) - Method in class org.apache.cxf.databinding.source.XMLStreamDataWriter
 
write(Object, MessagePartInfo, XMLStreamWriter) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataWriter
 
write(Object, XMLStreamWriter) - Method in class org.apache.cxf.databinding.stax.StaxDataBinding.XMLStreamDataWriter
 
write(XMLStreamWriter) - Method in interface org.apache.cxf.databinding.stax.XMLStreamWriterCallback
 
write(byte[], int, int) - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
write(int) - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
write(byte[], int, int) - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
write(byte[]) - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
write(int) - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
write(int) - Method in class org.apache.cxf.io.CacheAndWriteOutputStream
 
write(byte[], int, int) - Method in class org.apache.cxf.io.CacheAndWriteOutputStream
 
write(byte[]) - Method in class org.apache.cxf.io.CacheAndWriteOutputStream
 
write(byte[], int, int) - Method in class org.apache.cxf.io.CachedOutputStream
 
write(byte[]) - Method in class org.apache.cxf.io.CachedOutputStream
 
write(int) - Method in class org.apache.cxf.io.CachedOutputStream
 
write(int) - Method in class org.apache.cxf.jaxrs.impl.ServletOutputStreamFilter
 
write(StringBuilder) - Method in interface org.apache.cxf.jaxrs.model.wadl.WadlGenerator.SchemaWriter
 
WRITE - Static variable in class org.apache.cxf.phase.Phase
 
WRITE_ATTACHMENTS - Static variable in class org.apache.cxf.interceptor.AttachmentOutInterceptor
 
WRITE_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
writeAttachments() - Method in class org.apache.cxf.attachment.AttachmentSerializer
Write the end of the body boundary and any attachments included.
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeAttribute(String, String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeAttribute(String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeAttribute(String, String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeAttribute(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeAttribute(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeBody(Object, Message, Class<?>, Type, Annotation[], MultivaluedMap<String, String>, OutputStream) - Method in class org.apache.cxf.jaxrs.client.AbstractClient
 
writeCacheTo(OutputStream) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder, long) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder, String, long) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder, String) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCData(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeCData(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeCData(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeCData(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeCData(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeCharacters(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeCharacters(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeComment(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeComment(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeComment(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeComment(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeComment(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeDocument(Document, XMLStreamWriter, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
writeDocument(Document, XMLStreamWriter, boolean, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
writeDTD(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeDTD(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeDTD(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeDTD(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeDTD(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeElement(Element, XMLStreamWriter, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
Writes an Element to an XMLStreamWriter.
writeElement(Element, XMLStreamWriter, boolean, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
Writes an Element to an XMLStreamWriter.
writeEmptyElement(String, String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeEmptyElement(String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeEndDocument() - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeEndDocument() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeEndDocument() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEndElement() - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeEndElement() - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeEndElement() - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeEndElement() - Method in class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
 
writeEndElement() - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeEndElement() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeEndElement() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeEntityRef(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeEntityRef(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEvent(XMLEvent, XMLStreamWriter) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
writeMapToOutputStream(Map<String, List<String>>, OutputStream, String, boolean) - Static method in class org.apache.cxf.jaxrs.utils.FormUtils
 
writeNamespace(String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeNamespace(String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeNamespace(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeNode(Node, XMLStreamWriter, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
WriteOnCloseOutputStream - Class in org.apache.cxf.io
This outputstream implementation will cache the message until close() is called, at which point it will write the message to the OutputStream supplied via the constructor.
WriteOnCloseOutputStream(OutputStream) - Constructor for class org.apache.cxf.io.WriteOnCloseOutputStream
 
writeParts(Message, Exchange, BindingOperationInfo, MessageContentsList, List<MessagePartInfo>) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
writePayload(StringBuilder, CachedOutputStream, String, String) - Method in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
writeProcessingInstruction(String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeProlog() - Method in class org.apache.cxf.attachment.AttachmentSerializer
Serialize the beginning of the attachment which includes the MIME beginning and headers for the root message.
writeQName(Definition, QName) - Static method in class org.apache.cxf.helpers.WSDLHelper
 
writer - Variable in class org.apache.cxf.interceptor.AbstractLoggingInterceptor
 
writeResponse(String, String, EndpointInfo, OutputStream) - Method in interface org.apache.cxf.transports.http.QueryHandler
Write query response to output stream
writeServiceList(PrintWriter, String, AbstractDestination[], AbstractDestination[]) - Method in class org.apache.cxf.transport.servlet.servicelist.FormattedServiceListWriter
 
writeServiceList(PrintWriter, String, AbstractDestination[], AbstractDestination[]) - Method in interface org.apache.cxf.transport.servlet.servicelist.ServiceListWriter
 
writeServiceList(PrintWriter, String, AbstractDestination[], AbstractDestination[]) - Method in class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter
 
writeSessionCookies(Map<String, Cookie>) - Method in class org.apache.cxf.transport.http.Headers
Write cookie header from given session cookies
writeSpaces() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeStartDocument(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeStartDocument(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeStartDocument(String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeStartDocument() - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeStartDocument(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeStartDocument(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeStartDocument() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeStartDocument(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeStartElement(String) - Method in class org.apache.cxf.jaxrs.provider.PrefixCollectingXMLStreamWriter
 
writeStartElement(String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeStartElement(String) - Method in class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
 
writeStartElement(String) - Method in class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter
 
writeStartElement(XMLStreamWriter, String, String, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.staxutils.transform.IgnoreNamespacesWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.staxutils.transform.IgnoreNamespacesWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeStartElement(String) - Method in class org.apache.cxf.staxutils.transform.OutTransformWriter
 
writeStartElement(String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
writeStartElement(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeTo(Object, String, OutputStream) - Method in class org.apache.cxf.attachment.ImageDataContentHandler
 
writeTo(Node, OutputStream) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Node, OutputStream, int) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Source, OutputStream) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Node, Writer) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Node, Writer, int) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Source, Writer) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Source, OutputStream, int) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Source, Writer, int) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Source, OutputStream, int, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(Source, Writer, int, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writeTo(T, E) - Method in interface org.apache.cxf.jaxrs.ext.atom.AtomElementWriter
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AbstractAtomProvider
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisJSONProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AtomPojoProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.DataSourceProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.MultipartProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.RequestDispatcherProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
writeTo(XmlObject, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
writeTo(XmlObject, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansJSONProvider
writeToMessageHeaders(Message) - Method in class org.apache.cxf.transport.http.Cookies
 
writeToOutputStream(Message, BindingInfo, Service) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
writeToWriter(XMLStreamWriter, Object) - Method in class org.apache.cxf.jaxrs.provider.DataBindingJSONProvider
 
writeToWriter(XMLStreamWriter, Object) - Method in class org.apache.cxf.jaxrs.provider.DataBindingProvider
 
writeValue(Message, String) - Method in class org.apache.cxf.jaxrs.provider.jsonp.AbstractJsonpOutInterceptor
 
writeXml(Node, OutputStream) - Static method in class org.apache.cxf.helpers.DOMUtils
 
writeXsiType - Variable in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
written - Variable in class org.apache.cxf.io.AbstractWrappedOutputStream
 
WSA_ADDRESS_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_ERF_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_METADATA_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_NAMESPACE_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
WSA_PREFIX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_REFERENCEPARAMETERS_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_XSD - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAContextUtils - Class in org.apache.cxf.ws.addressing
Holder for utility methods relating to contexts.
WSAEndpointReferenceUtils - Class in org.apache.cxf.wsdl
Provides utility methods for obtaining endpoint references, wsdl definitions, etc.
WSAM_ACTION_QNAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_ENDPOINT_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_INTERFACE_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_PREFIX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_SERVICENAME_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_ACTION_QNAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_PREFIX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_USINGADDRESSING_QNAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSDL11 - Static variable in class org.apache.cxf.common.WSDLConstants
 
WSDL11_NS - Static variable in class org.apache.cxf.common.util.SOAPConstants
Document styles.
WSDL11_SOAP_NS - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
WSDL20 - Static variable in class org.apache.cxf.common.WSDLConstants
 
WSDL_BINDING - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_BINDING_OPERATION - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_DEFINITION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
WSDL_DEFINITION - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_DESCRIPTION - Static variable in interface org.apache.cxf.message.Message
 
WSDL_INTERFACE - Static variable in interface org.apache.cxf.message.Message
 
WSDL_NAMESPACE_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
WSDL_OPERATION - Static variable in interface org.apache.cxf.message.Message
 
WSDL_OPERATION - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_PORT - Static variable in interface org.apache.cxf.message.Message
 
WSDL_PORT - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_PORTTYPE - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_PREFIX - Static variable in class org.apache.cxf.common.WSDLConstants
 
WSDL_SCHEMA_ELEMENT_LIST - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_SCHEMA_LIST - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDL_SERVICE - Static variable in interface org.apache.cxf.message.Message
 
WSDL_SERVICE - Static variable in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDLBindingFactory - Interface in org.apache.cxf.wsdl11
 
WSDLBuilder<T> - Interface in org.apache.cxf.wsdl
 
WSDLConstants - Class in org.apache.cxf.common
 
WSDLConstants.WSDLVersion - Enum in org.apache.cxf.common
 
wsdlDefinition - Variable in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
WSDLDefinitionBuilder - Class in org.apache.cxf.wsdl11
 
WSDLDefinitionBuilder(Bus) - Constructor for class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
WSDLDocumentation - Annotation Type in org.apache.cxf.annotations
Adds documentation nodes to the generated WSDL
WSDLDocumentation.DEFAULT - Class in org.apache.cxf.annotations
 
WSDLDocumentation.DEFAULT() - Constructor for class org.apache.cxf.annotations.WSDLDocumentation.DEFAULT
 
WSDLDocumentation.Placement - Enum in org.apache.cxf.annotations
 
WSDLDocumentationCollection - Annotation Type in org.apache.cxf.annotations
Used to attach multiple WSDLDocumentation annotations to a method or type if documentation needs to be added to more than one place in the wsdl.
WSDLEndpointFactory - Interface in org.apache.cxf.wsdl11
A factory to create an internal EndpointInfo from WSDL Port extensions.
WSDLExtensibilityPlugin - Interface in org.apache.cxf.wsdl
 
WSDLExtensionLoader - Interface in org.apache.cxf.wsdl
Marker interface to mark beans in the config that register addition WSDLExtensors so the WSDLManager can load the additional extensors on demand
WSDLHelper - Class in org.apache.cxf.helpers
 
WSDLHelper() - Constructor for class org.apache.cxf.helpers.WSDLHelper
 
WSDLI_PFX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSDLI_WSDLLOCATION - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSDLLibrary - Class in org.apache.cxf.wsdl
 
WSDLManager - Interface in org.apache.cxf.wsdl
WSDLManager
WSDLManagerImpl - Class in org.apache.cxf.wsdl11
WSDLManagerImpl
WSDLManagerImpl() - Constructor for class org.apache.cxf.wsdl11.WSDLManagerImpl
 
WSDLManagerImpl(Bus) - Constructor for class org.apache.cxf.wsdl11.WSDLManagerImpl
 
WSDLRuntimeException - Exception in org.apache.cxf.wsdl11
This exception is thrown for problems processing WSDL structures.
WSDLRuntimeException(Message, Throwable) - Constructor for exception org.apache.cxf.wsdl11.WSDLRuntimeException
 
WSDLRuntimeException(Message) - Constructor for exception org.apache.cxf.wsdl11.WSDLRuntimeException
 
WSDLRuntimeException(Throwable) - Constructor for exception org.apache.cxf.wsdl11.WSDLRuntimeException
 
WSDLRuntimeException(Logger, String, Object...) - Constructor for exception org.apache.cxf.wsdl11.WSDLRuntimeException
 
WSDLServiceBuilder - Class in org.apache.cxf.wsdl11
 
WSDLServiceBuilder(Bus) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDLServiceBuilder(Bus, boolean) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
WSDLServiceFactory - Class in org.apache.cxf.wsdl11
 
WSDLServiceFactory(Bus, Definition) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceFactory
 
WSDLServiceFactory(Bus, Definition, QName) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceFactory
 
WSDLServiceFactory(Bus, URL) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceFactory
 
WSDLServiceFactory(Bus, String) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceFactory
 
WSDLServiceFactory(Bus, URL, QName) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceFactory
 
WSDLServiceFactory(Bus, String, QName) - Constructor for class org.apache.cxf.wsdl11.WSDLServiceFactory
 
WSDLServiceUtils - Class in org.apache.cxf.wsdl11
 
WSU_ID_ATTR_NAME - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
WSU_NAMESPACE_URI - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 

X

XML_BINDING_FORMAT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_FAULT_CODE_CLIENT - Static variable in exception org.apache.cxf.binding.xml.XMLFault
 
XML_FAULT_CODE_SERVER - Static variable in exception org.apache.cxf.binding.xml.XMLFault
 
XML_FAULT_DETAIL - Static variable in exception org.apache.cxf.binding.xml.XMLFault
 
XML_FAULT_PREFIX - Static variable in exception org.apache.cxf.binding.xml.XMLFault
 
XML_FAULT_ROOT - Static variable in exception org.apache.cxf.binding.xml.XMLFault
 
XML_FAULT_STRING - Static variable in exception org.apache.cxf.binding.xml.XMLFault
 
XML_FORMAT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_FORMAT_PREFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_HTTP_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_HTTP_PREFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_NAMESPACE_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_SCHEMA_COLLECTION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XMLBeansElementProvider - Class in org.apache.cxf.jaxrs.provider
Provider for XMLBeans data objects.
XMLBeansElementProvider() - Constructor for class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
 
XMLBeansJSONProvider - Class in org.apache.cxf.jaxrs.provider
JSON provider for XMLBeans data objects.
XMLBeansJSONProvider() - Constructor for class org.apache.cxf.jaxrs.provider.XMLBeansJSONProvider
 
XMLBeanStreamSerializer - Class in org.apache.cxf.jaxrs.provider
Serializes an XMLBean data object to an XML stream Note: uses an intermediate file created by File.createTempFile(String, String) as I couldn't work out how to fit a normal stream into an event driven XML stream.
XMLBeanStreamSerializer() - Constructor for class org.apache.cxf.jaxrs.provider.XMLBeanStreamSerializer
 
XMLBinding - Class in org.apache.cxf.binding.xml
 
XMLBinding(BindingInfo) - Constructor for class org.apache.cxf.binding.xml.XMLBinding
 
XMLBINDING_HTTP_LOCATION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XMLBINDING_ROOTNODE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XMLBindingFactory - Class in org.apache.cxf.binding.xml
 
XMLBindingFactory() - Constructor for class org.apache.cxf.binding.xml.XMLBindingFactory
 
XMLBindingFactory(Bus) - Constructor for class org.apache.cxf.binding.xml.XMLBindingFactory
 
XMLBindingMessageFormat - Class in org.apache.cxf.bindings.xformat
Java class for XMLBindingMessageFormat complex type.
XMLBindingMessageFormat() - Constructor for class org.apache.cxf.bindings.xformat.XMLBindingMessageFormat
 
XmlBindingPlugin - Class in org.apache.cxf.binding.xml.wsdl11
 
XmlBindingPlugin() - Constructor for class org.apache.cxf.binding.xml.wsdl11.XmlBindingPlugin
 
XMLConstants - Class in org.apache.cxf.binding.xml
 
XMLFault - Exception in org.apache.cxf.binding.xml
 
XMLFault(Message, Throwable) - Constructor for exception org.apache.cxf.binding.xml.XMLFault
 
XMLFault(Message) - Constructor for exception org.apache.cxf.binding.xml.XMLFault
 
XMLFault(String) - Constructor for exception org.apache.cxf.binding.xml.XMLFault
 
XMLFaultInInterceptor - Class in org.apache.cxf.binding.xml.interceptor
 
XMLFaultInInterceptor() - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLFaultInInterceptor
 
XMLFaultInInterceptor(String) - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLFaultInInterceptor
 
XMLFaultOutInterceptor - Class in org.apache.cxf.binding.xml.interceptor
 
XMLFaultOutInterceptor() - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptor
 
XMLFaultOutInterceptor(String) - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptor
 
XMLFormatBinding - Class in org.apache.cxf.bindings.xformat
Java class for XMLFormatBinding complex type.
XMLFormatBinding() - Constructor for class org.apache.cxf.bindings.xformat.XMLFormatBinding
 
XMLFormatValidator - Class in org.apache.cxf.binding.xml
 
XMLFormatValidator() - Constructor for class org.apache.cxf.binding.xml.XMLFormatValidator
 
XMLFormatValidator(ServiceInfo) - Constructor for class org.apache.cxf.binding.xml.XMLFormatValidator
 
XMLInstruction - Annotation Type in org.apache.cxf.jaxrs.ext.xml
Can be used to add custom XML processing instructions to out-bound XML messages
XmlIoPlugin - Class in org.apache.cxf.binding.xml.wsdl11
 
XmlIoPlugin() - Constructor for class org.apache.cxf.binding.xml.wsdl11.XmlIoPlugin
 
XMLMessage - Class in org.apache.cxf.binding.xml
 
XMLMessage(Message) - Constructor for class org.apache.cxf.binding.xml.XMLMessage
 
XMLMessage - Class in org.apache.cxf.message
 
XMLMessage(Message) - Constructor for class org.apache.cxf.message.XMLMessage
 
XMLMessageInInterceptor - Class in org.apache.cxf.binding.xml.interceptor
 
XMLMessageInInterceptor() - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptor
 
XMLMessageInInterceptor(String) - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLMessageInInterceptor
 
XMLMessageOutInterceptor - Class in org.apache.cxf.binding.xml.interceptor
 
XMLMessageOutInterceptor() - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptor
 
XMLMessageOutInterceptor(String) - Constructor for class org.apache.cxf.binding.xml.interceptor.XMLMessageOutInterceptor
 
XMLName - Annotation Type in org.apache.cxf.jaxrs.model.wadl
Can be used to assign qualified XML names to arbitrary classes for the purpose of matching them with external schema definitions
XmlSchemaConstants - Class in org.apache.cxf.common.xmlschema
This class holds constants related to XML Schema.
XmlSchemaInvalidOperation - Exception in org.apache.cxf.common.xmlschema
Very simple exception class used to detect internal errors.
XmlSchemaInvalidOperation(String) - Constructor for exception org.apache.cxf.common.xmlschema.XmlSchemaInvalidOperation
 
XmlSchemaPrimitiveUtils - Class in org.apache.cxf.common.util
 
XMLSchemaQNames - Class in org.apache.cxf.common.util
This class provides QNames for all of the XML Schema types.
XmlSchemaUtils - Class in org.apache.cxf.common.xmlschema
Some functions that avoid problems with Commons XML Schema.
XmlSchemaValidationManager - Interface in org.apache.cxf.common.xmlschema
Interface to a bus extension which can validate a collection of XML schemas.
XMLSource - Class in org.apache.cxf.jaxrs.ext.xml
Utility class for manipulating XML response using XPath and XSLT
XMLSource(InputStream) - Constructor for class org.apache.cxf.jaxrs.ext.xml.XMLSource
 
XMLStreamDataReader - Class in org.apache.cxf.databinding.source
 
XMLStreamDataReader() - Constructor for class org.apache.cxf.databinding.source.XMLStreamDataReader
 
XMLStreamDataWriter - Class in org.apache.cxf.databinding.source
 
XMLStreamDataWriter() - Constructor for class org.apache.cxf.databinding.source.XMLStreamDataWriter
 
XMLStreamWriterCallback - Interface in org.apache.cxf.databinding.stax
 
XMLUtils - Class in org.apache.cxf.helpers
 
XMLWSDLExtensionLoader - Class in org.apache.cxf.binding.xml.wsdl11
 
XMLWSDLExtensionLoader(Bus) - Constructor for class org.apache.cxf.binding.xml.wsdl11.XMLWSDLExtensionLoader
 
XPathAssert - Class in org.apache.cxf.test
XPath test assertions.
XPathProvider - Class in org.apache.cxf.jaxrs.provider
 
XPathProvider() - Constructor for class org.apache.cxf.jaxrs.provider.XPathProvider
 
XPathUtils - Class in org.apache.cxf.helpers
 
XPathUtils() - Constructor for class org.apache.cxf.helpers.XPathUtils
 
XPathUtils(Map<String, String>) - Constructor for class org.apache.cxf.helpers.XPathUtils
 
XPathUtils(NamespaceContext) - Constructor for class org.apache.cxf.helpers.XPathUtils
 
XSD - Static variable in class org.apache.cxf.common.util.SOAPConstants
XML Schema Namespace.
XSD_ANY - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_BASE64 - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_BOOLEAN - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_BYTE - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_DATE - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_DATETIME - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_DECIMAL - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_DOUBLE - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_DURATION - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_FLOAT - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_G_DAY - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_G_MONTH - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_G_MONTH_DAY - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_G_YEAR - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_G_YEAR_MONTH - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_INT - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_INTEGER - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_LONG - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_NAMESPACE_URI - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
XSD_PREFIX - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
XSD_SHORT - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_STRING - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_TIME - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSD_URI - Static variable in class org.apache.cxf.common.util.XMLSchemaQNames
 
XSI_NIL - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
XSI_NIL_WITH_PREFIX - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
XSI_NS - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
XSI_NS_ATTR - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaUtils
 
XSI_PREFIX - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
XSISchemaLocation - Annotation Type in org.apache.cxf.jaxrs.ext.xml
This annotation can be used to simplify adding xsi:schemaLocation attributes
XSLTJaxbProvider - Class in org.apache.cxf.jaxrs.provider
 
XSLTJaxbProvider() - Constructor for class org.apache.cxf.jaxrs.provider.XSLTJaxbProvider
 

Z

ZERO_Q - Static variable in class org.apache.cxf.transport.common.gzip.GZIPOutInterceptor
regular expression that matches any encoding with a q-value of 0 (or 0.0, 0.00, etc.).

_

_import - Variable in class org.apache.cxf.wsdl.TDefinitions
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Apache CXF API

Apache CXF