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

A

A_XSI_NIL - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
A_XSI_TYPE - Static variable in class org.apache.cxf.wsdl.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
 
AbstractAegisIoImpl - Class in org.apache.cxf.aegis
Common implementation of the Aegis data readers and writer.
AbstractAegisIoImpl(AegisContext) - Constructor for class org.apache.cxf.aegis.AbstractAegisIoImpl
 
AbstractAegisIoImpl(AegisContext, Context) - Constructor for class org.apache.cxf.aegis.AbstractAegisIoImpl
Due to the fact that the element data reader borrows this class, we need a constructor that takes an existing context.
AbstractAegisProvider - 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
 
AbstractAttributedInterceptorProvider - Class in org.apache.cxf.interceptor
 
AbstractAttributedInterceptorProvider() - Constructor for class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
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
 
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.
AbstractCXFServlet - Class in org.apache.cxf.transport.servlet
 
AbstractCXFServlet() - Constructor for class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
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
 
AbstractCXFToolContainer - Class in org.apache.cxf.tools.common
Common processing for the CXF tools.
AbstractCXFToolContainer(String, ToolSpec) - Constructor for class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
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 - Class in org.apache.cxf.staxutils
Abstract logic for creating XMLStreamReader from DOM documents.
AbstractDOMStreamReader(AbstractDOMStreamReader.ElementFrame) - Constructor for class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
AbstractDOMStreamReader.ElementFrame - Class in org.apache.cxf.staxutils
 
AbstractDOMStreamReader.ElementFrame(Object, AbstractDOMStreamReader.ElementFrame) - Constructor for class org.apache.cxf.staxutils.AbstractDOMStreamReader.ElementFrame
 
AbstractDOMStreamReader.ElementFrame(Document) - 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
 
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
 
AbstractHTTPDestination - Class in org.apache.cxf.transport.http
Common base for HTTP Destination implementations.
AbstractHTTPDestination(Bus, ConduitInitiator, EndpointInfo, boolean) - Constructor for class org.apache.cxf.transport.http.AbstractHTTPDestination
Constructor
AbstractHTTPDestination.BackChannelConduit - Class in org.apache.cxf.transport.http
Backchannel conduit.
AbstractHTTPTransportFactory - Class in org.apache.cxf.transport.http
As a ConduitInitiator, this class sets up new HTTPConduits for particular endpoints.
AbstractHTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
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
 
AbstractMessageContainer - Class in org.apache.cxf.service.model
 
AbstractMessageReader - Class in org.apache.cxf.aegis.xml
Basic type conversions for reading messages.
AbstractMessageReader() - Constructor for class org.apache.cxf.aegis.xml.AbstractMessageReader
 
AbstractMessageWriter - Class in org.apache.cxf.aegis.xml
Basic type conversion functionality for writing messages.
AbstractMessageWriter() - Constructor for class org.apache.cxf.aegis.xml.AbstractMessageWriter
Create a LiteralWriter but without writing an element name.
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
 
AbstractPhaseInterceptor(String) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
 
AbstractPhaseInterceptor(String, String) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
 
AbstractPhaseInterceptor(String, boolean) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
 
AbstractPhaseInterceptor(String, String, boolean) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
 
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(Class<?>, Class<?>, boolean) - Constructor for class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
AbstractServiceConfiguration - Class in org.apache.cxf.service.factory
 
AbstractServiceConfiguration() - Constructor for class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
AbstractServiceFactory - Class in org.apache.cxf.frontend
 
AbstractServiceFactory() - Constructor for class org.apache.cxf.frontend.AbstractServiceFactory
 
AbstractServiceFactory(ReflectionServiceFactoryBean) - Constructor for class org.apache.cxf.frontend.AbstractServiceFactory
 
AbstractServiceFactoryBean - Class in org.apache.cxf.service.factory
 
AbstractServiceFactoryBean() - Constructor for class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
AbstractSoapInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
AbstractSoapInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
Deprecated.  
AbstractSoapInterceptor(String) - Constructor for class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
 
AbstractSoapInterceptor(String, String) - Constructor for class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
 
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
 
AbstractToolContainer - Class in org.apache.cxf.tools.common.toolspec
 
AbstractToolContainer() - Constructor for class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
AbstractToolContainer(ToolSpec) - Constructor for class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
AbstractToolContainer.GenericOutputStream - Class in org.apache.cxf.tools.common.toolspec
 
AbstractToolContainer.GenericOutputStream() - Constructor for class org.apache.cxf.tools.common.toolspec.AbstractToolContainer.GenericOutputStream
 
AbstractTransportFactory - Class in org.apache.cxf.transport
Helper methods for DestinationFactorys and ConduitInitiators.
AbstractTransportFactory() - Constructor for class org.apache.cxf.transport.AbstractTransportFactory
 
AbstractTwoStageCache<E> - Class in org.apache.cxf.common.util
This class pools objects, for efficiency accross a lightweight fixed-size primary cache and a variable-size secondary cache - the latter uses soft references to allow the polled object be GCed if necessary.
AbstractTwoStageCache(int, int, int) - Constructor for class org.apache.cxf.common.util.AbstractTwoStageCache
Constructor.
AbstractTwoStageCache(int, int, int, Object) - Constructor for class org.apache.cxf.common.util.AbstractTwoStageCache
Constructor.
AbstractTypeCreator - Class in org.apache.cxf.aegis.type
 
AbstractTypeCreator() - Constructor for class org.apache.cxf.aegis.type.AbstractTypeCreator
 
AbstractTypeCreator.TypeClassInfo - Class in org.apache.cxf.aegis.type
Object to carry information for a type, such as that from an XML mapping file.
AbstractTypeCreator.TypeClassInfo() - Constructor for class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
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
 
AbstractWrapperWSDLLocator - Class in org.apache.cxf.wsdl11
 
AbstractWrapperWSDLLocator(String, WSDLLocator) - Constructor for class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
AbstractWSDLBasedEndpointFactory - Class in org.apache.cxf.frontend
 
AbstractWSDLBasedEndpointFactory(ReflectionServiceFactoryBean) - Constructor for class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
AbstractWSDLBasedEndpointFactory() - Constructor for class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
AbstractWSDLPlugin - Class in org.apache.cxf.wsdl
 
AbstractWSDLPlugin() - Constructor for class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
AbstractXOPType - Class in org.apache.cxf.aegis.type.mtom
Base class for MtoM types.
AbstractXOPType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.AbstractXOPType
Create an XOP type.
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(XMLStreamReader) - Method in class org.apache.cxf.staxutils.StaxStreamFilter
 
accept(TokenInputStream, Element, ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.Argument
 
accept(TokenInputStream, Element, ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.Form
Attempt to consume all the args in the input stream by matching them to options, optionGroups and argument specified in the usage definition.
accept(TokenInputStream, Element, ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
accept(TokenInputStream, Element, ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.OptionGroup
 
accept(TokenInputStream, Element, ErrorVisitor) - Method in interface org.apache.cxf.tools.common.toolspec.parser.TokenConsumer
 
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 - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
acceptLanguage - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
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
 
activateViaNS(String) - Method in interface org.apache.cxf.bus.extension.ExtensionManager
 
activateViaNS(String) - 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.AbstractBindingFactory
 
activationNamespaces - Variable in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This collection contains "activationNamespaces" which is synominous with "transportId"s.
add(Attachment) - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
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) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
add(Collection<Interceptor>) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
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>) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Collection<Interceptor>, 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
 
add(CommandLineError) - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor
 
addAfter(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
addAfter(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
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
 
addAnnotation(JAnnotation) - Method in class org.apache.cxf.tools.common.model.JavaField
 
addAnnotation(JAnnotation) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
addAnnotation(String, JAnnotation) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
addAnnotation(String, JAnnotation) - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
addApplicationContext(ApplicationContext) - Method in class org.apache.cxf.configuration.spring.ConfigurerImpl
 
addBefore(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
addBefore(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
addBinding(BindingInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addBusWiringAttribute(BeanDefinitionBuilder, BusWiringType) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
addClientClassName(String, String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
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
 
addElement(JAnnotationElement) - Method in class org.apache.cxf.tools.common.model.JAnnotation
 
addEndpoint(EndpointInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addErrorMessage(String) - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
addEvent(Event) - Method in interface org.apache.cxf.event.EventCache
Add the Event to the cache.
addEvent(XMLEvent) - Method in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
addEventListener(EventListener) - Method in interface org.apache.cxf.event.EventProcessor
Registers an event listener with this event processor.
addEventListener(EventListener, EventFilter) - Method in interface org.apache.cxf.event.EventProcessor
Registers an event listener with this event processor.
addException(JavaException) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
addExceptionClass(String, JavaExceptionClass) - Method in class org.apache.cxf.tools.common.model.JavaModel
 
addExceptionClassName(String, String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
addExcludeNamespacePackageMap(String, String) - Method in class org.apache.cxf.tools.common.ToolContext
 
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(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 TExtensibilityElementImpl>) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensions(ExtensionRegistry, Class<?>, Class<? extends TExtensibilityElementImpl>, 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
 
addExtensor(Object) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
addFault(InterfaceInfo, OperationInfo, Class) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
addField(JavaField) - Method in class org.apache.cxf.tools.common.model.JavaClass
 
addGlobalElementToSchema(XmlSchemaElement) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
addGlobalElementToSchema(XmlSchema, XmlSchemaElement) - Static method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
addGlobalTypeToSchema(XmlSchema, XmlSchemaType) - Static method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
addHandler(Handler) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
addHandler(Handler) - Method in class org.apache.cxf.common.logging.Log4jLogger
 
addIfAbsent(T) - Method in class org.apache.cxf.common.util.ModCountCopyOnWriteArrayList
 
addImplClassName(String, String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
addImport(String) - Method in class org.apache.cxf.tools.common.model.JavaCommon
 
addImport(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
addImports(Collection<String>) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
addInstance(String, Object) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
Add an object instance to the registry.
addInterface(String, JavaInterface) - Method in class org.apache.cxf.tools.common.model.JavaModel
 
additionalSpringConfiguration(GenericApplicationContext) - Method in class org.apache.cxf.test.AbstractCXFSpringTest
subclasses may override this.
addJaxbObjectFactory(JAXBException) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
addListener(Destination, Endpoint) - Method in class org.apache.cxf.binding.AbstractBindingFactory
 
addListener(Destination, Endpoint) - Method in interface org.apache.cxf.binding.BindingFactory
Set the destionation's message observer which is created by using the endpoint to listen the incoming message
addListener(Destination, Endpoint) - Method in class org.apache.cxf.binding.soap.SoapBindingFactory
 
addLogHandler(Handler) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
addMessageFromBinding(ExtensibilityElement, BindingOperationInfo, boolean) - Method in class org.apache.cxf.binding.AbstractBindingFactory
 
addMessageFromBinding(ExtensibilityElement, BindingOperationInfo, boolean) - Method in class org.apache.cxf.binding.soap.SoapBindingFactory
 
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.
addMethod(JavaMethod) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.apache.cxf.jaxb.attachment.JAXBAttachmentMarshaller
 
addMtomAttachment(DataHandler, String, String) - Method in class org.apache.cxf.jaxb.attachment.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
 
addNamespacePackageMap(String, String) - Method in class org.apache.cxf.tools.common.ToolContext
 
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.
addOperation(JavaMethod) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
addOperationNode(NSStack, Message, XMLStreamWriter, boolean, BindingOperationInfo) - Method in class org.apache.cxf.binding.soap.interceptor.RPCOutInterceptor
 
addOutOfBandMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
addParameter(JavaParameter) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
addParameters(Map<String, Object>) - Method in class org.apache.cxf.tools.common.ToolContext
 
addPort(JavaPort) - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
addRef(String, SoapRef) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
Adds a reference to the specified id.
addRequiredSchemaImports(SchemaInfo) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
For a schema, require all namespace with prefixes to be imported.
addResourceResolver(ResourceResolver) - Method in class org.apache.cxf.resource.DefaultResourceManager
 
addResourceResolver(ResourceResolver) - Method in interface org.apache.cxf.resource.ResourceManager
Add a ResourceResolver.
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
 
addSeiClassName(String, String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
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.
addServerClassName(String, String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
addServiceClass(String, JavaServiceClass) - Method in class org.apache.cxf.tools.common.model.JavaModel
 
addServiceClassName(String, String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
addSOAPNamespace(Definition, boolean) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
addSubClassResourceInfo(ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
addSwaRefAttachment(DataHandler) - Method in class org.apache.cxf.jaxb.attachment.JAXBAttachmentMarshaller
 
addTargetAnnotation(Class<? extends Annotation>) - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
addToSchemaElement(Element) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
addToSchemaElement(Element) - Method in class org.apache.cxf.aegis.type.Type
If the type object merely wants to contribute attributes to the xsd:element element, it can implement this.
addTypesClassName(String, String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
addUtilityTypesToSchema(Element) - Static method in class org.apache.cxf.aegis.AegisContext
 
AEGIS_DATABINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
aegisContext - Variable in class org.apache.cxf.aegis.AbstractAegisIoImpl
 
AegisContext - Class in org.apache.cxf.aegis
The Aegis Databinding context object.
AegisContext() - Constructor for class org.apache.cxf.aegis.AegisContext
Construct a context.
AegisDatabinding - Class in org.apache.cxf.aegis.databinding
CXF databinding object for Aegis.
AegisDatabinding() - Constructor for class org.apache.cxf.aegis.databinding.AegisDatabinding
 
AegisElementDataReader - Class in org.apache.cxf.aegis
 
AegisElementDataReader(AegisContext) - Constructor for class org.apache.cxf.aegis.AegisElementDataReader
 
AegisElementDataWriter - Class in org.apache.cxf.aegis
 
AegisElementDataWriter(AegisContext) - Constructor for class org.apache.cxf.aegis.AegisElementDataWriter
 
AegisElementProvider - Class in org.apache.cxf.jaxrs.provider
 
AegisElementProvider() - Constructor for class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
AegisIo - Interface in org.apache.cxf.aegis
Aegis abstraction for reading.
AegisReader<ReaderT> - Interface in org.apache.cxf.aegis
Interface for Aegis readers.
AegisServiceConfiguration - Class in org.apache.cxf.aegis.databinding
Deprecated. 2.1
AegisServiceConfiguration() - Constructor for class org.apache.cxf.aegis.databinding.AegisServiceConfiguration
Deprecated.  
AegisWriter<SinkT> - Interface in org.apache.cxf.aegis
Interface for Aegis writers.
AegisXMLStreamDataReader - Class in org.apache.cxf.aegis
 
AegisXMLStreamDataReader(AegisContext) - Constructor for class org.apache.cxf.aegis.AegisXMLStreamDataReader
 
AegisXMLStreamDataReader(AegisContext, Context) - Constructor for class org.apache.cxf.aegis.AegisXMLStreamDataReader
This constructor is used by the Element data reader to borrow this class.
AegisXMLStreamDataWriter - Class in org.apache.cxf.aegis
 
algorithm - Variable in class org.apache.cxf.configuration.security.SecureRandomParameters
 
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
 
annotate(JavaAnnotatable) - Method in interface org.apache.cxf.tools.common.model.Annotator
 
annotate(Annotator) - Method in interface org.apache.cxf.tools.common.model.JavaAnnotatable
 
annotate(Annotator) - Method in class org.apache.cxf.tools.common.model.JavaField
 
annotate(Annotator) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
annotate(Annotator) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
annotate(Annotator) - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
AnnotatedTypeInfo - Class in org.apache.cxf.aegis.type.java5
 
AnnotatedTypeInfo(TypeMapping, Class, String, TypeCreationOptions) - Constructor for class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
AnnotatedTypeInfo(TypeMapping, Class, String, AnnotationReader, TypeCreationOptions) - Constructor for class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
annotation - Variable in class org.apache.cxf.tools.common.toolspec.parser.Option
 
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
 
AnnotationReader - Class in org.apache.cxf.aegis.type.java5
 
AnnotationReader() - Constructor for class org.apache.cxf.aegis.type.java5.AnnotationReader
 
AnnotationUtil - Class in org.apache.cxf.tools.util
 
AnnotationUtils - Class in org.apache.cxf.jaxrs.utils
 
AnnotationVisitor - Interface in org.apache.cxf.common.annotation
Visits the annotated elements of an object
Annotator - Interface in org.apache.cxf.tools.common.model
 
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
 
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.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
 
anyTopLevelOptionalElement - Variable in class org.apache.cxf.wsdl.TDefinitions
 
appendGetter(JavaField) - Method in class org.apache.cxf.tools.common.model.JavaClass
 
appendSetter(JavaField) - Method in class org.apache.cxf.tools.common.model.JavaClass
 
applyExtraClass() - Method in class org.apache.cxf.frontend.ClientFactoryBean
 
applyExtraClass() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
applyFeatures() - Method in class org.apache.cxf.frontend.ClientFactoryBean
 
applyFeatures() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
applyFeatures() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
applyProperties(Endpoint) - Method in class org.apache.cxf.frontend.ClientFactoryBean
 
Argument - Class in org.apache.cxf.tools.common.toolspec.parser
 
Argument(Element) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.Argument
 
argument - Variable in class org.apache.cxf.tools.common.toolspec.parser.Option
 
ArrayType - Class in org.apache.cxf.aegis.type.basic
An ArrayType.
ArrayType() - Constructor for class org.apache.cxf.aegis.type.basic.ArrayType
 
ArrayTypeInfo - Class in org.apache.cxf.aegis.type.encoded
 
ArrayTypeInfo(QName, int, Integer...) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
ArrayTypeInfo(MessageReader, TypeMapping) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
ArrayTypeInfo(String) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
ArrayTypeInfo(String, String) - Constructor for class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
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
 
assertAttributesEquals(Map<QName, String>, Map<QName, String>, Collection<String>) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
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
 
assertFileEquals(String, String) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
assertFileEquals(File, File) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
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.
AssertionBuilder - Interface in org.apache.cxf.ws.policy
AssertionBuilder is an interface used to build an Assertion object from a given xml element.
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(PolicyAssertion) - 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<PolicyAssertion>) - 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.
assertTagEquals(Tag, Tag) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
assertTagEquals(Tag, Tag, List<String>, List<String>) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
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.
assertWsdlEquals(File, File, List<String>, List<String>) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
assertWsdlEquals(File, File) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
assertWsdlEquals(InputStream, InputStream, List<String>, List<String>) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
assertWsdlEquals(InputStream, InputStream) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
assertXmlEquals(File, File) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
assertXmlEquals(File, File, List<String>) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
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.
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
 
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
 
Attachment - Interface in org.apache.cxf.message
 
ATTACHMENT_DIRECTORY - Static variable in class org.apache.cxf.attachment.AttachmentDeserializer
 
ATTACHMENT_IO - Static variable in exception org.apache.cxf.binding.soap.SoapFault
 
ATTACHMENT_MEMORY_THRESHOLD - Static variable in class org.apache.cxf.attachment.AttachmentDeserializer
 
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
 
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
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
 
attachments - Variable in class org.apache.cxf.jaxb.JAXBDataBase
 
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
 
AttachmentUtil - Class in org.apache.cxf.aegis.type.mtom
 
AttachmentUtil - Class in org.apache.cxf.attachment
 
ATTR_LOCATION - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
ATTR_NAME - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
ATTR_NAMESPACE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
ATTR_PART_ELEMENT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
ATTR_PART_TYPE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
ATTR_TNS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
ATTR_TRANSPORT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
ATTR_TYPE - Static variable in class org.apache.cxf.wsdl.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
 
AttributeReader - Class in org.apache.cxf.aegis.xml.stax
 
AttributeReader(QName, String) - Constructor for class org.apache.cxf.aegis.xml.stax.AttributeReader
 
AttributeWriter - Class in org.apache.cxf.aegis.xml.jdom
 
AttributeWriter(Attribute) - Constructor for class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
AttributeWriter - Class in org.apache.cxf.aegis.xml.stax
 
AttributeWriter(XMLStreamWriter, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
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
 
AutomaticWorkQueue - Interface in org.apache.cxf.workqueue
 
AutomaticWorkQueueImpl - Class in org.apache.cxf.workqueue
 
AutomaticWorkQueueImpl() - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
AutomaticWorkQueueImpl(int) - Constructor for class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
AutomaticWorkQueueImpl(int, int, int, int, long) - 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.tools.common.toolspec.parser.TokenInputStream
 

B

BadUsageException - Exception in org.apache.cxf.tools.common.toolspec.parser
 
BadUsageException() - Constructor for exception org.apache.cxf.tools.common.toolspec.parser.BadUsageException
 
BadUsageException(ErrorVisitor) - Constructor for exception org.apache.cxf.tools.common.toolspec.parser.BadUsageException
 
BadUsageException(String, ErrorVisitor) - Constructor for exception org.apache.cxf.tools.common.toolspec.parser.BadUsageException
 
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
 
Base64Type - Class in org.apache.cxf.aegis.type.basic
Converts back and forth to byte[] objects.
Base64Type() - Constructor for class org.apache.cxf.aegis.type.basic.Base64Type
 
Base64Type(AbstractXOPType) - Constructor for class org.apache.cxf.aegis.type.basic.Base64Type
 
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
 
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
 
BeanType - Class in org.apache.cxf.aegis.type.basic
Serializes JavaBeans.
BeanType() - Constructor for class org.apache.cxf.aegis.type.basic.BeanType
 
BeanType(BeanTypeInfo) - Constructor for class org.apache.cxf.aegis.type.basic.BeanType
 
BeanTypeInfo - Class in org.apache.cxf.aegis.type.basic
 
BeanTypeInfo(Class<?>, String) - Constructor for class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
BeanTypeInfo(Class<?>, String, boolean) - Constructor for class org.apache.cxf.aegis.type.basic.BeanTypeInfo
Create a BeanTypeInfo class.
begin(MessagePartInfo) - Method in class org.apache.cxf.endpoint.dynamic.TypeClassInitializer
 
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
 
BigDecimalType - Class in org.apache.cxf.aegis.type.basic
Type for a BigDecimal
BigDecimalType() - Constructor for class org.apache.cxf.aegis.type.basic.BigDecimalType
 
BigIntegerType - Class in org.apache.cxf.aegis.type.basic
Type for a BigInteger
BigIntegerType() - Constructor for class org.apache.cxf.aegis.type.basic.BigIntegerType
 
BinaryDataProvider - Class in org.apache.cxf.jaxrs.provider
 
BinaryDataProvider() - Constructor for class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
bind(OperationInfo, Method...) - Method in interface org.apache.cxf.frontend.MethodDispatcher
 
bind(OperationInfo, Method...) - Method in class org.apache.cxf.frontend.SimpleMethodDispatcher
 
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.TPort
 
BINDING_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
BINDING_STYLE_DOC - Static variable in class org.apache.cxf.binding.soap.SoapBindingConstants
 
BINDING_STYLE_RPC - Static variable in class org.apache.cxf.binding.soap.SoapBindingConstants
 
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(Map<String, BindingFactory>) - 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
 
BindingType - Class in org.apache.cxf.wsdl.http
Java class for bindingType complex type.
BindingType() - Constructor for class org.apache.cxf.wsdl.http.BindingType
 
BOOLEAN_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
BooleanType - Class in org.apache.cxf.aegis.type.basic
 
BooleanType() - Constructor for class org.apache.cxf.aegis.type.basic.BooleanType
 
browserType - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
buffer - Variable in class org.apache.cxf.io.AbstractThresholdOutputStream
 
build(XMLStreamReader) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
This will build a JDOM tree given a StAX stream reader.
build(InputStream) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
build(Reader) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
build() - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
build() - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
build(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
build(Object...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
build() - Method in class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
build(Element) - Method in interface org.apache.cxf.ws.policy.AssertionBuilder
Constructs an assertion from an xml element.
build(Element) - Method in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
Returns an assertion that is built using the specified xml element.
build(Element) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
build(Element) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
 
build(Element) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
build(Element) - Method in class org.apache.cxf.ws.policy.builder.xml.XMLPrimitiveAssertionBuilder
 
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
 
buildCompatible(PolicyAssertion, PolicyAssertion) - Method in class org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder
 
buildCompatible(PolicyAssertion, PolicyAssertion) - Method in class org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder
 
buildCompatible(PolicyAssertion, PolicyAssertion) - Method in interface org.apache.cxf.ws.policy.AssertionBuilder
Returns a new assertion that is compatible with the two specified assertions or null if no compatible assertion can be built.
buildCompatible(PolicyAssertion, PolicyAssertion) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
buildCompatible(PolicyAssertion, PolicyAssertion) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
 
buildCompatible(PolicyAssertion, PolicyAssertion) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
If the two assertions are equal, they are also compatible.
buildDir(String) - Method in class org.apache.cxf.tools.util.FileWriterUtil
 
buildEndpoint(ServiceInfo, BindingInfo, Port) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
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
 
buildServiceFromClass() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
buildServiceFromWSDL(String) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
buildServices(Definition) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildServices(Definition, QName) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildServices(Definition, Service) - Method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
buildTypes(Collection<SchemaInfo>, Map<String, SchemaInfo>, Definition) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
 
BuiltInTypesJavaMappingUtil - Class in org.apache.cxf.tools.util
 
builtInTypeToJavaType(String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
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.AbstractBindingFactory
 
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.ChainInitiationObserver
 
bus - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
bus - Variable in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
The CXF Bus which this HTTPTransportFactory is governed.
bus - Variable in class org.apache.cxf.transport.MultipleEndpointObserver
 
bus - Variable in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
bus - Variable in class org.apache.cxf.transport.TransportURIResolver
 
bus - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineFactoryConfigType
 
bus - Variable in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
BUS_EXTENSION_RESOURCE - Static variable in class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
BUS_EXTENSION_RESOURCE_COMPAT - 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
 
BusApplicationListener - Class in org.apache.cxf.bus.spring
 
BusApplicationListener() - Constructor for class org.apache.cxf.bus.spring.BusApplicationListener
 
BusDefinitionParser - Class in org.apache.cxf.bus.spring
 
BusDefinitionParser() - Constructor for class org.apache.cxf.bus.spring.BusDefinitionParser
 
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
 
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
 
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
 
ByteArrayType - Class in org.apache.cxf.aegis.type.mtom
 
ByteArrayType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.ByteArrayType
 
ByteDataSource - Class in org.apache.cxf.attachment
 
ByteDataSource(byte[]) - Constructor for class org.apache.cxf.attachment.ByteDataSource
 
ByteDataSource(byte[], int, int) - Constructor for class org.apache.cxf.attachment.ByteDataSource
 
ByteType - Class in org.apache.cxf.aegis.type.basic
SimpleSerializer
ByteType() - Constructor for class org.apache.cxf.aegis.type.basic.ByteType
 

C

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
 
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.
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
 
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
 
CalendarType - Class in org.apache.cxf.aegis.type.basic
Type for the Calendar class.
CalendarType() - Constructor for class org.apache.cxf.aegis.type.basic.CalendarType
 
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
 
cancel(boolean) - Method in class org.apache.cxf.endpoint.ClientCallback
 
capitalize(String) - Static method in class org.apache.cxf.common.util.StringUtils
Return input string with first character in upper case.
capitalize(String) - Static method in class org.apache.cxf.tools.util.NameUtil
 
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(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(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(PolicyAssertion) - Static method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
cast(PolicyAssertion, 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
 
CatalogXmlSchemaURIResolver(OASISCatalogManager) - Constructor for class org.apache.cxf.catalog.CatalogXmlSchemaURIResolver
 
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_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ALL - 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_AUTORESOLVE - 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_EXTRA_SOAPHEADER - 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_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_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_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_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
 
cfgIgnoreWS - Variable in class org.apache.cxf.aegis.util.jdom.StaxBuilder
Whether ignorable white space should be ignored, ie not added in the resulting JDOM tree.
ChainInitiationObserver - Class in org.apache.cxf.transport
 
ChainInitiationObserver(Endpoint, Bus) - Constructor for class org.apache.cxf.transport.ChainInitiationObserver
 
CHARACTER_AS_STRING_TYPE_QNAME - Static variable in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
 
CharacterAsStringType - Class in org.apache.cxf.aegis.type.basic
 
CharacterAsStringType() - Constructor for class org.apache.cxf.aegis.type.basic.CharacterAsStringType
 
CharacterType - Class in org.apache.cxf.aegis.type.basic
 
CharacterType() - Constructor for class org.apache.cxf.aegis.type.basic.CharacterType
 
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, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
checkEffectivePolicy(Policy) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
CheckFaultInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
CheckFaultInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor
 
CheckFaultInterceptor(String) - Constructor for class org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor
 
checkForElement(ServiceInfo, MessagePartInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
checkForWrapped(OperationInfo, boolean) - Static method in class org.apache.cxf.wsdl11.WSDLServiceBuilder
 
checkNamespaceMap(Map<String, String>) - Static method in class org.apache.cxf.databinding.AbstractDataBinding
 
checkParams(ErrorVisitor) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
Check command-line parameters for validity.
checkProxy(Method, Object) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
checkServiceClassAnnotations(Class<?>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
ClassCollector - Class in org.apache.cxf.tools.util
 
ClassCollector() - Constructor for class org.apache.cxf.tools.util.ClassCollector
 
ClassHelper - Class in org.apache.cxf.common.util
 
ClassHelper() - Constructor for class org.apache.cxf.common.util.ClassHelper
 
classify(char) - Static method in class org.apache.cxf.tools.util.NameUtil
 
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.
className - Variable in class org.apache.cxf.tools.common.model.JavaType
 
ClassNameProcessor - Interface in org.apache.cxf.tools.common
 
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(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
 
classResourceInfos - Variable in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
ClassUtils - Class in org.apache.cxf.tools.common
 
ClassUtils() - Constructor for class org.apache.cxf.tools.common.ClassUtils
 
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.TwoStageMap
 
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
 
clear() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
clearAttributes() - Method in class org.apache.cxf.tools.common.VelocityGenerator
 
clearCaches() - Static method in class org.apache.cxf.jaxb.JAXBDataBinding
 
clearThreadLocalProxies() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
cleatThreadLocalProxies() - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
Client - Interface in org.apache.cxf.endpoint
 
client - Variable in class org.apache.cxf.frontend.ClientProxy
 
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
 
CLIENT_POLICY_IN_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
CLIENT_POLICY_OUT_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
 
ClientCacheControlType - Enum in org.apache.cxf.transports.http.configuration
Java class for clientCacheControlType.
ClientCallback - Class in org.apache.cxf.endpoint
 
ClientCallback() - Constructor for class org.apache.cxf.endpoint.ClientCallback
 
clientClientProxy(Client) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
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
 
ClientFactoryBean - Class in org.apache.cxf.frontend
 
ClientFactoryBean() - Constructor for class org.apache.cxf.frontend.ClientFactoryBean
 
ClientFactoryBean(ReflectionServiceFactoryBean) - Constructor for class org.apache.cxf.frontend.ClientFactoryBean
 
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.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
 
ClientOnlyHTTPTransportFactory - Class in org.apache.cxf.transport.http
 
ClientOnlyHTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory
 
ClientOutFaultObserver - Class in org.apache.cxf.interceptor
 
ClientOutFaultObserver(Bus) - Constructor for class org.apache.cxf.interceptor.ClientOutFaultObserver
 
ClientProxy - Class in org.apache.cxf.frontend
 
ClientProxy(Client) - Constructor for class org.apache.cxf.frontend.ClientProxy
 
ClientProxyFactoryBean - Class in org.apache.cxf.frontend
This class will create a client for you which implements the specified service class.
ClientProxyFactoryBean() - Constructor for class org.apache.cxf.frontend.ClientProxyFactoryBean
 
ClientProxyFactoryBean(ClientFactoryBean) - Constructor for class org.apache.cxf.frontend.ClientProxyFactoryBean
 
ClientProxyFactoryBeanDefinitionParser - Class in org.apache.cxf.frontend.spring
 
ClientProxyFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser
 
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean - Class in org.apache.cxf.frontend.spring
 
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean() - Constructor for class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean
 
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean(ClientFactoryBean) - Constructor for class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean
 
clone() - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
clone() - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
cloneChain() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
cloneMandatory() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
cloneMandatory() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
cloneMandatory() - Method in class org.apache.cxf.ws.policy.builder.xml.XmlPrimitiveAssertion
 
close() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
close() - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
close() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
close() - Method in interface org.apache.cxf.aegis.xml.MessageWriter
Tells the MessageWriter that writing operations are completed so it can write the end element.
close() - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
close() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
close() - Method in class org.apache.cxf.catalog.CatalogWSDLLocator
 
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 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.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
 
CLT_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CollectionType - Class in org.apache.cxf.aegis.type.collection
 
CollectionType(Type) - Constructor for class org.apache.cxf.aegis.type.collection.CollectionType
 
CollectionUtils - Class in org.apache.cxf.common.util
 
commandCommonMain() - Static method in class org.apache.cxf.tools.common.CommandInterfaceUtils
 
CommandDocument - Class in org.apache.cxf.tools.common.toolspec.parser
 
CommandInterfaceUtils - Class in org.apache.cxf.tools.common
This class provides common functionality for the main functions for the tools, as used from shell scripts or ant.
CommandLineError - Interface in org.apache.cxf.tools.common.toolspec.parser
 
CommandLineParser - Class in org.apache.cxf.tools.common.toolspec.parser
 
CommandLineParser(ToolSpec) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
comparator() - Method in class org.apache.cxf.common.util.SortedArraySet
 
compare(Method, Method) - Method in class org.apache.cxf.helpers.MethodComparator
 
compare(OperationResourceInfo, OperationResourceInfo) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfoComparator
 
compare(Phase, Phase) - Method in class org.apache.cxf.phase.PhaseComparator
 
compare(Policy, Policy) - Static method in class org.apache.cxf.ws.policy.util.PolicyComparator
Returns true if the two policies have the same semantics
compare(PolicyComponent, PolicyComponent) - Static method in class org.apache.cxf.ws.policy.util.PolicyComparator
Returns true if the two PolicyComponents have the same semantics.
compare(All, All) - Static method in class org.apache.cxf.ws.policy.util.PolicyComparator
 
compare(ExactlyOne, ExactlyOne) - Static method in class org.apache.cxf.ws.policy.util.PolicyComparator
 
compare(Assertion, Assertion) - Static method in class org.apache.cxf.ws.policy.util.PolicyComparator
 
compareMediaTypes(MediaType, MediaType) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
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.
compile(ToolContext) - Method in class org.apache.cxf.tools.common.ClassUtils
 
compileFiles(String[], File) - 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.
COMPONENT_CREATED_EVENT - Static variable in class org.apache.cxf.event.ComponentEventFilter
 
COMPONENT_REMOVED_EVENT - Static variable in class org.apache.cxf.event.ComponentEventFilter
 
ComponentEventFilter - Class in org.apache.cxf.event
 
ComponentEventFilter() - Constructor for class org.apache.cxf.event.ComponentEventFilter
 
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.
conduitInitiator - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
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(MapProvider<String, ConduitInitiator>) - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
ConduitInitiatorManagerImpl(Map<String, ConduitInitiator>) - Constructor for class org.apache.cxf.transport.ConduitInitiatorManagerImpl
 
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 retreiving 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
Configuration - Class in org.apache.cxf.aegis.type
Deprecated. 2.1
Configuration() - Constructor for class org.apache.cxf.aegis.type.Configuration
Deprecated.  
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.AbstractHTTPTransportFactory
This call uses the Configurer from the bus to configure a bean.
configure(Object, String, String) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
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
 
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.configuration.spring
 
ConfigurerImpl() - Constructor for class org.apache.cxf.configuration.spring.ConfigurerImpl
 
ConfigurerImpl(ApplicationContext) - Constructor for class org.apache.cxf.configuration.spring.ConfigurerImpl
 
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
 
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
 
containExceptionClass(String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
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
 
containSeiClass(String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
containsExtensor(Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
containsKey(Object) - Method in class org.apache.cxf.common.util.CacheMap
 
containsKey(Object) - Method in class org.apache.cxf.common.util.TwoStageMap
 
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
 
containsKey(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
containsReservedKeywords(String) - Static method in class org.apache.cxf.tools.util.URIParserUtil
 
containsValue(Object) - Method in class org.apache.cxf.common.util.CacheMap
 
containsValue(Object) - Method in class org.apache.cxf.common.util.TwoStageMap
 
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
 
containTypesClass(String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
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_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
 
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.aegis.AbstractAegisIoImpl
 
Context - Class in org.apache.cxf.aegis
Holds information about the message request and response.
Context(AegisContext) - Constructor for class org.apache.cxf.aegis.Context
 
context - Variable in class org.apache.cxf.jaxb.JAXBDataBase
 
context - Variable in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
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
 
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
 
controller - Variable in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
CONVENTIONAL_TNS_PREFIX - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
convertFaultToResponse(Throwable) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
convertToXML(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
COOKIE - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
cookie(NewCookie) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
cookie(NewCookie...) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
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
 
copy(InputStream, OutputStream) - Static method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
 
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(InputStream, OutputStream, int) - Static method in class org.apache.cxf.jaxrs.provider.FormEncodingReaderProvider
 
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, 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
 
copyRequestHeaders(Message, Map<String, List<String>>) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Copy the request headers into the message.
copyResponseHeaders(Message, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Copy the response headers into the response.
copyStream(InputStream, OutputStream, int) - Static method in class org.apache.cxf.io.CachedOutputStream
 
countDots(String) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
Counts the number of dots "." in a string.
create() - Method in class org.apache.cxf.common.util.AbstractTwoStageCache
Over-ride this method to create objects to populate the pool
create() - Method in class org.apache.cxf.frontend.ClientFactoryBean
 
create() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
Creates a proxy object that can be used to make remote invocations.
create() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
create() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
create() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
create() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
create() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
createArrayType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
 
createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
 
createAttachment(Object, String) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
 
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
createBareMessage(ServiceInfo, OperationInfo, boolean) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createBasicClassInfo(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createBasicClassInfo(Class<?>) - Method in interface org.apache.cxf.aegis.type.TypeCreator
Retrieve the class info for a class.
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.soap.SoapBindingFactory
 
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.AbstractBindingFactory
Creates a "default" BindingInfo object for the service.
createBindingInfo(Service, String, Object) - Method in class org.apache.cxf.binding.AbstractBindingFactory
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.soap.SoapBindingFactory
 
createBindingInfo(ServiceInfo, Binding, String) - Method in class org.apache.cxf.binding.soap.SoapBindingFactory
 
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.frontend.AbstractWSDLBasedEndpointFactory
 
createBindingInfo(Service, String, Object) - Method in class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
createBindingInfo() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
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>}
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
 
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
createClassInfo(Field) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
 
createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
 
createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
createClassInfo(Method, int) - Method in interface org.apache.cxf.aegis.type.TypeCreator
Retrieve the classInfo for a method.
createClassInfo(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
createClassInfo(Method, int) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
createClassResourceInfo(Class<?>, Class<?>, boolean) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
createClassWriter() - Method in class org.apache.cxf.common.util.ASMHelper
 
createClient(String) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
Create a new Client instance using the WSDL to be loaded from the specified URL and using the current classloading context.
createClient(String, List<String>) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(String, ClassLoader) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
Create a new Client instance using the WSDL to be loaded from the specified URL and with the specified ClassLoader as parent.
createClient(String, ClassLoader, List<String>) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(String, QName) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(String, QName, List<String>) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(String, QName, QName) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(String, QName, QName, List<String>) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(String, QName, ClassLoader, QName) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(String, QName, ClassLoader, QName, List<String>) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
createClient(Endpoint) - Method in class org.apache.cxf.frontend.ClientFactoryBean
 
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
createCollection() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
createCollection() - Method in class org.apache.cxf.aegis.type.collection.CollectionType
 
createCollectionQName(AbstractTypeCreator.TypeClassInfo, Type) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createCollectionType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createCollectionType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
 
createCollectionType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
createCollectionType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
createCollectionTypeFromGeneric(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createConnection(Proxy, URL) - Method in interface org.apache.cxf.transport.http.HttpURLConnectionFactory
Create an HttpURLConnection, proxified if neccessary.
createConnection(Proxy, URL) - Method in class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
This call creates an URLConnection for an HTTP url.
createConnection(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(int) - Method in class org.apache.cxf.transport.https_jetty.JettySslConnectorFactory
Create a TLS/SSL Connector.
createContentID(String) - Static method in class org.apache.cxf.aegis.type.mtom.AttachmentUtil
 
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) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
createContextValue(Message, Type, Class<?>) - 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
 
createDefaultDataBinding() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createDefaultType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createDefaultType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
 
createDefaultType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
createDefaultType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
createDefaultTypeCreator() - Method in class org.apache.cxf.aegis.AegisContext
 
createDefaultTypeMapping(boolean, boolean) - Static method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
createDefinitions(TDefinitions) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TDefinitions>}
createDocument() - Static method in class org.apache.cxf.helpers.DOMUtils
 
createDocumentBuilder() - Static method in class org.apache.cxf.helpers.DOMUtils
 
createDomElementReader() - Method in class org.apache.cxf.aegis.AegisContext
 
createDomElementWriter() - Method in class org.apache.cxf.aegis.AegisContext
 
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
 
createEndpoint() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
createEndpoint() - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
createEndpoint(ApplicationConfig, Class<T>) - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createEndpoint() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
createEndpoint(EndpointInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createEndpointInfo(ServiceInfo, BindingInfo, Port) - Method in class org.apache.cxf.binding.soap.SoapTransportFactory
 
createEndpointInfo() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
createEndpointInfo() - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
createEndpointInfo() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
createEndpointInfo(ServiceInfo, BindingInfo, Port) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
createEndpointInfo(ServiceInfo, BindingInfo, Port) - 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
createEndpoints() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createEngineFactory(JettyHTTPServerEngineFactoryConfigType) - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of JAXBElement<JettyHTTPServerEngineFactoryConfigType>}
createEnumType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createEnumType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
createEnumType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
createExceptionMapper(Class<?>, Message) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
createExtension(Map<String, Object>) - Method in class org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin
 
createExtension(boolean, String) - Method in class org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin
 
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
 
createFactory() - Method in class org.apache.cxf.transport.https_jetty.CXFJettySslSocketConnector
We create our own socket factory.
createFault(Fault, SoapVersion) - Static method in exception org.apache.cxf.binding.soap.SoapFault
 
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
 
createFaultForException(Class<?>, FaultInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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>}
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>}
createFreshXMLStreamReader(InputSource) - Static method in class org.apache.cxf.tools.util.StAXUtil
 
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>}
createFromFault(Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
If the class is an exception, this will try and instantiate it with information from the XFireFault (if it exists).
createHeaderDelegate(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createHolderType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createHTTPClientPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPClientPolicy
createHTTPServerPolicy() - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of HTTPServerPolicy
createInputStream() - Method in class org.apache.cxf.helpers.LoadingByteArrayOutputStream
 
createInputWrappedMessageParts(OperationInfo, Method, MessageInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createInstance(Class<T>) - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createInterface(ServiceInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.frontend.ServerFactoryBean
 
createInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
createInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
createInvoker() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createJAXBBean(JAXBContext, String, Class<?>) - Static method in class org.apache.cxf.configuration.spring.JAXBBeanFactory
 
createJAXBContext(Set<Class<?>>) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
createJAXBContext(Set<Class<?>>, String) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
createJAXBContext() - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
createJAXBContextAndSchemas(Set<Class<?>>, String) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
createJettyHTTPServerEngine(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.
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
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
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
 
createMappedName(PropertyDescriptor, boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
Specifies the name of the property as it shows up in the xml schema.
createMappedName(PropertyDescriptor, boolean) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
createMapQName(AbstractTypeCreator.TypeClassInfo, Type, Type) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createMapType(AbstractTypeCreator.TypeClassInfo, Type, Type) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createMapType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createMarshaller(Object, MessagePartInfo) - Method in class org.apache.cxf.jaxb.io.DataWriterImpl
 
createMarshaller(Object, Class<?>, Type, MediaType) - 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 messge.
createMessage() - Method in class org.apache.cxf.binding.soap.SoapBinding
 
createMessage(Message) - Method in class org.apache.cxf.binding.soap.SoapBinding
 
createMessage() - Method in class org.apache.cxf.binding.xml.XMLBinding
 
createMessage(Message) - Method in class org.apache.cxf.binding.xml.XMLBinding
 
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>}
createMessageParts(InterfaceInfo, OperationInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
createName(Method, int, int, boolean, String) - Static method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
createNamespace(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
createObject(Exchange) - Method in class org.apache.cxf.service.invoker.PooledFactory
 
createObjectType() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createOperation(ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
createOperation(ServiceInfo, InterfaceInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
createOutputMessageName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createOutputWrappedMessageParts(OperationInfo, Method, MessageInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createParameterObject(List<String>, Class<?>, Type, String, boolean, boolean) - 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.binding.soap.SoapTransportFactory
 
createPortExtensors(EndpointInfo, Service) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
 
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>}
createProxyAuthorizationPolicy() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of ProxyAuthorizationPolicy
createQName(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createQName(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
createQName(Class) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
createQName(Element, String) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
Creates a QName from a string, such as "ns:Element".
createQName(NamespaceContext, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
 
createQName(Element, String, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
 
createReader(Class<T>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
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<T>) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
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>}
createResourceValue(Message, Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
createResponseBuilder() - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createRetryAfter(AttributedUnsignedLongType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedUnsignedLongType>}
createRootTypeCreator() - Method in class org.apache.cxf.aegis.AegisContext
 
createSecureRandomParameters() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of SecureRandomParameters
createServer(HTTPServerPolicy) - Method in class org.apache.cxf.transports.http.configuration.ObjectFactory
Create an instance of JAXBElement<HTTPServerPolicy>}
createService() - Method in class org.apache.cxf.frontend.AbstractServiceFactory
 
createService() - Method in interface org.apache.cxf.service.ServiceBuilder
 
createServiceInfo(InterfaceInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
createServletController(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
createServletTransportFactory() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
createSoap11TypeMapping(boolean, boolean) - Static method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
createSoapAddress(ExtensionRegistry, boolean) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
createSoapBinding(ExtensionRegistry, boolean) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
createSoapBody(ExtensionRegistry, Class, boolean) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
createSoapFault(ExtensionRegistry, boolean) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
createSoapHeader(ExtensionRegistry, Class, boolean) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
createSoapOperation(ExtensionRegistry, boolean) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
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
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(ClassResourceInfo, Path) - Static method in class org.apache.cxf.jaxrs.model.URITemplate
 
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
createThreadingParametersIdentifiedType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of ThreadingParametersIdentifiedType
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
createTLSClientParametersType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of TLSClientParametersType
createTLSServerParametersIdentifiedType() - Method in class org.apache.cxf.transports.http_jetty.configuration.ObjectFactory
Create an instance of TLSServerParametersIdentifiedType
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
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
createType(Method, int) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
Create a Type for a Method parameter.
createType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
Create type information for a PropertyDescriptor.
createType(Field) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
Create type information for a Field.
createType(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createType(Method, int) - Method in interface org.apache.cxf.aegis.type.TypeCreator
 
createType(PropertyDescriptor) - Method in interface org.apache.cxf.aegis.type.TypeCreator
 
createType(Field) - Method in interface org.apache.cxf.aegis.type.TypeCreator
 
createType(Class) - Method in interface org.apache.cxf.aegis.type.TypeCreator
 
createTypeAttribute(String, Type, Element) - Static method in class org.apache.cxf.aegis.type.TypeUtil
 
createTypeCreator() - Method in class org.apache.cxf.aegis.AegisContext
 
createTypeForClass(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createTypeForClass(AbstractTypeCreator.TypeClassInfo) - Method in interface org.apache.cxf.aegis.type.TypeCreator
Turn a TypeClassInfo into a type.
createTypeInfo() - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
createUnmarhsaller() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
createUnmarshaller(Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
createUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createURL(String) - Static method in class org.apache.cxf.tools.util.URLFactory
 
createURL(URL, String) - Static method in class org.apache.cxf.tools.util.URLFactory
 
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
createUserPass(String, String) - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
This method is used by extensions of this class to create a UserPass to return.
createUserType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
createVariantListBuilder() - Method in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
createWrappedSchema(ServiceInfo, AbstractMessageContainer, AbstractMessageContainer, QName) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
createWriter(Class<T>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
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<T>) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
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.
createXMLReader() - Method in class org.apache.cxf.aegis.type.xml.SourceType
 
createXMLStreamReader() - Method in class org.apache.cxf.aegis.AegisContext
 
createXMLStreamReader(InputStream, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(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(Source) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamReader(Reader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
createXMLStreamWriter() - Method in class org.apache.cxf.aegis.AegisContext
 
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_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
 
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
 
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
 
CXFJettySslSocketConnector - Class in org.apache.cxf.transport.https_jetty
This class extends the Jetty SslSocketConnector, 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
 
CXFNonSpringServlet - Class in org.apache.cxf.transport.servlet
 
CXFNonSpringServlet() - Constructor for class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
CXFServlet - Class in org.apache.cxf.transport.servlet
A Servlet which supports loading of JAX-WS endpoints from an XML file and handling requests for endpoints created via other means such as Spring beans, or the Java API.
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 - Interface in org.apache.cxf.databinding
 
dataBinding - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
DATABINDING_DISABLED - Static variable in class org.apache.cxf.binding.AbstractBindingFactory
 
DATABINDING_PLUGIN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DatabindingException - Exception in org.apache.cxf.aegis
 
DatabindingException(String) - Constructor for exception org.apache.cxf.aegis.DatabindingException
Constructs a new exception with the specified detail message.
DatabindingException(String, Throwable) - Constructor for exception org.apache.cxf.aegis.DatabindingException
Constructs a new exception with the specified detail message and cause.
DatabindingException(Message) - Constructor for exception org.apache.cxf.aegis.DatabindingException
 
DatabindingException(Message, Throwable) - Constructor for exception org.apache.cxf.aegis.DatabindingException
 
DataHandlerType - Class in org.apache.cxf.aegis.type.mtom
 
DataHandlerType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.DataHandlerType
 
DataReader<T> - Interface in org.apache.cxf.databinding
The 'read' side of the data binding abstraction of CXF.
DataReaderImpl<T> - Class in org.apache.cxf.jaxb.io
 
DataReaderImpl(JAXBDataBinding) - Constructor for class org.apache.cxf.jaxb.io.DataReaderImpl
 
DataSourceType - Class in org.apache.cxf.aegis.type.mtom
 
DataSourceType(boolean, String) - Constructor for class org.apache.cxf.aegis.type.mtom.DataSourceType
 
DataTypeAdapter - Class in org.apache.cxf.tools.common
 
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.
DataWriterImpl<T> - Class in org.apache.cxf.jaxb.io
 
DataWriterImpl(JAXBDataBinding) - Constructor for class org.apache.cxf.jaxb.io.DataWriterImpl
 
DATE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
DATETIME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
DateTimeType - Class in org.apache.cxf.aegis.type.basic
Type for the Date class which serializes as an xsd:dateTime.
DateTimeType() - Constructor for class org.apache.cxf.aegis.type.basic.DateTimeType
 
DateType - Class in org.apache.cxf.aegis.type.basic
Type for the Date class which serializes as an xsd:date (no time information).
DateType() - Constructor for class org.apache.cxf.aegis.type.basic.DateType
 
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.
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.
decorateWithTLS(HttpsURLConnection) - 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
 
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_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_DOMAIN_NAME - Static variable in class org.apache.cxf.management.ManagementConstants
 
DEFAULT_IGNORE_ATTR - Static variable in class org.apache.cxf.tools.common.ProcessorTestBase
 
DEFAULT_IGNORE_TAG - Static variable in class org.apache.cxf.tools.common.ProcessorTestBase
 
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
 
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<ResourceResolver>) - Constructor for class org.apache.cxf.resource.DefaultResourceManager
 
DefaultServiceConfiguration - Class in org.apache.cxf.service.factory
 
DefaultServiceConfiguration() - Constructor for class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
DefaultTypeCreator - Class in org.apache.cxf.aegis.type
 
DefaultTypeCreator() - Constructor for class org.apache.cxf.aegis.type.DefaultTypeCreator
 
DefaultTypeCreator(TypeCreationOptions) - Constructor for class org.apache.cxf.aegis.type.DefaultTypeCreator
 
DefaultTypeMapping - Class in org.apache.cxf.aegis.type
Contains type mappings for java/qname pairs.
DefaultTypeMapping(String, TypeMapping) - Constructor for class org.apache.cxf.aegis.type.DefaultTypeMapping
 
DefaultTypeMapping() - Constructor for class org.apache.cxf.aegis.type.DefaultTypeMapping
 
DefaultTypeMapping(String) - Constructor for class org.apache.cxf.aegis.type.DefaultTypeMapping
 
DefaultValueWriter - Interface in org.apache.cxf.tools.common.model
 
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.
DeferredMap<V> - Class in org.apache.cxf.bus.extension
 
DeferredMap(ExtensionManagerImpl, Class<V>) - Constructor for class org.apache.cxf.bus.extension.DeferredMap
 
defineClass(String, byte[]) - Method in class org.apache.cxf.common.util.ASMHelper.TypeHelperClassLoader
 
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
 
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
 
deregisterEntityProvide(Object) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
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
 
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(Map<String, DestinationFactory>) - Constructor for class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
DestinationFactoryManagerImpl(MapProvider<String, DestinationFactory>) - Constructor for class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
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 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 interface org.apache.cxf.tools.common.toolspec.Tool
 
destroy() - Method in class org.apache.cxf.tools.common.toolspec.ToolSupport
 
destroy() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
destroy() - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
destroyForPort(int) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This method removes the Server Engine from the port map and stops it.
determineType(Context, Class) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
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
 
DISABLE_OUTPUTSTREAM_OPTIMIZATION - Static variable in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
disableCNCheck - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
DOC_BARE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
DOC_WRAPPED - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
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
 
DOCUMENT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
documentation - Variable in class org.apache.cxf.wsdl.TDocumented
 
DocumentType - Class in org.apache.cxf.aegis.type.xml
Reads and writes org.w3c.dom.Document types.
DocumentType() - Constructor for class org.apache.cxf.aegis.type.xml.DocumentType
 
DocumentType(DocumentBuilder) - Constructor for class org.apache.cxf.aegis.type.xml.DocumentType
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
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.AbstractCXFServlet
 
doInit - Variable in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
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.
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
 
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.frontend.spring.ServerFactoryBeanDefinitionParser
 
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.AbstractCXFServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
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
 
DOUBLE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
DoubleType - Class in org.apache.cxf.aegis.type.basic
 
DoubleType() - Constructor for class org.apache.cxf.aegis.type.basic.DoubleType
 
doWrite(String, Writer) - Method in class org.apache.cxf.tools.common.VelocityGenerator
 
duplicate(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create a duplicate endpoint reference sharing all atributes
DURATION_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
DurationType - Class in org.apache.cxf.aegis.type.java5
 
DurationType() - Constructor for class org.apache.cxf.aegis.type.java5.DurationType
 
DynamicClientFactory - Class in org.apache.cxf.endpoint.dynamic
This class reads a WSDL and creates a dynamic client from it.
DynamicClientFactory(Bus) - Constructor for class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 

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
 
ELEMENT_NAME - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
ElementDataReader - Class in org.apache.cxf.aegis.databinding
 
ElementDataWriter - Class in org.apache.cxf.aegis.databinding
 
ElementDataWriter(AegisDatabinding) - Constructor for class org.apache.cxf.aegis.databinding.ElementDataWriter
 
ElementReader - Class in org.apache.cxf.aegis.xml.stax
Reads literal encoded messages.
ElementReader(DepthXMLStreamReader) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementReader
 
ElementReader(XMLStreamReader) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementReader
 
ElementReader(InputStream) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementReader
 
ElementWriter - Class in org.apache.cxf.aegis.xml.stax
LiteralWriter
ElementWriter(XMLStreamWriter) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
Create an ElementWriter but without writing an element name.
ElementWriter(XMLStreamWriter, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
 
ElementWriter(XMLStreamWriter, QName) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
 
ElementWriter(XMLStreamWriter, String, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
 
ElementWriter(OutputStream, String, String) - Constructor for class org.apache.cxf.aegis.xml.stax.ElementWriter
 
empty() - Method in class org.apache.cxf.staxutils.FastStack
 
enabledCipherSuite - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the cipherSuite enabled in the HTTPS URLconnection.
enableMime() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
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
 
encode(boolean) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
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
 
ENCODED_BASE64 - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_BOOLEAN - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_CHAR - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_DATETIME - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_DECIMAL - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_DOUBLE - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_FLOAT - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_INT - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_INTEGER - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_LONG - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_SHORT - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODED_STRING - Static variable in class org.apache.cxf.binding.soap.Soap11
 
ENCODING - Static variable in interface org.apache.cxf.message.Message
 
encodings(String...) - Method in class org.apache.cxf.jaxrs.impl.VariantListBuilderImpl
 
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
 
endElement() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
endElement() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
endElement() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
ENDPOINT - Static variable in interface org.apache.cxf.databinding.DataReader
 
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_CLASS - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.
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
 
ENDPOINTS - Static variable in class org.apache.cxf.transport.MultipleEndpointObserver
 
EndpointSelectionInterceptor - Class in org.apache.cxf.binding.soap.interceptor
Selects the most appropriate endpoint based on the SOAP version used.
EndpointSelectionInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.EndpointSelectionInterceptor
 
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
 
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
 
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.TwoStageMap
 
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.XmlSchemaTools
Retrieve the string values for an enumeration.
EnumType - Class in org.apache.cxf.aegis.type.java5
 
EnumType() - Constructor for class org.apache.cxf.aegis.type.java5.EnumType
 
env - Variable in class org.apache.cxf.tools.common.ProcessorTestBase
 
equal(PolicyComponent) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
equal(PolicyComponent) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
equal(PolicyComponent) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
equals(Object) - Method in class org.apache.cxf.aegis.type.Type
 
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.impl.MetadataMap
 
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.staxutils.DepthXMLStreamReader
 
equals(Object) - Method in class org.apache.cxf.tools.common.model.JAnnotationElement
 
equals(Object) - Method in class org.apache.cxf.tools.common.Tag
 
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.
ERORR_STYLE_USE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
errorMessages - Variable in class org.apache.cxf.tools.validator.AbstractValidator
 
ErrorVisitor - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor() - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor
 
ErrorVisitor.DuplicateArgument - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.DuplicateArgument(String) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.DuplicateArgument
 
ErrorVisitor.DuplicateOption - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.DuplicateOption(String) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.DuplicateOption
 
ErrorVisitor.InvalidOption - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.InvalidOption(String) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.InvalidOption
 
ErrorVisitor.MissingArgument - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.MissingArgument(String) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.MissingArgument
 
ErrorVisitor.MissingOption - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.MissingOption(Option) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.MissingOption
 
ErrorVisitor.UnexpectedArgument - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.UnexpectedArgument(String) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UnexpectedArgument
 
ErrorVisitor.UnexpectedOption - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.UnexpectedOption(String) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UnexpectedOption
 
ErrorVisitor.UserError - Class in org.apache.cxf.tools.common.toolspec.parser
 
ErrorVisitor.UserError(String) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UserError
 
errOut - Variable in class org.apache.cxf.tools.common.ToolTestBase
 
escape(StringBuilder, String, int) - Static method in class org.apache.cxf.tools.util.NameUtil
 
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.
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(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
 
Event - Class in org.apache.cxf.event
Base class for all the CXF Events.
Event(Object, QName) - Constructor for class org.apache.cxf.event.Event
Constructs a Event with the event source and a unique event id.
EventCache - Interface in org.apache.cxf.event
Caches all events that do not have a listener associated with them.
EventListener - Interface in org.apache.cxf.event
Should be implemented by an object that wants to receive events.
EventProcessor - Interface in org.apache.cxf.event
 
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
 
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(boolean) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
execute(boolean) - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
execute(boolean) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContainer
 
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.
executePipeline() - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
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
 
ExtendedDocumentBuilder - Class in org.apache.cxf.tools.common.dom
(not thread safe)
ExtendedDocumentBuilder() - Constructor for class org.apache.cxf.tools.common.dom.ExtendedDocumentBuilder
 
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(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
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
 
ExtensionInvocationHandler - Class in org.apache.cxf.tools.common
 
ExtensionInvocationHandler(Object) - Constructor for class org.apache.cxf.tools.common.ExtensionInvocationHandler
 
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>) - 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) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ExtensionManagerImpl(String, ClassLoader, Map<Class, Object>, ResourceManager) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
ExtensionManagerImpl(String[], ClassLoader, Map<Class, Object>, ResourceManager) - Constructor for class org.apache.cxf.bus.extension.ExtensionManagerImpl
 
extensions - Variable in class org.apache.cxf.bus.CXFBusImpl
 
EXTRA_CLASS - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
extract(String, String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 

F

Factory - Interface in org.apache.cxf.service.invoker
Represents an object factory.
factory - Variable in class org.apache.cxf.staxutils.CachingXmlEventWriter
 
factoryAlgorithm - Variable in class org.apache.cxf.configuration.security.KeyManagersType
 
factoryAlgorithm - Variable in class org.apache.cxf.configuration.security.TrustManagersType
 
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.
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
 
FailoverStrategy - Interface in org.apache.cxf.clustering
Supports pluggable strategies for alternate endpoint selection on failover.
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.
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.DataReader
 
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(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_PARAM - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
FAULT_STACKTRACE_ENABLED - Static variable in interface org.apache.cxf.message.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
 
FaultMode - Enum in org.apache.cxf.message
 
FaultOutInterceptor - Class in org.apache.cxf.interceptor
 
FaultOutInterceptor() - Constructor for class org.apache.cxf.interceptor.FaultOutInterceptor
 
features - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
Features - Annotation Type in org.apache.cxf.feature
 
fetchElementByNameAttribute(Element, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
FI_ENABLED - Static variable in class org.apache.cxf.interceptor.FIStaxOutInterceptor
 
file - Variable in class org.apache.cxf.configuration.security.CertStoreType
 
file - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
FileUtils - Class in org.apache.cxf.helpers
 
FileWriterUtil - Class in org.apache.cxf.tools.util
 
FileWriterUtil(String) - Constructor for class org.apache.cxf.tools.util.FileWriterUtil
 
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.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.JettyHTTPServerEngineFactory
 
finalizeConfig() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory
 
findAllElementsByTagName(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
findAllElementsByTagName(Element, String, List<Element>) - Static method in class org.apache.cxf.helpers.DOMUtils
 
findAllElementsByTagNameNS(Element, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
findAllElementsByTagNameNS(Element, String, String, List<Element>) - Static method in class org.apache.cxf.helpers.DOMUtils
 
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
 
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, Class) - Method in class org.apache.cxf.common.util.ASMHelper
 
findExtension(Class<T>) - Method in interface org.apache.cxf.bus.CXFBusImpl.ExtensionFinder
 
findHandler(String) - Static method in class org.apache.cxf.tools.util.URLFactory
 
findMapping(Class) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
findMappings(Class) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
findMessagePart(Exchange, Collection<OperationInfo>, QName, boolean, int) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
Find the next possible message part in the message.
findResource(String) - Method in class org.apache.cxf.bus.spring.BusApplicationContext
 
findSubResourceClass(ClassResourceInfo, Class) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
findTargetMethod(ClassResourceInfo, String, String, MultivaluedMap<String, String>, String, List<MediaType>) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
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
 
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
 
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
 
FloatType - Class in org.apache.cxf.aegis.type.basic
 
FloatType() - Constructor for class org.apache.cxf.aegis.type.basic.FloatType
 
flush() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
flush() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
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.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
 
flushEvents() - Method in interface org.apache.cxf.event.EventCache
Flushes the cache of all the Events.
flushEvents(QName) - Method in interface org.apache.cxf.event.EventCache
Flushes the Event from the cache matching the event type.
flushEvents(String) - Method in interface org.apache.cxf.event.EventCache
Flushes the Events from the cache matching the event type namespace.
flushHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
FORCE_START_DOCUMENT - Static variable in class org.apache.cxf.interceptor.StaxOutInterceptor
 
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 - Class in org.apache.cxf.tools.common.toolspec.parser
 
Form(Element) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.Form
 
format(Object, StringBuffer, FieldPosition) - Method in class org.apache.cxf.aegis.util.date.XsDateTimeFormat
 
formatMessage(LogRecord) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
formatVersionNumber(String) - Static method in class org.apache.cxf.common.util.StringUtils
 
FormEncodingReaderProvider - Class in org.apache.cxf.jaxrs.provider
 
FormEncodingReaderProvider() - Constructor for class org.apache.cxf.jaxrs.provider.FormEncodingReaderProvider
 
fragment(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
FragmentStreamReader - Class in org.apache.cxf.staxutils
Wraps a XMLStreamReader and provides START_DOCUMENT and END_DOCUMENT events.
FragmentStreamReader(XMLStreamReader) - Constructor for class org.apache.cxf.staxutils.FragmentStreamReader
 
fromSource(Source) - Static method in class org.apache.cxf.helpers.XMLUtils
 
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.transports.http.configuration.ClientCacheControlType
 
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.transports.http.configuration.ServerCacheControlType
 
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
 
FrontEndGenerator - Interface in org.apache.cxf.tools.common
 

G

GDAY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
GEN_FROM_SEI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
generate() - Static method in class org.apache.cxf.aegis.util.UID
 
generate(ToolContext) - Method in interface org.apache.cxf.tools.common.FrontEndGenerator
 
generateNotFound(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
generateServiceList(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
generateXMLFile(Element, Writer) - Static method in class org.apache.cxf.helpers.XMLUtils
 
GENERIC_TYPE - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
get(Context) - Static method in class org.apache.cxf.aegis.type.encoded.MarshalRegistry
Get the MarshalRegistry stored in the context, and if necessary create a new one.
get() - Method in class org.apache.cxf.aegis.type.encoded.SoapRef
Gets the referenced object instance or null if the reference has not been resolved yet;
get(Context) - Static method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
Get the SoapRefRegistry stored in the context, and if necessary create a new one.
get(Object) - Method in class org.apache.cxf.bus.extension.DeferredMap
 
get() - Method in class org.apache.cxf.common.util.AbstractTwoStageCache
Return a cached or newly created object
get(Object) - Method in class org.apache.cxf.common.util.CacheMap
 
get(Object) - Method in class org.apache.cxf.common.util.TwoStageMap
 
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(Object) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
get() - Method in class org.apache.cxf.jaxrs.impl.tl.AbstractThreadLocalProxy
 
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>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor>, List<Interceptor>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor>, List<Interceptor>, List<Interceptor>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor>, List<Interceptor>, List<Interceptor>, List<Interceptor>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor>, List<Interceptor>, List<Interceptor>, List<Interceptor>, List<Interceptor>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
get(String, Object) - Method in class org.apache.cxf.tools.common.ToolContext
 
get(String, Class<T>) - Method in class org.apache.cxf.tools.common.ToolContext
avoid need to suppress warnings on string->object cases.
get(String, Class<T>, Object) - Method in class org.apache.cxf.tools.common.ToolContext
 
get(Class<T>) - Method in class org.apache.cxf.tools.common.ToolContext
 
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
 
getAbsoluteURI(String) - Static method in class org.apache.cxf.tools.util.URIParserUtil
 
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.
getAction() - Method in class org.apache.cxf.binding.soap.model.SoapOperationInfo
 
getAction(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getAction(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.MethodNameSoapActionServiceConfiguration
getAction(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.AbstractBindingFactory
 
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.
getActiveFeatures() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getActiveFeatures() - Method in class org.apache.cxf.endpoint.EndpointImpl
 
getActor() - Method in class org.apache.cxf.binding.soap.SoapHeader
 
getActualMessage() - Method in exception org.apache.cxf.aegis.DatabindingException
 
getActualType(Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getActualType(Type) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
getAdditionalNamespaces() - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
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.frontend.ClientProxyFactoryBean
 
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.
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() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
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 of IDs specifying the interceptors that this interceptor should be placed after in the interceptor chain
getAlgorithm() - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Gets the value of the algorithm property.
getAllElemName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getAllElemQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getAllImport() - Method in class org.apache.cxf.tools.common.model.JavaCommon
 
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.
getAlternativeSelector() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getAncestorResources() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getAncestorResources() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getAncestorResourceURIs() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getAncestorResourceURIs(boolean) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getAncestorResourceURIs() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getAncestorResourceURIs(boolean) - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
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
 
getAnnotation(String) - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
getAnnotation() - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
getAnnotation() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getAnnotationMap() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getAnnotations() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getAnnotations() - Method in class org.apache.cxf.tools.common.model.JavaField
 
getAnnotations() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getAnnotations() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getAnnotations() - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
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.
getAnonymousURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getAnonymousWrapperTypes() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.TExtensibleDocumented
Gets the value of the any property.
getAnyTopLevelOptionalElement() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the anyTopLevelOptionalElement property.
getApplicationContext() - Method in class org.apache.cxf.bus.spring.SpringBusFactory
 
getApplicationContext() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
getAppliesToElemName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getAppliesToElemQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getArgsFromString(String) - Static method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
getArgument() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
getArgument() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.MissingArgument
 
getArgument() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UnexpectedArgument
 
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
 
getAttachment(String, Collection<Attachment>) - Static method in class org.apache.cxf.aegis.type.mtom.AttachmentUtil
 
getAttachmentAsByteArray(String) - Method in class org.apache.cxf.jaxb.attachment.JAXBAttachmentUnmarshaller
 
getAttachmentAsDataHandler(String) - Method in class org.apache.cxf.jaxb.attachment.JAXBAttachmentUnmarshaller
 
getAttachmentMarshaller() - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
getAttachmentMimeType() - Method in class org.apache.cxf.message.MessageImpl
 
getAttachments() - Method in class org.apache.cxf.aegis.Context
 
getAttachments() - Method in class org.apache.cxf.binding.soap.model.SoapBodyInfo
 
getAttachments() - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
getAttachments() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getAttachments() - Method in interface org.apache.cxf.message.Message
 
getAttachments() - Method in class org.apache.cxf.message.MessageImpl
 
getAttachmentUnmarshaller() - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
getAttchmentPartHeader(Attachment) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
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.aegis.util.stax.JDOMStreamReader
 
getAttributeCount() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeCount() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeLocalName(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeName(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getAttributeName(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
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.aegis.util.stax.JDOMStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeNamespace(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributePrefix(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getAttributePrefix(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributePrefix(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeReader(QName) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getAttributeReader(QName) - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getAttributeReader(QName) - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getAttributeReader(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getAttributeReader(QName) - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getAttributes() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getAttributes() - Method in class org.apache.cxf.tools.common.Tag
 
getAttributeType(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getAttributeType(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeType(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getAttributeValue(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getAttributeValue(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getAttributeValue(String, String) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeValue(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getAttributeWriter(String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getAttributeWriter(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getAttributeWriter(QName) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getAttributeWriter(String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getAttributeWriter(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getAttributeWriter(QName) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getAttributeWriter(String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
getAttributeWriter(String, String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
getAttributeWriter(QName) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
getAttributeWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getAttributeWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getAttributeWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getAttributeWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getAttributeWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getAttributeWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getAttrNameMustUnderstand() - Method in class org.apache.cxf.binding.soap.Soap11
 
getAttrNameMustUnderstand() - Method in class org.apache.cxf.binding.soap.Soap12
 
getAttrNameMustUnderstand() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getAttrNameRole() - Method in class org.apache.cxf.binding.soap.Soap11
 
getAttrNameRole() - Method in class org.apache.cxf.binding.soap.Soap12
 
getAttrNameRole() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getAuthenticationScheme() - Method in class org.apache.cxf.jaxrs.impl.SecurityContextImpl
 
getAuthenticationScheme() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSecurityContext
 
getAuthorization() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the authorization property.
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.
getAuthType() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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() - Method in class org.apache.cxf.transport.AbstractConduit
Retrieve the back-channel Destination.
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() - Method in interface org.apache.cxf.transport.Conduit
Retreive the back-channel 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.
getBackChannel() - Method in class org.apache.cxf.transport.http.HTTPConduit
Retreive the back-channel Destination.
getBackChannelConduit(Message) - Static method in class org.apache.cxf.interceptor.OutgoingChainInterceptor
 
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
 
getBaseURI() - Method in class org.apache.cxf.catalog.CatalogWSDLLocator
 
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
 
getBasicAuthSupplier() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method gets the Basic Auth Supplier that was set/configured for this HTTPConduit.
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.binding.soap.spring.SoapBindingInfoConfigBeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.cxf.clustering.spring.FailoverBeanDefinitionParser
 
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(Class<?>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getBeanClass(Element) - Method in class org.apache.cxf.transport.http.spring.HttpBasicAuthSupplierBeanDefinitionParser
 
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
 
getBeanConfigResource() - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
getBeanImplementationMap() - Method in class org.apache.cxf.aegis.AegisContext
This property provides support for interfaces.
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.frontend.ServerFactoryBean
 
getBeanName() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
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.
getBeanTypeInfoWithProperty(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
getBeanTypeInfoWithProperty(QName) - Method in class org.apache.cxf.aegis.type.encoded.StructType
Gets the BeanTypeInfo using an unqualified name.
getBefore() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getBefore() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns a set of IDs specifying the interceptors that this interceptor needs to be before in the inteceptor chain.
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 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.TPort
Gets the value of the binding property.
getBindingAdress() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getBindingAnnotation(String) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getBindingConfig() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getBindingConfig() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
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, StringBuffer) - 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.binding.soap.SoapBindingConfiguration
 
getBindingId() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getBindingId() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
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.soap.SoapBinding
 
getBindingInfo() - Method in class org.apache.cxf.binding.xml.XMLBinding
 
getBindingInputSOAPBody(BindingOperation) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getBindingInputSOAPHeader(BindingOperation) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getBindingInterceptors() - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
getBindingName(ServiceInfo) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getBindingName() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getBindingName() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getBindingNamePostfix() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getBindingOperation(Method, Endpoint) - Method in interface org.apache.cxf.frontend.MethodDispatcher
 
getBindingOperation(Method, Endpoint) - Method in class org.apache.cxf.frontend.SimpleMethodDispatcher
 
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
 
getBindingOperationSoapFaults(BindingOperation) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getBindingOutputSOAPBody(BindingOperation) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getBindingOutputSOAPHeader(BindingOperation) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getBindings() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getBindingStyle(Binding) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getBody() - Method in class org.apache.cxf.binding.soap.Soap11
 
getBody() - Method in class org.apache.cxf.binding.soap.Soap12
 
getBody() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getBooleanValue(String, String) - Method in class org.apache.cxf.tools.common.ToolContext
 
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
 
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.AbstractBindingFactory
 
getBus() - Method in class org.apache.cxf.binding.soap.SoapTransportFactory
 
getBus() - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
getBus() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
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.frontend.ClientProxyFactoryBean
 
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.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.tools.common.toolspec.AbstractToolContainer
 
getBus() - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This method returns the CXF Bus under which this HTTPTransportFactory is governed.
getBus() - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
getBus() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
getBus() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
getBus() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
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
 
getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
if MtoM is not enabled, we need bytes to turn into base64.
getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
 
getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
 
getBytes(Object) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
 
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
 
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.
getCallbacks() - Method in class org.apache.cxf.io.CachedOutputStream
 
getCanonicalBindingStyle(Binding) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getCatalog() - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
getCatalogManager(Bus) - Static method in class org.apache.cxf.catalog.OASISCatalogManager
 
getCatalogURL() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
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
 
getCharacterEncodingScheme() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getCharacterEncodingScheme() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
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 direct child with a given type
getChildContent(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the first child's content ( ie it's included TEXT node ).
getChildCount() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getChildCount() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getChildCount() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
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(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getChildFrame(int) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getChildFrame(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getChipherSuite() - Method in class org.apache.cxf.security.transport.TLSSessionInfo
 
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<? extends Annotation>) - 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
 
getClassFromType(Type) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
getClassJavaDoc() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getClassJavaDoc() - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
getClassLoader(ClassLoader) - Static method in class org.apache.cxf.tools.util.AnnotationUtil
 
getClassName() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getClassPath() - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
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() - Method in class org.apache.cxf.frontend.ClientFactoryBean
 
getClient() - Method in class org.apache.cxf.frontend.ClientProxy
 
getClient(Object) - Static method in class org.apache.cxf.frontend.ClientProxy
 
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.
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
 
getClientFactoryBean() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
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
 
getCodeString(String, String) - Method in exception org.apache.cxf.binding.soap.SoapFault
 
getCommandDocument() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
getCommandLineParser() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
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
getComponentName() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
getComponentName() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
Gets the QName of the component type of this array.
getComponentType() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
Get the Type of the elements in the array.
getComponentType() - Method in class org.apache.cxf.aegis.type.collection.CollectionType
 
getComponentType() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
Get the Type of the elements in the array.
getComponentType(Object, int) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
getConcreteName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getConduit(EndpointInfo, EndpointReferenceType) - Method in class org.apache.cxf.binding.soap.SoapTransportFactory
 
getConduit(EndpointInfo) - Method in class org.apache.cxf.binding.soap.SoapTransportFactory
 
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(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.AbstractHTTPTransportFactory
This call creates a new HTTPConduit for the endpoint.
getConduit(EndpointInfo, EndpointReferenceType) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.
getConduitInitiator() - Method in class org.apache.cxf.transport.AbstractDestination
 
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.
getConduitInitiator() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
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.frontend.ClientProxyFactoryBean
 
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.aegis.AegisContext
Deprecated. 2.1
getConfiguration() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getConfigurations() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.
getConnectionInfo(HttpURLConnection) - Method in interface org.apache.cxf.transport.http.HttpURLConnectionFactory
This method returns Connection Info objects for the particular connection.
getConnectionInfo(HttpURLConnection) - Method in class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
This operation returns the HttpURLConnectionInfo object that represents the HttpURLConnection.
getConnectionInfo(HttpURLConnection) - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
This operation returns an HttpsURLConnectionInfo for the given HttpsURLConnection.
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.
getConsumeMime() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getConsumeTypes() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getConsumeTypes(ConsumeMime) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getContent(Node) - Static method in class org.apache.cxf.helpers.DOMUtils
Get the trimed text content of a node or null if there is no text
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 (a result type if message is outbound, a source type if message is inbound)
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.
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
 
getContentLength() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getContentLocation() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the contentLocation property.
getContentsList(Message) - Static method in class org.apache.cxf.message.MessageContentsList
 
getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
 
getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
 
getContentType(Object, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
 
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.binding.soap.Soap11
 
getContentType() - Method in class org.apache.cxf.binding.soap.Soap12
 
getContentType() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getContentType() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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.aegis.AbstractAegisIoImpl
 
getContext() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
getContext(Class) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalContextResolver
 
getContext(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getContext() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
getContextClasses() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
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(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
 
getContextProperties() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Return a map of properties.
getContextSetterProxy(Method) - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getContextualProperty(String) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContextualProperty(String) - Method in interface org.apache.cxf.message.Message
 
getContextualProperty(String) - Method in class org.apache.cxf.message.MessageImpl
 
getContractLocation(QName) - Method in interface org.apache.cxf.endpoint.ServiceContractResolver
 
getContractLocation(QName) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
 
getContractLocation(QName) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
getController() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
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
getCurrentElement() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getCurrentElement() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getCurrentFrame() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getCurrentNode() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getCurrentVersion() - Static method in class org.apache.cxf.version.Version
 
getCustomizedNS(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
getData() - Method in class org.apache.cxf.attachment.ByteDataSource
 
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.frontend.ClientProxyFactoryBean
 
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() - 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 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) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor
 
getDataWriter(Message, Service, Class<T>) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
getDateEncodingUnknown() - Method in class org.apache.cxf.binding.soap.Soap11
 
getDateEncodingUnknown() - Method in class org.apache.cxf.binding.soap.Soap12
 
getDateEncodingUnknown() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getDateHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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.
getDecoupledObserver() - Method in class org.apache.cxf.transport.http.HTTPConduit
 
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
getDefaultExcludedNamespaces(String) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
getDefaultFaultAction() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getDefaultMinOccurs() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Absent any annotations of XML mapping, the value of the minOccurs attribute on elements.
getDefaultNamespace() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getDefaultParameterValue() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getDefaultParameterValue(Annotation[], OperationResourceInfo) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getDefaultTypeValue() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getDefaultValueWriter() - Method in class org.apache.cxf.tools.common.model.JavaType
 
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
 
getDefinitions() - Method in interface org.apache.cxf.wsdl.WSDLManager
 
getDefinitions() - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
getDependencies() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
getDependencies() - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
getDependencies() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
getDependencies() - Method in class org.apache.cxf.aegis.type.collection.MapType
 
getDependencies() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
 
getDependencies() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
getDependencies() - Method in class org.apache.cxf.aegis.type.Type
Return a set of Type dependencies.
getDepth() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getDerivative() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
getDescribed() - Method in class org.apache.cxf.service.model.DescriptionInfo
 
getDescription() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getDescription() - Method in class org.apache.cxf.service.model.AbstractDescriptionElement
 
getDestination(EndpointInfo) - Method in class org.apache.cxf.binding.soap.SoapTransportFactory
 
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_jetty.JettyHTTPTransportFactory
 
getDestination(EndpointInfo) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
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 class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getDestinations() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getDestinationsPaths() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
getDestinationUnreachableQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getDestinationUnreachableText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getDetail() - Method in exception org.apache.cxf.interceptor.Fault
Returns the detail node.
getDetailedUsage() - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
getDetailedUsage(String) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
getDimensions() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
getDirection() - Method in class org.apache.cxf.headers.Header
 
getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.Certificates
Extracts the array of SubjectAlt DNS names from an X509Certificate.
getDocument(Class) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
getDocument() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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
 
getDocument() - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandDocument
 
getDocumentation() - Method in class org.apache.cxf.wsdl.TDocumented
Gets the value of the documentation property.
getDocumentBuilder() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getDuplicateMessageIDText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getEffectiveClientFaultPolicy(EndpointInfo, 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
 
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, 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) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getElement() - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
 
getElement() - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
 
getElement() - Method in class org.apache.cxf.service.model.SchemaInfo
 
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.
getElementById(String) - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getElementByQName(QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getElementByQName(QName) - Method in class org.apache.cxf.service.model.SchemaInfo
 
getElementName(Method, int) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getElementName(Method, int) - Method in interface org.apache.cxf.aegis.type.TypeCreator
Get the mapped name of a method parameter.
getElementQName(Element) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getElementQName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getElements() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getElements() - Method in class org.apache.cxf.tools.common.model.JAnnotation
 
getElementText() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
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(QName, BeanTypeInfo, MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
getElementType(QName, BeanTypeInfo, MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.StructType
Returns a SoapRefType wrapping the actual type.
getElementType() - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
Returns the type of this extensibility element.
getElementValue(Object) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
getElementWriter(String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getElementWriter(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getElementWriter(QName) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getElementWriter(String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getElementWriter(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getElementWriter(QName) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getElementWriter(String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
getElementWriter(String, String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
getElementWriter(QName) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
getElementWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getElementWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getElementWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getElementWriter(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getElementWriter(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getElementWriter(QName) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getEnabledCipherSuite() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This method returns the cipher suite employed in this HttpsURLConnection.
getEncoding() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getEncoding() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
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(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getEndpoint() - Method in class org.apache.cxf.transport.ChainInitiationObserver
 
getEndpointAddress() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getEndpointImplFactory() - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
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() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.
getEndpointInfo() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getEndpointName() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getEndpointName() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
getEndpointName() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getEndpointName() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getEndpointName() - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getEndpointName() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getEndpointName(boolean) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
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() - 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
 
getEntryName() - Method in class org.apache.cxf.aegis.type.collection.MapType
 
getEnvelope() - Method in class org.apache.cxf.binding.soap.Soap11
 
getEnvelope() - Method in class org.apache.cxf.binding.soap.Soap12
 
getEnvelope() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getError() - Method in class org.apache.cxf.common.commands.ResultBufferedCommand
 
getErrorMessage() - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
getErrorMessage() - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
getErrors() - Method in exception org.apache.cxf.tools.common.toolspec.parser.BadUsageException
 
getErrors() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor
 
getErrOutputStream() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
getEvents() - Method in interface org.apache.cxf.event.EventCache
Returns all the events.
getEvents(QName) - Method in interface org.apache.cxf.event.EventCache
Returns all the events matching the event type.
getEvents(String) - Method in interface org.apache.cxf.event.EventCache
Returns all the events matching the event type namespace.
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
 
getExactlyOneElemName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getExactlyOneElemQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getException(Exchange) - Method in class org.apache.cxf.endpoint.ClientImpl
 
getExceptionClasses() - Method in class org.apache.cxf.tools.common.model.JavaModel
 
getExceptions() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
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.
getExcludeFileList() - Method in class org.apache.cxf.tools.common.ToolContext
 
getExcludePackageName(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
getExcludePkgList() - Method in class org.apache.cxf.tools.common.ToolContext
 
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 class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getExecutor() - Method in interface org.apache.cxf.service.Service
 
getExecutor() - Method in class org.apache.cxf.service.ServiceImpl
 
getExpressions() - Method in class org.apache.cxf.tools.common.model.JavaCodeBlock
Get the Expressions value.
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
 
getExtensor(Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensor(Class<T>) - Method in interface org.apache.cxf.service.model.Extensible
 
getExtensor(Class<T>) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
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
 
getExtensors(Class<T>) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getExtenstionRegistry() - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getExtraClass() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
getExtraClass() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getExtReg() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
getFactory() - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
Returns the current JDOMFactory in use, if one has been previously set with StaxBuilder.setFactory(org.jdom.JDOMFactory), otherwise null.
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.frontend.spring.ClientProxyFactoryBeanDefinitionParser
 
getFactoryIdSuffix() - Method in class org.apache.cxf.configuration.spring.AbstractFactoryBeanDefinitionParser
 
getFactoryIdSuffix() - Method in class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser
 
getFault() - Method in class org.apache.cxf.aegis.Context
 
getFault() - Method in class org.apache.cxf.binding.soap.Soap11
 
getFault() - Method in class org.apache.cxf.binding.soap.Soap12
 
getFault() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
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
 
getFaultCodePrefix(XMLStreamWriter, QName) - Method in class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
 
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(InterfaceInfo, OperationInfo, Class<?>, Class<?>) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getFaultName(InterfaceInfo, OperationInfo, Class<?>, Class<?>) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getFaultName(InterfaceInfo, OperationInfo, Class, Class) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
getFeatures() - Method in class org.apache.cxf.bus.CXFBusImpl
 
getFeatures() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getFeatures() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
getFeatures() - Method in class org.apache.cxf.interceptor.AnnotationInterceptors
 
getFeatures() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getFields() - Method in class org.apache.cxf.tools.common.model.JavaClass
 
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
 
getFileBase(String) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
getFileName(String) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
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
 
getFileToWrite(String, String) - Method in class org.apache.cxf.tools.util.FileWriterUtil
 
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
 
getFirstChildWithName(Element, String, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
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 #setLimit(int).
getFormattedDetailedUsage() - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
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
 
getFullClassName() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getFullClassName() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getGeneratedFileInfo() - Method in class org.apache.cxf.tools.util.ClassCollector
 
getGenericType() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getGlobalContext() - Method in class org.apache.cxf.aegis.Context
 
getHandler() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getHandler(ClassLoader) - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getHandlerChains() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
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() - Method in class org.apache.cxf.binding.soap.Soap11
 
getHeader() - Method in class org.apache.cxf.binding.soap.Soap12
 
getHeader(QName) - Method in class org.apache.cxf.binding.soap.SoapMessage
 
getHeader() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
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.impl.tl.ThreadLocalHttpServletRequest
 
getHeader(String) - Method in interface org.apache.cxf.message.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 interface org.apache.cxf.message.Attachment
 
getHeaderProcessor(String) - Method in interface org.apache.cxf.headers.HeaderManager
 
getHeaderProcessor(String) - Method in class org.apache.cxf.headers.HeaderManagerImpl
 
getHeaderQNameInOperationParam(SoapMessage) - Static method in class org.apache.cxf.binding.soap.HeaderUtil
 
getHeaders() - Method in class org.apache.cxf.binding.soap.SoapMessage
 
getHeaders(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getHighWaterMark() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getHighWaterMark() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getHolderName() - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
getHolderType(Class<?>, Type) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getHolderType(Class<?>, Type) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getHolderType(Class<?>, Type) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getHost() - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Gets the value of the host property.
getHTTPConnectorFactory() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
This method creates a connector factory.
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
getId() - Method in class org.apache.cxf.attachment.AttachmentImpl
 
getId() - Method in class org.apache.cxf.bus.CXFBusImpl
 
getId() - Method in interface org.apache.cxf.Bus
 
getID() - Method in class org.apache.cxf.event.Event
Returns the unique event id for this particular bus event.
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
The ID of this interceptor.
getId() - Method in class org.apache.cxf.tools.common.toolspec.parser.OptionGroup
 
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.
getIdAttrName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getIdAttrQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
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.bus.spring.BusDefinitionParser
 
getIdOrName(Element) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getIds() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
Gets the ids of the registered object instances.
getIgnoreAttr() - Method in class org.apache.cxf.tools.common.Tag
 
getIgnoredClasses() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getIgnoredMethods() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getImplementingClasses() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
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
 
getImports() - Method in class org.apache.cxf.tools.common.model.JAnnotation
 
getImports() - Method in class org.apache.cxf.tools.common.model.JAnnotationElement
 
getImports() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
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.service.model.MessagePartInfo
 
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.
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.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.
getInitParameter(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getInitParameterNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getInMessage() - Method in interface org.apache.cxf.message.Exchange
 
getInMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
getInMessageParts(Operation) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getInParameterName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getInParameterName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getInParameterName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getInPartName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getInPartName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getInPartName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.
getInputDocument(String) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
Request a document based on the input stream.
getInputDocument() - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
Request a document based on the standard input stream.
getInputMessageName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getInputMessageName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getInputMessageName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getInputName() - Method in class org.apache.cxf.service.model.OperationInfo
 
getInputSource() - Method in class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
 
getInputSource() - 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.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.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getInputStream() - Method in class org.apache.cxf.resource.URIResolver
 
getInputStream(String) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
Request an input stream.
getInputStream() - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
Request the standard input stream.
getInstance() - Static method in class org.apache.cxf.binding.soap.Soap11
 
getInstance() - Static method in class org.apache.cxf.binding.soap.Soap12
 
getInstance() - Static method in class org.apache.cxf.binding.soap.SoapVersionFactory
 
getInstance() - Method in class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
 
getInstance() - Method in interface org.apache.cxf.jaxrs.lifecycle.ResourceProvider
 
getInstance() - Method in class org.apache.cxf.jaxrs.lifecycle.SingletonResourceProvider
 
getInstance() - Static method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getInstance() - Static method in class org.apache.cxf.workqueue.OneShotAsyncExecutor
 
getInstance() - Static method in class org.apache.cxf.workqueue.SynchronousExecutor
 
getInstanceId(Object) - Method in class org.apache.cxf.aegis.type.encoded.MarshalRegistry
 
getInstreamIds() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getInterceptorChain() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getInterceptorChain() - Method in interface org.apache.cxf.message.Message
 
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<PolicyAssertion>, 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
 
getInterface() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getInterfaceClass() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getInterfaceInfo() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getInterfaceName() - Method in class org.apache.cxf.bus.extension.Extension
 
getInterfaceName() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getInterfaceName() - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getInterfaceName() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getInterfaceName(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getInterfaces() - Method in class org.apache.cxf.tools.common.model.JavaModel
 
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
 
getInvoker() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
getInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
getInvoker() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
getInvoker() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
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
 
getJavaCodeBlock() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getJavaCommand() - Static method in class org.apache.cxf.common.commands.JavaHelper
Get the command to launch a JVM.
getJavaDoc() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getJavaModel() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getJavaModel() - Method in class org.apache.cxf.tools.common.ToolContext
 
getJaxbAnnotaions() - Method in class org.apache.cxf.tools.common.model.JavaField
 
getJAXBAnnotation(MessagePartInfo) - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
getJaxbBindingFile() - Method in class org.apache.cxf.tools.common.ToolContext
 
getJAXBContext() - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
getJAXBContext(Class<?>, Type) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getJAXBContext() - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
getJaxbContextProperties() - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
Return the map of JAXB context properties used at the time that we create new contexts.
getJaxbPackage() - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpBasicAuthSupplierBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.HttpDestinationBeanDefinitionParser
 
getJaxbPackage() - Method in class org.apache.cxf.transport.http.spring.MessageTrustDeciderBeanDefinitionParser
 
getJettyHTTPServerEngineFactory() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory
This method returns the Jetty HTTP Server Engine Factory.
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.
getJType(String, String) - Static method in class org.apache.cxf.tools.util.BuiltInTypesJavaMappingUtil
 
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.
getKeyName() - Method in class org.apache.cxf.aegis.type.collection.MapType
 
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
 
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
 
getKeystoreType(String, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getKeyType() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getKeyType() - Method in class org.apache.cxf.aegis.type.collection.MapType
 
getKnownElements() - Method in interface org.apache.cxf.ws.policy.AssertionBuilder
Returns a collection of QNames describing the xml schema types for which this builder can build assertions.
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
 
getLastMTOMElementName() - Method in class org.apache.cxf.jaxb.attachment.JAXBAttachmentMarshaller
 
getLastTag(Tag) - Method in class org.apache.cxf.tools.util.StAXUtil
 
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
 
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.LoggingInInterceptor
 
getLimit() - Method in class org.apache.cxf.interceptor.LoggingOutInterceptor
 
getLiteralChars() - Method in class org.apache.cxf.jaxrs.model.URITemplate
 
getLoadedAttachments() - Method in class org.apache.cxf.attachment.LazyAttachmentCollection
 
getLocalAddr() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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
 
getLocales() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getLocalName() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getLocalName() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getLocalName() - Method in interface org.apache.cxf.aegis.xml.MessageReader
Get the local name of the element this reader represents.
getLocalName() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getLocalName() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getLocalName() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getLocalName() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getLocalName() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getLocalPort() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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.tools.common.model.JavaInterface
 
getLocation() - Method in class org.apache.cxf.tools.common.model.JavaModel
 
getLocation(String) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
getLocation(String) - Method in class org.apache.cxf.tools.common.ToolTestBase
 
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(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.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() - Static method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
getLogger() - Static method in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
 
getLogger() - Static method in class org.apache.cxf.transport.servlet.CXFServlet
 
getLogger() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
getLogicalName() - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
This method returns the LogicalName of this HttpBasicAuthSupplier.
getLogicalName() - Method in class org.apache.cxf.transport.http.MessageTrustDecider
This method returns the logical name of this trust decider.
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
 
getManager() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getMappedName() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getMappingIdentifierURI() - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
getMappingIdentifierURI() - Method in interface org.apache.cxf.aegis.type.TypeMapping
Each mapping has a URI that identifies it.
getMappingNamespaceURI() - Method in class org.apache.cxf.aegis.AegisContext
What URI identifies the type mapping for this context? When the XMLTypeCreator reads .aegis.xml file, it will only read mappings for this URI (or no URI).
getMapRequiredQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMapRequiredText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMaps() - Method in class org.apache.cxf.tools.util.PropertyUtil
 
getMarshallerListener() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Returns the Marshaller.Listener that will be registered on the Marshallers
getMarshallerProperties() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Return a map of properties.
getMatrixParameters() - Method in class org.apache.cxf.jaxrs.impl.PathSegmentImpl
 
getMatrixParams(String, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getMaxOccurs() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getMaxOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
getMaxOccurs() - Method in class org.apache.cxf.aegis.type.Type
 
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.
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
 
getMediaTypeQualityFactor(String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getMediaTypes(String[]) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getMEP(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getMessage() - Method in exception org.apache.cxf.aegis.DatabindingException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.apache.cxf.common.i18n.Exception
 
getMessage() - Method in exception org.apache.cxf.common.i18n.UncheckedException
 
getMessage() - Method in exception org.apache.cxf.interceptor.Fault
 
getMessage() - Method in class org.apache.cxf.interceptor.LoggingMessage
 
getMessage() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getMessage(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getMessage() - Method in exception org.apache.cxf.tools.common.toolspec.parser.BadUsageException
 
getMessage() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UserError
 
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.MessageBodyWorkersImpl
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageBodyWorkers
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.impl.MessageBodyWorkersImpl
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageBodyWorkers
 
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 class org.apache.cxf.transport.servlet.ServletDestination
 
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(BindingOperationInfo) - Method in class org.apache.cxf.frontend.SimpleMethodDispatcher
 
getMethod() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getMethod(OperationResourceInfo) - Method in class org.apache.cxf.jaxrs.model.MethodDispatcher
 
getMethod() - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
getMethodAnnotation(Method, Class<? extends Annotation>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
getMethodDispatcher() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getMethodDispatcher() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getMethodName(Method) - Static method in class org.apache.cxf.aegis.util.ServiceUtils
 
getMethodName(Method) - Static method in class org.apache.cxf.helpers.ServiceUtils
 
getMethodName(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getMethods() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
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
 
getMinOccurs() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
getMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
getMinOccurs(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getMinOccurs(QName) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
Grab Min Occurs by looking in PropertyInfo map if no entry found, revert to parent class
getMinOccurs(QName) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
getMinOccurs(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getMinOccurs() - Method in class org.apache.cxf.aegis.type.Type
 
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
 
getModifier() - Method in class org.apache.cxf.tools.common.model.JavaField
 
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
 
getMtomThreshold() - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
getMustUnderstand() - Method in class org.apache.cxf.binding.soap.Soap11
 
getMustUnderstand() - Method in class org.apache.cxf.binding.soap.Soap12
 
getMustUnderstand() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getName(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getName() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getName() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getName() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getName() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getName() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
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.headers.Header
 
getName() - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
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.W3CDOMStreamReader
 
getName() - Method in interface org.apache.cxf.tools.common.FrontEndGenerator
 
getName() - Method in class org.apache.cxf.tools.common.model.JAnnotationElement
 
getName() - Method in class org.apache.cxf.tools.common.model.JavaField
 
getName() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getName() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getName() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getName() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getName() - Method in class org.apache.cxf.tools.common.Tag
 
getName() - Method in class org.apache.cxf.tools.common.toolspec.parser.Argument
 
getName() - Method in class org.apache.cxf.tools.common.toolspec.parser.Form
 
getName() - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
getName() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
getName() - Static method in class org.apache.cxf.version.Version
 
getName() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
getName() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
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(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getNamespace() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getNamespace() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getNamespace() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getNamespace() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getNamespace() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getNamespace() - Method in class org.apache.cxf.binding.soap.Soap11
 
getNamespace() - Method in class org.apache.cxf.binding.soap.Soap12
 
getNamespace() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getNamespace(String) - Static method in class org.apache.cxf.common.util.PackageUtils
 
getNamespace() - Method in interface org.apache.cxf.headers.HeaderProcessor
 
getNamespace(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Searches the given element including it's parent elements for a matching namspace decleration.
getNamespace(Map<String, String>, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
getNamespace() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getNameSpace() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getNamespace(String) - Static method in class org.apache.cxf.tools.util.URIParserUtil
 
getNamespace() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getNamespace() - Method in class org.apache.cxf.wsdl.TImport
Gets the value of the namespace property.
getNamespaceContext() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getNamespaceContext() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
getNamespaceContext() - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
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.W3CDOMStreamReader
 
getNamespaceContext() - Method in class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
getNamespaceContext() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getNamespaceCount() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getNamespaceCount() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespaceCount() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespaceForPrefix(String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getNamespaceForPrefix(String) - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getNamespaceForPrefix(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getNamespaceForPrefix(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getNamespaceMap() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getNamespacePackageMap() - Method in class org.apache.cxf.tools.common.ToolContext
 
getNamespacePrefix(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getNamespacePrefix(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getNamespacePrefixMapper() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
getNamespaces() - Method in exception org.apache.cxf.binding.soap.SoapFault
 
getNamespaces() - Method in class org.apache.cxf.NSManager
 
getNamespaces() - Method in class org.apache.cxf.test.AbstractCXFTest
 
getNamespaces() - Method in class org.apache.cxf.test.TestUtilities
retrieve the entire namespace map.
getNamespaceURI(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
 
getNamespaceURI(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getNamespaceURI(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getNamespaceURI() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getNamespaceURI(String) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
 
getNamespaceURI(String) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
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(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<Endpoint>) - Method in class org.apache.cxf.clustering.AbstractStaticFailoverStrategy
Get next alternate endpoint.
getNextAlternate(List<Endpoint>) - Method in class org.apache.cxf.clustering.RandomStrategy
Get next alternate endpoint.
getNextAlternate(List<Endpoint>) - Method in class org.apache.cxf.clustering.SequentialStrategy
Get next alternate endpoint.
getNextAttributeReader() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getNextAttributeReader() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getNextAttributeReader() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getNextAttributeReader() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getNextElement(Element) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getNextElementReader() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getNextElementReader() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getNextElementReader() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getNextElementReader() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getNextRole() - Method in class org.apache.cxf.binding.soap.Soap11
 
getNextRole() - Method in class org.apache.cxf.binding.soap.Soap12
 
getNextRole() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getNode() - Method in exception org.apache.cxf.binding.soap.SoapFault
 
getNodeDataReader(Message) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getNoneRole() - Method in class org.apache.cxf.binding.soap.Soap11
 
getNoneRole() - Method in class org.apache.cxf.binding.soap.Soap12
 
getNoneRole() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getNoneURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getNumberOfGroups() - Method in class org.apache.cxf.jaxrs.model.URITemplate
 
getObject() - Method in class org.apache.cxf.headers.Header
 
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
 
getObjectType() - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
Gets the ObjectType used to read and write the trailing block instances.
getOffset() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
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.
getOperationByAction(String) - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
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
 
getOperationName(InterfaceInfo, Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
Creates a name for the operation from the method name.
getOperationName(InterfaceInfo, Method) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getOperationName(InterfaceInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
Creates a name for the operation from the method name.
getOperationName() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
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.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.
getOperations() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getOption() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.MissingOption
 
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
 
getOptionalAttrName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getOptionalAttrQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getOptionality(Element) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getOptionSwitch() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.DuplicateArgument
 
getOptionSwitch() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.DuplicateOption
 
getOptionSwitch() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.InvalidOption
 
getOptionSwitch() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.MissingOption
 
getOptionSwitch() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UnexpectedOption
 
getOrCreateDetail() - Method in exception org.apache.cxf.interceptor.Fault
Returns the detail node.
getOrCreateGenericType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getOrCreateGenericType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
getOrCreateGenericType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
getOrCreateMapKeyType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getOrCreateMapKeyType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
 
getOrCreateMapKeyType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
getOrCreateMapKeyType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
getOrCreateMapValueType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getOrCreateMapValueType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.DefaultTypeCreator
 
getOrCreateMapValueType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
getOrCreateMapValueType(AbstractTypeCreator.TypeClassInfo) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
getOrCreateParameterizedType(Object, int) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
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
 
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.
getOut() - Method in class org.apache.cxf.io.CachedOutputStream
 
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.
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.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.
getOutMessage() - Method in interface org.apache.cxf.message.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
 
getOutOutputStream() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
getOutParameterName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getOutParameterName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getOutParameterName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getOutPartName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getOutPartName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getOutPartName(OperationInfo, Method, int) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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 class org.apache.cxf.frontend.AbstractServiceFactory
 
getOutputFile() - Method in interface org.apache.cxf.service.ServiceBuilder
 
getOutputMessageName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getOutputMessageName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
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(String) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
getOutputStream() - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
getOutstreamIds() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getOwner() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getPackageJavaDoc() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getPackageJavaDoc() - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
getPackageMappingSchemaBindingFile(String, String) - Static method in class org.apache.cxf.tools.util.JAXBUtils
Create the jaxb binding file to customize namespace to package mapping
getPackageName(Class<?>) - Static method in class org.apache.cxf.common.util.PackageUtils
 
getPackageName() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getPackageName() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getPackageName() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getPackageName() - Method in class org.apache.cxf.tools.common.ToolContext
 
getPackageName(String) - Static method in class org.apache.cxf.tools.util.URIParserUtil
 
getPackageName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getPackageNameByNameSpaceURI(String) - Static method in class org.apache.cxf.common.util.PackageUtils
 
getPackagesFromJar(File) - Static method in class org.apache.cxf.common.util.ReflectionUtil
 
getParameter(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getParameter(String) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getParameter(String) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandDocument
 
getParameter(String) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
getParameterCount() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getParameterDefault(String) - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getParameterFields() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getParameterList() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getParameterList(boolean) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getParameterListWithoutAnnotation() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getParameterMap() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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
 
getParameterNames() - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandDocument
 
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.tools.common.model.JavaMethod
 
getParameters(String) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandDocument
 
getParameters(String) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
getParametersMap(Set) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
get all parameters in a map
getParameterValues(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getParamName(Method, int) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getParamNamespace(Method, int) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getParams(String) - Static method in class org.apache.cxf.jaxrs.provider.FormEncodingReaderProvider
Retrieve map of parameters from the passed in message
getParamType(Method, int) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getParaName() - Method in class org.apache.cxf.tools.common.model.JavaField
 
getParent() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getParent() - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
getParent() - Method in interface org.apache.cxf.aegis.type.TypeCreator
 
getParent() - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
getParent() - Method in class org.apache.cxf.tools.common.Tag
 
getParser() - Static method in class org.apache.cxf.helpers.XMLUtils
 
getPart() - Method in class org.apache.cxf.binding.soap.model.SoapHeaderInfo
 
getPart() - Method in class org.apache.cxf.wsdl.TMessage
Gets the value of the part property.
getPartialResponse(HttpURLConnection, int) - Static method in class org.apache.cxf.transport.http.HTTPConduit
Get an input stream containing the partial response if one is present.
getPartName() - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
getParts() - Method in class org.apache.cxf.binding.soap.model.SoapBodyInfo
 
getParts(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
getParts(Operation, boolean) - Method in class org.apache.cxf.helpers.WSDLHelper
 
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.frontend.ClientProxyFactoryBean
 
getPassword() - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier.UserPass
This method returns the password.
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
 
getPathExtension() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPathExtension() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPathInfo() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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
 
getPathTranslated() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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.
getPhase() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getPhase() - Method in interface org.apache.cxf.phase.PhaseInterceptor
The phase of this interceptor.
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.aegis.util.stax.JDOMStreamReader
 
getPIData() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getPIData() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getPipeline() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getPITarget() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getPITarget() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getPITarget() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getPlatonicRequestUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalUriInfo
 
getPlatonicRequestUriBuilder() - Method in class org.apache.cxf.jaxrs.impl.UriInfoImpl
 
getPolicy() - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
getPolicy() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
getPolicy() - Method in interface org.apache.cxf.ws.policy.EffectivePolicy
 
getPolicy() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getPolicy() - Method in interface org.apache.cxf.ws.policy.PolicyAssertion
 
getPolicy(Element) - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Creates a Policy object from an DOM element.
getPolicyAttachmentElemName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getPolicyAttachmentElemQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getPolicyConstants() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
getPolicyElemName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getPolicyElemQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getPolicyReference(Element) - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Creates a PolicyReference object from a DOM element.
getPolicyReferenceElemName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getPolicyReferenceElemQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getPolicyURIsAttrName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getPolicyURIsAttrQName() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
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.tools.common.model.JavaPort
 
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
 
getPorts() - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
getPortType() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
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.
getPortTypes(Definition) - Method in class org.apache.cxf.helpers.WSDLHelper
 
getPosition() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
getPreemptiveUserPass(String, URL, Message) - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
The HTTPConduit makes a call to this method before connecting to the server behind a particular URL.
getPrefix(Element, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
 
getPrefix(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
 
getPrefix() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getPrefix(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
getPrefix(String) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
 
getPrefix() - Method in class org.apache.cxf.binding.soap.Soap11
 
getPrefix() - Method in class org.apache.cxf.binding.soap.Soap12
 
getPrefix() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
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.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.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.aegis.util.NamespaceHelper
 
getPrefixes(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
 
getPrefixes(String) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
 
getPrefixes(String) - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
getPrefixes(String) - Method in class org.apache.cxf.staxutils.W3CNamespaceContext
 
getPrefixForNamespace(String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getPrefixForNamespace(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
getPrefixForNamespace(String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getPrefixForNamespace(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getPrefixForNamespace(String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
getPrefixForNamespace(String, String) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
Get a prefix for a namespace.
getPrefixForNamespace(String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getPrefixForNamespace(String, String) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
getPrefixForNamespace(String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getPrefixForNamespace(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getPrefixFromNS(String) - Method in class org.apache.cxf.NSManager
 
getPrefixRecursive(Element, String) - Static method in class org.apache.cxf.helpers.DOMUtils
 
getPrimaryMethod(OperationInfo) - Method in class org.apache.cxf.frontend.SimpleMethodDispatcher
 
getPrimarySwitch() - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
getPrintWriter() - Method in class org.apache.cxf.interceptor.LoggingInInterceptor
 
getPriority() - Method in class org.apache.cxf.phase.Phase
 
getPrivClassAnnotation(Class<?>, Class<T>) - Static method in class org.apache.cxf.tools.util.AnnotationUtil
 
getPrivMethodAnnotation(Method, Class<T>) - Static method in class org.apache.cxf.tools.util.AnnotationUtil
 
getPrivParameterAnnotations(Method) - Static method in class org.apache.cxf.tools.util.AnnotationUtil
 
getProduceMime() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getProduceTypes() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
getProduceTypes(ProduceMime) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
getProperties() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getProperties() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
Returns the property map for the proxy factory.
getProperties() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getProperty(Class<T>) - Method in class org.apache.cxf.aegis.Context
 
getProperty(String) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
 
getProperty(String) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
 
getProperty(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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.service.model.UnwrappedOperationInfo
 
getProperty(String, Class<T>) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
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.W3CDOMStreamWriter
 
getProperty(String) - Method in class org.apache.cxf.tools.util.PropertyUtil
 
getProperty(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getPropertyDescriptor(String) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getPropertyDescriptorFromMappedName(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getPropertyDescriptors() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
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.
getProtocol() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getProtocol() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Returns the protocol "http" or "https" for which this engine was configured.
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
 
getProviders() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
getProxy(Class<T>, Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
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.
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.
getPublishedEndpointUrl() - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
getQName(String, Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
getQName() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getQName(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
getQName(String, String) - Method in class org.apache.cxf.tools.common.ToolContext
 
getQualifyWrapperSchema() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
getRanks() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
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
getRawName() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getReader() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getReader() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getReadType(XMLStreamReader, AegisContext, Type) - Static method in class org.apache.cxf.aegis.type.TypeUtil
 
getReadTypeStandalone(XMLStreamReader, AegisContext, Type) - Static method in class org.apache.cxf.aegis.type.TypeUtil
getReadType cannot just look up the xsi:type in the mapping.
getRealClass(Object) - Static method in class org.apache.cxf.common.util.ClassHelper
 
getRealClassInternal(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
 
getReason() - Method in exception org.apache.cxf.binding.soap.SoapFault
 
getReceiver() - Method in class org.apache.cxf.binding.soap.Soap11
 
getReceiver() - Method in class org.apache.cxf.binding.soap.Soap12
 
getReceiver() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
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.
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.
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
 
getRegistrationType() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getRegistry() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
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
 
getRemoteHost() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRemotePort() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRemoteUser() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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
 
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() - Method in class org.apache.cxf.frontend.ClientProxy
 
getRequestDispatcher(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getRequestedSessionId() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
getRequestHandlers() - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getRequestHeader(String) - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getRequestHeader(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.impl.HttpHeadersImpl
 
getRequestHeaders() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpHeaders
 
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
 
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
 
getRequestWrapper(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getRequestWrapper(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getRequestWrapperClassName(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getRequestWrapperClassName(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getRequestWrapperName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
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
 
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) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
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.model.AbstractResourceInfo
 
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
 
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.
getResourceType(Resource, Field) - Method in class org.apache.cxf.common.injection.ResourceInjector
making this protected to keep pmd happy
getResponseContentType() - Method in class org.apache.cxf.test.TestUtilities.TestMessageObserver
 
getResponseContentType(String, String) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
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
 
getResponseContext() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getResponseContext() - Method in class org.apache.cxf.frontend.ClientProxy
 
getResponseHandlers() - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
getResponseStream() - Method in class org.apache.cxf.test.TestUtilities.TestMessageObserver
 
getResponseWrapper(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getResponseWrapper(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getResponseWrapperClassName(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getResponseWrapperClassName(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getResponseWrapperName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getResponseWrapperPartName(OperationInfo, Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getRest() - Method in class org.apache.cxf.wsdl.TOperation
Gets the rest of the content model.
getReturn() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getReturnName(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getReturnNamespace(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getReturnType(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getReturnValue() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getRole() - Method in exception org.apache.cxf.binding.soap.SoapFault
Returns the fault actor.
getRoles() - Method in class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
 
getRoles() - Method in interface org.apache.cxf.binding.soap.interceptor.SoapInterceptor
 
getRootClasses() - Method in class org.apache.cxf.aegis.AegisContext
 
getRootClassNames() - Method in class org.apache.cxf.aegis.AegisContext
Retrieve the set of root class names.
getRootNode() - Method in class org.apache.cxf.bindings.xformat.XMLBindingMessageFormat
Gets the value of the rootNode property.
getRootType(Class) - Method in class org.apache.cxf.aegis.AegisContext
If a class was provided as part of the 'root' list, retrieve it's Type by Class.
getRootType(QName) - Method in class org.apache.cxf.aegis.AegisContext
If a class was provided as part of the root list, retrieve it's Type by schema type QName.
getRootType() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
Gets the QName of the root component type of this array.
getRootTypes() - Method in class org.apache.cxf.aegis.AegisContext
Retrieve the Aegis type objects for the root classes.
getRoutingInterceptors() - Method in class org.apache.cxf.transport.MultipleEndpointObserver
 
getSAXParser() - Method in class org.apache.cxf.tools.common.dom.SchemaValidatingSAXParser
 
getSchema() - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
getSchema() - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
getSchema() - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
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
 
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
 
getSchemaLocations() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
getSchemas() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
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
 
getSchemaType() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
getSchemaType() - Method in class org.apache.cxf.aegis.type.Type
 
getScheme() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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
 
getSelectedConduit(Message) - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
Mechanics to actually get the Conduit from the ConduitInitiator if necessary.
getSender() - Method in class org.apache.cxf.binding.soap.Soap11
 
getSender() - Method in class org.apache.cxf.binding.soap.Soap12
 
getSender() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
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.frontend.ServerFactoryBean
 
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
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
 
getServerPort() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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 class org.apache.cxf.aegis.databinding.AegisDatabinding
 
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 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
 
getServiceBean() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
getServiceBeanClass() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
getServiceClass() - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
getServiceClass() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
getServiceClass() - Method in class org.apache.cxf.jaxrs.model.AbstractResourceInfo
 
getServiceClass() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getServiceClass() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getServiceClasses() - Method in class org.apache.cxf.tools.common.model.JavaModel
 
getServiceConfigurations() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getServiceFactory() - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
getServiceFactory() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
getServiceFactory() - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
getServiceFactory() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
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.frontend.ClientProxyFactoryBean
Returns the QName of the WSDL service the proxy implements
getServiceName() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getServiceName() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getServiceName() - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getServiceName() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getServiceName() - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
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.
getServiceNamespace() - Method in class org.apache.cxf.aegis.databinding.AegisServiceConfiguration
Deprecated.  
getServiceNamespace() - Method in class org.apache.cxf.aegis.databinding.XFireCompatibilityServiceConfiguration
 
getServiceNamespace() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getServiceNamespace() - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getServiceNamespace() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getServiceNameType(QName, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getServiceObject(Exchange) - Method in class org.apache.cxf.jaxrs.JAXRSInvoker
 
getServiceObject(Exchange, List<Object>) - 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
 
getServiceQName() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getServiceQName(boolean) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getServlet(String) - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServletContextName() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServletNames() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalServletContext
 
getServletPath() - Method in class org.apache.cxf.jaxrs.impl.tl.ThreadLocalHttpServletRequest
 
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.HTTPSession
 
getSignature(Member, Class[]) - Static method in class org.apache.cxf.common.util.ClassReader
 
getSignature() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getSimpleName() - Method in class org.apache.cxf.tools.common.model.JavaType
 
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(Object) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
getSize(Object) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
getSize(Entry) - Method in class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
getSize(Feed) - Method in class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
getSize(Object) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
getSize(Object) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
getSize(Source) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
getSize(String) - Method in class org.apache.cxf.jaxrs.provider.StringProvider
 
getSize(XmlObject) - 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(OperationInfo) - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
Get the soap action for an operation.
getSoapAction(OperationInfo) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getSoapAction() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getSoapAction() - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Gets the value of the soapAction property.
getSoapAddress(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapBinding(List<ExtensibilityElement>) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapBinding(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapBody(List<ExtensibilityElement>) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapBody(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapEncodingStyle() - Method in class org.apache.cxf.binding.soap.Soap11
 
getSoapEncodingStyle() - Method in class org.apache.cxf.binding.soap.Soap12
 
getSoapEncodingStyle() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getSoapFault(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapHeader(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapHeaders(List<ExtensibilityElement>) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapOperation(List<ExtensibilityElement>) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapOperation(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSOAPOperationStyle(BindingOperation) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSOAPParameterStyle() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getSOAPStyle() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getSoapStyle() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getSoapStyle(String) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSOAPUse() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getSoapUse() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getSoapUse(String) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
getSoapVersion() - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
getSoapVersion() - Method in class org.apache.cxf.binding.soap.SoapBinding
 
getSoapVersion(String) - Method in class org.apache.cxf.binding.soap.SoapVersionFactory
 
getSoapVersion() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getSSLContext(String, KeyManager[], TrustManager[]) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSSLSession() - Method in class org.apache.cxf.security.transport.TLSSessionInfo
 
getState() - Method in class org.apache.cxf.bus.CXFBusImpl
 
getState() - Method in class org.apache.cxf.endpoint.ManagedEndpoint
 
getStatus() - Method in class org.apache.cxf.jaxrs.impl.ResponseImpl
 
getStdErr() - Method in class org.apache.cxf.tools.common.ToolTestBase
 
getStdOut() - Method in class org.apache.cxf.tools.common.ToolTestBase
 
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
 
getStreamRefName(String) - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
Arguments can have streamref attributes which associate them with a stream.
getStreams() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getStringFromFile(File) - Static method in class org.apache.cxf.helpers.FileUtils
 
getStringFromFile(File) - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
getStructuredParams(String, String, boolean) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
Retrieve map of query parameters from the passed in message
getStyle() - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
getStyle(OperationInfo) - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
getStyle() - Method in class org.apache.cxf.binding.soap.model.SoapOperationInfo
 
getStyle() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getStyle(OperationInfo) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getStyle() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getStyle() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getStyle() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
getStyle() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
getStyle() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getSubClassResourceInfo() - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
getSubCode() - Method in exception org.apache.cxf.binding.soap.SoapFault
Returns the SubCode for the Fault Code.
getSubCodeString(String, String) - Method in exception org.apache.cxf.binding.soap.SoapFault
 
getSuffix() - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
getSuffix() - Method in class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser
 
getSuggestedName(Service, TypeMapping, OperationInfo, int) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
getSuperType() - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
getSupportedCipherSuites(SSLContext) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getSupportedReaderFormats() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
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.jaxb.JAXBDataBinding
 
getSupportedWriterFormats() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
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.jaxb.JAXBDataBinding
 
getSynchronousTimeout() - Method in class org.apache.cxf.endpoint.ClientImpl
 
getSystemId() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getTags() - Method in class org.apache.cxf.tools.common.Tag
 
getTags(File) - Static method in class org.apache.cxf.tools.util.StAXUtil
 
getTagTree(File) - Static method in class org.apache.cxf.tools.util.StAXUtil
 
getTagTree(File, List<String>) - Static method in class org.apache.cxf.tools.util.StAXUtil
 
getTagTree(InputStream, List<String>) - Static method in class org.apache.cxf.tools.util.StAXUtil
 
getTarget() - Method in class org.apache.cxf.common.annotation.AbstractAnnotationVisitor
 
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
 
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.tools.common.model.JavaType
 
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.
getTempFile() - Method in class org.apache.cxf.io.CachedOutputStream
 
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.aegis.util.stax.JDOMStreamReader
 
getText() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getText() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getText() - Method in class org.apache.cxf.tools.common.Tag
 
getTextCharacters() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
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.W3CDOMStreamReader
 
getTextLength() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
getTextLength() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getTextLength() - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
getTextStart() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
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.http.gzip.GZIPFeature
 
getThreshold() - Method in class org.apache.cxf.transport.http.gzip.GZIPOutInterceptor
 
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.
getToolName() - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
getToolUsage() - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
getTopCreator() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getTotalDimensions() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
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
 
getTransportURI() - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
getTransportURI() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getTransURI() - Method in class org.apache.cxf.tools.common.model.JavaPort
 
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
 
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(MessagePartInfo) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
getType() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getType(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
Get the type class for the field with the specified QName.
getType(Class) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
getType(QName) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
getType() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
getType(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
getType(Class) - Method in interface org.apache.cxf.aegis.type.TypeMapping
 
getType(QName) - Method in interface org.apache.cxf.aegis.type.TypeMapping
 
getType() - Method in class org.apache.cxf.configuration.security.KeyStoreType
Gets the value of the type property.
getType() - Method in class org.apache.cxf.service.model.MessageInfo
 
getType() - Method in class org.apache.cxf.tools.common.model.JAnnotation
 
getType() - Method in class org.apache.cxf.tools.common.model.JavaType
 
getType() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
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 class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getTypeClass() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getTypeClass() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
getTypeClass() - Method in class org.apache.cxf.aegis.type.Type
 
getTypeClass() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getTypeCreationOptions() - Method in class org.apache.cxf.aegis.AegisContext
Return the type mapping configuration associated with this context.
getTypeCreator() - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
getTypeCreator() - Method in interface org.apache.cxf.aegis.type.TypeMapping
 
getTypeInfo() - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
getTypeMapping() - Method in class org.apache.cxf.aegis.AegisContext
Return the type mapping object used by this context.
getTypeMapping() - Method in class org.apache.cxf.aegis.Context
 
getTypeMapping() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
getTypeMapping() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
getTypeMapping() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
getTypeMapping() - Method in class org.apache.cxf.aegis.type.Type
 
getTypeName() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getTypeName() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
getTypeQName(Class) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
getTypeQName(Class) - Method in interface org.apache.cxf.aegis.type.TypeMapping
 
getTypeQName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getTypesFullClassName(String, String) - Method in class org.apache.cxf.tools.util.ClassCollector
 
getTypesPackages() - Method in class org.apache.cxf.tools.util.ClassCollector
 
getTypesSchemaDocument() - Method in class org.apache.cxf.aegis.AegisContext
 
getUltimateReceiverRole() - Method in class org.apache.cxf.binding.soap.Soap11
 
getUltimateReceiverRole() - Method in class org.apache.cxf.binding.soap.Soap12
 
getUltimateReceiverRole() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getUnderstoodHeaders() - Method in class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
 
getUnderstoodHeaders() - Method in interface org.apache.cxf.binding.soap.interceptor.SoapInterceptor
 
getUniqueBoundaryValue(int) - Static method in class org.apache.cxf.attachment.AttachmentUtil
 
getUniquePrefix(Element, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
Create a unique namespace uri/prefix combination.
getUniquePrefix(XMLStreamWriter, String, boolean) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
Create a unique namespace uri/prefix combination.
getUniquePrefix(XMLStreamWriter) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
 
getUniquePrefix(XMLStreamWriter, String, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
Create a unique namespace uri/prefix combination.
getUniquePrefix(XMLStreamWriter) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
getUnmarshaller() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getUnmarshallerListener() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Returns the Unmarshaller.Listener that will be registered on the Unmarshallers
getUnmarshallerProperties() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Return a map of properties.
getUnresolvedRefs() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
Gets the unresolved SOAP references by referenced id.
getUnSupported() - Method in class org.apache.cxf.transport.https.HttpsURLConnectionFactory
 
getUnwrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getUnwrappedOperation() - Method in class org.apache.cxf.service.model.OperationInfo
 
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
 
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.AbstractHTTPTransportFactory
 
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 class org.apache.cxf.transport.http.URLConnectionInfo
This field returns the URL associated with the connection in question.
getUsage() - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
getUsage() - Method in exception org.apache.cxf.tools.common.toolspec.parser.BadUsageException
 
getUsage() - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
getUsage() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getUsageForms() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
getUse() - Method in class org.apache.cxf.binding.soap.model.SoapBodyInfo
 
getUse() - Method in class org.apache.cxf.binding.soap.model.SoapHeaderInfo
 
getUse() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getUsedNamespaces() - Method in class org.apache.cxf.helpers.MapNamespaceContext
 
getUseParentHandlers() - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
getUserid() - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier.UserPass
This method returns the userid.
getUserName() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the userName property.
getUsername() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
getUserObject(String) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
getUserPassForRealm(String, URL, Message, String) - Method in class org.apache.cxf.transport.http.HttpBasicAuthSupplier
The HTTPConduit makes a call to this method if it receives a 401 response to a particular URL for a given message.
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
 
getValidationEventHandler() - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
getValidClass(Class<?>) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
getValue() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getValue(String, String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getValue() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getValue() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
getValue() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getValue(String, String) - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getValue() - Method in class org.apache.cxf.binding.soap.SoapVersionEditor
 
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.model.URITemplate
 
getValue() - Method in class org.apache.cxf.tools.common.model.JAnnotationElement
 
getValue() - Method in class org.apache.cxf.tools.common.model.JavaExpression
Get the Value value.
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.
getValue() - Method in class org.apache.cxf.ws.policy.builder.xml.XmlPrimitiveAssertion
Returns the wrapped element.
getValueAsBoolean() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
getValueAsBoolean() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getValueAsCharacter() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
getValueAsCharacter() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getValueAsDouble() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
getValueAsDouble() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getValueAsFloat() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
getValueAsFloat() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getValueAsInt() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
getValueAsInt() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getValueAsLong() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
getValueAsLong() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getValueName() - Method in class org.apache.cxf.aegis.type.collection.MapType
 
getValueType() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
getValueType() - Method in class org.apache.cxf.aegis.type.collection.MapType
 
getVerb() - Method in class org.apache.cxf.wsdl.http.BindingType
Gets the value of the verb property.
getVersion() - Method in class org.apache.cxf.binding.soap.Soap11
 
getVersion() - Method in class org.apache.cxf.binding.soap.Soap12
 
getVersion() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
getVersion() - Method in class org.apache.cxf.binding.soap.SoapMessage
 
getVersion() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getVersion() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
getVersion() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
getVersion(String) - Static method in class org.apache.cxf.wsdl.WSDLConstants
 
getVersionMismatch() - Method in class org.apache.cxf.binding.soap.Soap11
 
getVersionMismatch() - Method in class org.apache.cxf.binding.soap.Soap12
 
getVersionMismatch() - Method in interface org.apache.cxf.binding.soap.SoapVersion
 
getVersions() - Method in class org.apache.cxf.binding.soap.SoapVersionFactory
 
getVocabulary() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getWantClientAuthentication(boolean, Boolean, Logger) - Static method in class org.apache.cxf.transport.https.SSLUtils
 
getWebParam(Method, String) - Static method in class org.apache.cxf.tools.util.AnnotationUtil
 
getWebResult(Method) - Static method in class org.apache.cxf.tools.util.AnnotationUtil
 
getWebServiceName() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
getWorkQueueMaxSize() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getWorkQueueSize() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
getWrapped() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
Returns non-null if wrapped mode was explicitely disabled or enabled.
getWrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getWrappedOperation() - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getWrapperPartMaxOccurs(MessagePartInfo) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getWrapperPartMaxOccurs(MessagePartInfo) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getWrapperPartMaxOccurs(MessagePartInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getWrapperPartMinOccurs(MessagePartInfo) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getWrapperPartMinOccurs(MessagePartInfo) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
getWrapperPartMinOccurs(MessagePartInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getWriter(File) - Static method in class org.apache.cxf.tools.util.FileWriterUtil
 
getWriter(File, String) - Static method in class org.apache.cxf.tools.util.FileWriterUtil
 
getWriter(String, String) - Method in class org.apache.cxf.tools.util.FileWriterUtil
 
getWriteType(AegisContext, Object, Type) - Static method in class org.apache.cxf.aegis.type.TypeUtil
 
getWriteTypeStandalone(AegisContext, Object, Type) - Static method in class org.apache.cxf.aegis.type.TypeUtil
 
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() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
getWsdlLocation() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
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.frontend.AbstractWSDLBasedEndpointFactory
 
getWsdlURL() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
getWsdlURL() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getWsdlURL() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
getWsdlURL() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
getWSUNamespace() - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
getXmimeXpathImport() - Static method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
getXMLInputFactory(Message) - Static method in class org.apache.cxf.interceptor.StaxInInterceptor
 
getXMLInputFactory() - Static method in class org.apache.cxf.staxutils.StaxUtils
Return a cached, namespace-aware, factory.
getXMLInputFactory(boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
Return a cached factory.
getXMLOutputFactory(Message) - Static method in class org.apache.cxf.interceptor.StaxOutInterceptor
 
getXMLOutputFactory() - Static method in class org.apache.cxf.staxutils.StaxUtils
 
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() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
getXMLStreamReader() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
getXMLStreamReader() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
getXMLStreamReader() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
getXMLStreamReader(Message) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
getXMLStreamWriter() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
getXMLStreamWriter() - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
getXMLStreamWriter(Message) - Method in class org.apache.cxf.binding.soap.interceptor.RPCOutInterceptor
 
getXMLStreamWriter(Message) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
getXsiType() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
GMONTH_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
GMONTHDAY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
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_ENCODING_KEY - Static variable in class org.apache.cxf.transport.http.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.http.gzip
This class is used to control GZIP compression of messages.
GZIPFeature() - Constructor for class org.apache.cxf.transport.http.gzip.GZIPFeature
 
GZIPInInterceptor - Class in org.apache.cxf.transport.http.gzip
CXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.
GZIPInInterceptor() - Constructor for class org.apache.cxf.transport.http.gzip.GZIPInInterceptor
 
GZIPInInterceptor.GZIPInEndingInterceptor - Class in org.apache.cxf.transport.http.gzip
Ending interceptor to restore the original input stream after processing, so as not to interfere with streaming HTTP.
GZIPInInterceptor.GZIPInEndingInterceptor() - Constructor for class org.apache.cxf.transport.http.gzip.GZIPInInterceptor.GZIPInEndingInterceptor
 
GZIPOutInterceptor - Class in org.apache.cxf.transport.http.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.http.gzip.GZIPOutInterceptor
 
GZIPOutInterceptor.UseGzip - Enum in org.apache.cxf.transport.http.gzip
Enum giving the possible values for whether we should gzip a particular message.

H

handle(String, HttpServletRequest, HttpServletResponse, int) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
handleBean(Class<?>, MultivaluedMap<String, String>) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
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.
handleFault(SoapMessage) - Method in class org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor
 
handleFault(Message) - Method in class org.apache.cxf.interceptor.AttachmentInInterceptor
 
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.StaxOutInterceptor
 
handleFault(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
handleHeadersTrustCaching() - Method in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.binding.soap.interceptor.RPCInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.binding.soap.interceptor.RPCOutInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.Soap12FaultOutInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.SoapActionOutInterceptor
Deprecated.  
handleMessage(Message) - Method in class org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SoapOutEndingInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor
Mediate a message dispatch.
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.saaj.SAAJInInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor
 
handleMessage(SoapMessage) - Method in class org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor.SAAJOutEndingInterceptor
 
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.OutgoingChainInterceptor
 
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.StaxOutInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.interceptor.StaxOutInterceptor.StaxOutEndingInterceptor
 
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.transport.http.gzip.GZIPInInterceptor.GZIPInEndingInterceptor
Restores the original input stream for the message.
handleMessage(Message) - Method in class org.apache.cxf.transport.http.gzip.GZIPInInterceptor
 
handleMessage(Message) - Method in class org.apache.cxf.transport.http.gzip.GZIPOutInterceptor
 
handleParameter(String, Class<?>) - 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
 
handleRequest(Message, ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.ext.MappingsHandler
 
handleRequest(Message, ClassResourceInfo) - Method in interface org.apache.cxf.jaxrs.ext.RequestHandler
 
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, 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
 
handleSetters(OperationResourceInfo, Object, Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
hasArgument() - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
hasAttribute(Element, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
hasBusProperty() - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
hasBusProperty() - Method in class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser
 
hasBusProperty() - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
hasDetails() - Method in exception org.apache.cxf.interceptor.Fault
Indicates whether this fault has a detail message.
hasException(JavaException) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
hasExcludeNamespace(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
hasFaults() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasHandler() - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
hashCode() - Method in class org.apache.cxf.aegis.type.Type
 
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.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.impl.MetadataMap
 
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.staxutils.DepthXMLStreamReader
 
hashCode() - Method in class org.apache.cxf.tools.common.model.JAnnotationElement
 
hashCode() - Method in class org.apache.cxf.tools.common.Tag
 
hasHeader(QName) - Method in class org.apache.cxf.binding.soap.SoapMessage
 
hasHeaders() - Method in class org.apache.cxf.binding.soap.SoapMessage
 
hasImmediateArgument() - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
hasInfoOption() - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
hasInfoOption(TokenInputStream) - Method in class org.apache.cxf.tools.common.toolspec.parser.Form
 
hasInput() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasMaxOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
hasMaxOccurs() - Method in class org.apache.cxf.aegis.type.Type
 
hasMethod(JavaMethod) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
hasMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
hasMinOccurs() - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
hasMinOccurs() - Method in class org.apache.cxf.aegis.type.Type
 
hasMoreAttributeReaders() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
hasMoreAttributeReaders() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
hasMoreAttributeReaders() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
hasMoreAttributeReaders() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
hasMoreElementReaders() - Method in class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
hasMoreElementReaders() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
hasMoreElementReaders() - Method in class org.apache.cxf.aegis.xml.stax.AttributeReader
 
hasMoreElementReaders() - Method in class org.apache.cxf.aegis.xml.stax.ElementReader
 
hasName() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
hasName() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
hasNamespace(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
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
 
hasNext() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
hasOutMessage(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
hasOutMessage(Method) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
hasOutMessage(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
hasOutput() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasParameter(String) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
hasParameter(String) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandDocument
 
hasParameter(String) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
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() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
hasValue(MessagePartInfo) - Method in class org.apache.cxf.message.MessageContentsList
 
HEADER - Static variable in class org.apache.cxf.binding.soap.SoapBindingFactory
 
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.impl.ResponseBuilderImpl
 
HEADER - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
HeaderProcessor - Interface in org.apache.cxf.headers
 
headerProviders - Variable in class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
HeaderUtil - Class in org.apache.cxf.binding.soap
 
headSet(T) - Method in class org.apache.cxf.common.util.SortedArraySet
 
HEX_BINARY_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
HOLDER - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
holderClass(String) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
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
 
HTTP_CONTEXT - 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
 
HTTP_URL_PROTOCOL_ID - Static variable in class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
 
HttpAddressPlugin - Class in org.apache.cxf.binding.xml.wsdl11
 
HttpAddressPlugin() - Constructor for class org.apache.cxf.binding.xml.wsdl11.HttpAddressPlugin
 
HttpBasicAuthSupplier - Class in org.apache.cxf.transport.http
This abstract class is extended by developers who need HTTP Basic Auth functionality on the client side.
HttpBasicAuthSupplier() - Constructor for class org.apache.cxf.transport.http.HttpBasicAuthSupplier
The default constructor assigns the class name as the LogicalName.
HttpBasicAuthSupplier(String) - Constructor for class org.apache.cxf.transport.http.HttpBasicAuthSupplier
This constructor assigns the LogicalName of this HttpBasicAuthSupplier.
HttpBasicAuthSupplier.UserPass - Class in org.apache.cxf.transport.http
This class is used to return the values of the userid and password used in the HTTP Authorization Header.
HttpBasicAuthSupplierBeanDefinitionParser - Class in org.apache.cxf.transport.http.spring
 
HttpBasicAuthSupplierBeanDefinitionParser() - Constructor for class org.apache.cxf.transport.http.spring.HttpBasicAuthSupplierBeanDefinitionParser
 
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) - 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
 
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
 
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
 
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
 
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(TLSClientParameters) - 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.
HttpUriMapper - Class in org.apache.cxf.transport
 
HttpURLConnectionFactory - Interface in org.apache.cxf.transport.http
The primary purpose for this interface is to generate HttpURLConnections and retrieve information about the connections.
HttpURLConnectionFactoryImpl - Class in org.apache.cxf.transport.http
This class is a URLConnectionFactory that creates URLConnections for the HTTP protocol.
HttpURLConnectionFactoryImpl() - Constructor for class org.apache.cxf.transport.http.HttpURLConnectionFactoryImpl
 
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
 

I

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_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
 
IgnoreProperty - Annotation Type in org.apache.cxf.aegis.type.java5
IgnoreProperty Annotation allows us to Ignore JavaBean Properties when using AEGIS POJO Binding with Java 5 Annotations
IgnoreProperty - Annotation Type in org.codehaus.xfire.aegis.type.java5
Deprecated. use org.apache.cxf.aegis.type.java5.IgnoreProperty
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
 
IN_PARAM - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
INBOUND_MESSAGE - Static variable in interface org.apache.cxf.message.Message
 
inboundChainCache - Variable in class org.apache.cxf.endpoint.ClientImpl
 
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
 
indexOf(JavaMethod) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
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
 
info(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
InInterceptors - Annotation Type in org.apache.cxf.interceptor
 
init() - Method in class org.apache.cxf.binding.soap.spring.NamespaceHandler
 
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.endpoint.EndpointResolverRegistryImpl
Initialize registry, and expose as Bus extension.
init() - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
Initialize registry, and register itself on Bus as an extension.
init() - Method in class org.apache.cxf.frontend.spring.NamespaceHandler
 
init() - Method in class org.apache.cxf.jaxrs.spring.NamespaceHandler
 
init() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
init() - Method in interface org.apache.cxf.tools.common.toolspec.Tool
 
init() - Method in class org.apache.cxf.tools.common.toolspec.ToolSupport
 
init() - Method in class org.apache.cxf.transport.http.spring.NamespaceHandler
 
init() - Method in class org.apache.cxf.transport.http_jetty.spring.NamespaceHandler
 
init(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.apache.cxf.bus.spring.BusApplicationContext
 
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.apache.cxf.test.TestApplicationContext
 
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
 
initFeatures() - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
initialize() - Method in class org.apache.cxf.aegis.AegisContext
Initialize the context.
initialize(Service) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
Initialize the service info (i.e. Set up the data binding for a service.
initialize() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
initialize() - Method in class org.apache.cxf.bus.CXFBusImpl
 
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(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(Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(Service) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
initializeActiveFeatures(List<AbstractFeature>) - Method in class org.apache.cxf.endpoint.EndpointImpl
 
initializeAnnotationInterceptors(Endpoint, Class<?>) - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
Add annotationed Interceptors and Features to the Endpoint
initializeAnnotationInterceptors(AnnotationInterceptors, Endpoint) - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
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.bus.CXFBusFactory
 
initializeBus(Bus) - Method in class org.apache.cxf.BusFactory
 
initializeClassInfo(OperationInfo, Method, List<String>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
set the holder generic type info into message part info
initializeDataBindings() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
initializeDefaultInterceptors() - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
initializeDefaultInterceptors() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
initializeFaultInterceptors() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
initializeFaults(InterfaceInfo, OperationInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
initializeMessage(Service, TypeMapping, AbstractMessageContainer, int, Set<Type>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
initializeMessageTypes(ServiceInfo, AbstractMessageContainer, int) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
initializeParameter(MessagePartInfo, Class, Type) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.transport.http.gzip.GZIPFeature
 
initializeRootMessage() - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
initializeServiceConfigurations() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
initializeServiceFactory() - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
initializeServiceFactory() - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
initializeServiceModel() - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
initializeServiceModel() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
initializeWrappedSchema(ServiceInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
initializeWSDLOperation(InterfaceInfo, OperationInfo, Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
initializeWSDLOperations() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
injectFieldValue(Field, Object, Object) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectIntoList(Type, List<String>, boolean) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
injectIntoSet(Type, List<String>, boolean, boolean) - Static method in class org.apache.cxf.jaxrs.utils.InjectionUtils
 
InjectionUtils - Class in org.apache.cxf.jaxrs.utils
 
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
 
innerJaxbPackageBinding(Element, String) - Static method in class org.apache.cxf.tools.util.JAXBUtils
 
input - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
insertExchange(Method, Object[], Exchange) - Method in class org.apache.cxf.service.invoker.AbstractInvoker
 
instantiateMap() - Method in class org.apache.cxf.aegis.type.collection.MapType
Creates a map instance.
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
 
Interceptor<T extends Message> - Interface in org.apache.cxf.interceptor
Base interface for all interceptors.
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.
InterfaceInfo - Class in org.apache.cxf.service.model
 
InterfaceInfo(ServiceInfo, QName) - Constructor for class org.apache.cxf.service.model.InterfaceInfo
 
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
 
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.
intersect(PolicyAssertion, PolicyAssertion) - Method in class org.apache.cxf.ws.policy.Intersector
 
intersect(Collection<PolicyAssertion>, Collection<PolicyAssertion>) - Method in class org.apache.cxf.ws.policy.Intersector
 
intersect(Policy, Policy) - Method in class org.apache.cxf.ws.policy.Intersector
 
intersectMimeTypes(List<MediaType>, List<MediaType>) - 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
 
Intersector - Class in org.apache.cxf.ws.policy
This class contains methods dealing with policy intersection.
Intersector(AssertionBuilderRegistry) - Constructor for class org.apache.cxf.ws.policy.Intersector
 
IntType - Class in org.apache.cxf.aegis.type.basic
SimpleSerializer
IntType() - Constructor for class org.apache.cxf.aegis.type.basic.IntType
 
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
 
invoke(String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation syncronously
invoke(QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation syncronously
invoke(BindingOperationInfo, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation syncronously
invoke(BindingOperationInfo, Object[], Map<String, Object>) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation syncronously
invoke(ClientCallback, String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asyncronously
invoke(ClientCallback, QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asyncronously
invoke(ClientCallback, BindingOperationInfo, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asyncronously
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(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(Object, Method, Object[]) - Method in class org.apache.cxf.frontend.ClientProxy
 
invoke(Exchange, Object) - Method in class org.apache.cxf.jaxrs.JAXRSInvoker
 
invoke(Exchange, Object, List<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(Object, Method, Object[]) - Method in class org.apache.cxf.tools.common.ExtensionInvocationHandler
 
invoke(HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletController
 
invoke(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
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, ServletDestination) - Method in class org.apache.cxf.transport.servlet.ServletController
 
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.
invokeSync(Method, BindingOperationInfo, Object[]) - Method in class org.apache.cxf.frontend.ClientProxy
 
invokeWrapped(String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation syncronously
invokeWrapped(QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation syncronously
invokeWrapped(ClientCallback, String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asyncronously
invokeWrapped(ClientCallback, QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asyncronously
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
 
isA(Executor) - Static method in class org.apache.cxf.workqueue.OneShotAsyncExecutor
 
isA(Executor) - Static method in class org.apache.cxf.workqueue.SynchronousExecutor
 
isAbstract() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
isAbstract() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
isAbstract() - Method in class org.apache.cxf.aegis.type.Type
 
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.
isAnonymousWrapperTypes() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isArray(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
isAsserted() - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
isAsserted(AssertionInfoMap) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
isAsserted(AssertionInfoMap) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
isAsserted(AssertionInfoMap) - Method in interface org.apache.cxf.ws.policy.PolicyAssertion
 
isAsync(Method) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
isAsync(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isAsync(Method) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isAsync(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isAsync() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
isAsyncCallback(Method) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
isAsyncPolling(Method) - Static method in class org.apache.cxf.jaxb.JAXBUtils
 
isAttribute(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isAttribute(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
isAttribute(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
isAttribute(String, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
isAttributeFormQualified() - Method in class org.apache.cxf.service.model.SchemaInfo
 
isAttributeSpecified(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
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.
isCallback() - Method in class org.apache.cxf.tools.common.model.JavaParameter
Get the Callback value.
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
 
isCollection(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
isCollision(String, String) - Method in class org.apache.cxf.tools.util.FileWriterUtil
 
isComplex() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
We need to write a complex type schema for Beans, so return true.
isComplex() - Method in class org.apache.cxf.aegis.type.basic.BeanType
We need to write a complex type schema for Beans, so return true.
isComplex() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
isComplex() - Method in class org.apache.cxf.aegis.type.collection.MapType
 
isComplex() - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
We need to write a complex type schema for Beans, so return true.
isComplex() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
isComplex() - Method in class org.apache.cxf.aegis.type.java5.EnumType
 
isComplex() - Method in class org.apache.cxf.aegis.type.Type
 
isContextClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isDefaultExtensibleAttributes() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Should all elements permit 'any attribute'?
isDefaultExtensibleElements() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Should all complex types include an xsd:any to allow for future expansion?
isDefaultNillable() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Absent any annotations of XML mapping, the value of the nillable attribute on elements.
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
 
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
 
isElement(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isElement(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
isElement(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
isElement() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
isElementFormQualified() - Method in class org.apache.cxf.service.model.SchemaInfo
 
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.TwoStageMap
 
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
 
isEnabled() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
isEncode() - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
isEncoded(Annotation[], OperationResourceInfo) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
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
 
isEnum(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
isEnum(Class) - Method in class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
isEnum(Class) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
isEqualUri(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
isEumeration(XmlSchemaSimpleType) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaTools
Return true if a simple type is a straightforward XML Schema representation of an enumeration.
isEventEnabled(Event) - Method in class org.apache.cxf.event.ComponentEventFilter
 
isExcludeNamespaceEnabled() - Method in class org.apache.cxf.tools.common.ToolContext
 
isExist(String, Node, QName) - Method in class org.apache.cxf.helpers.XPathUtils
 
isExtensibleAttributes() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isExtensibleAttributes(AnnotatedElement, boolean) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
isExtensibleElements() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isExtensibleElements(AnnotatedElement, boolean) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
isExtension() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
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
 
isFlat() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
isFlat() - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
isFromWsdl() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isFull() - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
isGET(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
isHeader(BindingOperationInfo, MessagePartInfo) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
isHeader(Method, int) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isHeader(Method, int) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isHeader(Method, int) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isHeader - Variable in class org.apache.cxf.tools.common.model.JavaType
 
isHeader() - Method in class org.apache.cxf.tools.common.model.JavaType
 
isHolder(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
isHolder(Class<?>, Type) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isHolder(Class<?>, Type) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isHolder(Class<?>, Type) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isHolder() - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
isHonorKeepAlive() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Gets the value of the honorKeepAlive property.
isIgnored(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
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
 
isIN() - Method in class org.apache.cxf.tools.common.model.JavaType
 
isINOUT() - Method in class org.apache.cxf.tools.common.model.JavaType
 
isInParam(Method, int) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isInParam(Method, int) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isInParam(Method, int) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isIP4Address(String) - Static method in class org.apache.cxf.transport.https.CertificateHostnameVerifier.AbstractVerifier
 
isJavaIdentifier(String) - Static method in class org.apache.cxf.tools.util.NameUtil
 
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 of 1.5).
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
 
isLower(char) - Static method in class org.apache.cxf.tools.util.NameUtil
 
isMap(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
isMapped(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isMatchOperation(String, String) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isMethodAnnotation(Annotation) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isMethodParamAnnotationClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isMethodParamAnnotations(Annotation[]) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isMixedStyle(Binding) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isMtomEnabled() - Method in class org.apache.cxf.aegis.AegisContext
Is MTOM enabled in this context?
isMtomEnabled() - Method in class org.apache.cxf.aegis.Context
 
isMtomEnabled() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
isMtomEnabled() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
isMtomEnabled() - Method in class org.apache.cxf.binding.soap.SoapBindingFactory
 
isMtomUseXmime() - Method in class org.apache.cxf.aegis.AegisContext
Should this service use schema for MTOM types xmime:base64Binary instead of xsd:base64Binary?
isMtomUseXmime() - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
isMultiplexWithAddress() - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isMustUnderstand() - Method in class org.apache.cxf.binding.soap.SoapHeader
 
isNillable(QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
Nillable is only allowed if the actual property is Nullable
isNillable() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
isNillable(QName) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
Grab Nillable by looking in PropertyInfo map if no entry found, revert to parent class
isNillable() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
isNillable(QName) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
isNillable(AnnotatedElement) - Method in class org.apache.cxf.aegis.type.java5.AnnotationReader
 
isNillable() - Method in class org.apache.cxf.aegis.type.Type
 
isOneWay() - Method in interface org.apache.cxf.message.Exchange
 
isOneWay() - Method in class org.apache.cxf.message.ExchangeImpl
 
isOneWay() - Method in class org.apache.cxf.service.model.OperationInfo
 
isOneWay() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
isOneWay(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
isOperation(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isOperation(Method) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isOptional() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
isOUT() - Method in class org.apache.cxf.tools.common.model.JavaType
 
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
 
isOutOfBound() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
isOutParam(Method, int) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isOutParam(Method, int) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isOutParam(Method, int) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isParamAnnotationClass(Class<?>) - Static method in class org.apache.cxf.jaxrs.utils.AnnotationUtils
 
isPartialResponse(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if the current message is a partial response.
isPolicyAsserted(PolicyOperator, AssertionInfoMap) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
isPopulateFromClass() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isPunct(char) - Static method in class org.apache.cxf.tools.util.NameUtil
 
isQualifyAttributes() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isQualifyAttributes() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Whether or not attributes are qualified absent any annotations or mapping files.
isQualifyElements() - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isQualifyElements() - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Whether or not elements are qualified absent any annotations or mapping files.
isQualifyWrapperSchema() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isQuietMode() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingReaderProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.StringProvider
 
isReadable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
isReadToDocument() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
isReadXsiTypes() - Method in class org.apache.cxf.aegis.AegisContext
 
isReadXsiTypes() - Method in class org.apache.cxf.aegis.Context
 
isRecognizedQuery(String, String, EndpointInfo, boolean) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
isRecognizedQuery(String, String, EndpointInfo) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
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
 
isRegistered(Class) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
isRegistered(QName) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
isRegistered(Class) - Method in interface org.apache.cxf.aegis.type.TypeMapping
Returns a flag indicating if this type mapping has a mapping for a particular Java class.
isRegistered(QName) - Method in interface org.apache.cxf.aegis.type.TypeMapping
Returns a flag indicating if this type mapping has a mapping for a particular XML Schema QName.
isRegistered(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
 
isRegistered(ServiceContractResolver) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
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.binding.soap.interceptor.AbstractSoapInterceptor
 
isRequestor(Message) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor
 
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) - Method in class org.apache.cxf.interceptor.FIStaxOutInterceptor
 
isRequestor(Message) - Static method in class org.apache.cxf.message.MessageUtils
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
 
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
 
isRPC(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isRPC(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isSameAs(EndpointInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
isSatisfied(ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.Argument
 
isSatisfied(ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.Form
 
isSatisfied(ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
isSatisfied(ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.OptionGroup
 
isSatisfied(ErrorVisitor) - Method in interface org.apache.cxf.tools.common.toolspec.parser.TokenConsumer
 
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
 
isSerializable(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
isSerializedWhenUnknown() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
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.TExtensibleDocumented
 
isSetAnyTopLevelOptionalElement() - Method in class org.apache.cxf.wsdl.TDefinitions
 
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.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
 
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
 
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
 
isSetInclude() - Method in class org.apache.cxf.configuration.security.FiltersType
 
isSetInput() - Method in class org.apache.cxf.wsdl.TBindingOperation
 
isSetJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
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.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
 
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
 
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
 
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
 
isSetStyle() - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
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
 
isSetUrl() - Method in class org.apache.cxf.configuration.security.CertStoreType
 
isSetUrl() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
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
 
isShutdown() - Method in interface org.apache.cxf.workqueue.AutomaticWorkQueue
Returns true if this object has been shut down.
isSimpleBindingEnabled() - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
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
 
isSOAPAddress(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isSOAPBinding(Binding) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isSOAPBinding(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isSOAPBody(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isSOAPFault(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isSOAPHeader(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isSOAPOperation(Object) - Static method in class org.apache.cxf.tools.util.SOAPBindingUtil
 
isStandalone() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
isStandalone() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isStart() - Method in class org.apache.cxf.frontend.ServerFactoryBean
Whether or not the Server should be started upon creation.
isStartElement() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
isStartElement() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
isStrict() - Method in class org.apache.cxf.ws.policy.Intersector
 
isSubResourceLocator() - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
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
 
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
 
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
 
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.
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
 
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
 
isValidInputStream(String) - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
isValidMethod(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isVerbose() - Method in class org.apache.cxf.tools.common.ToolContext
 
isVerboseMode() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
isVerboseOn() - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
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
 
isWrapped() - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isWrapped(Method) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isWrapped(Method) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isWrapped(Method) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isWrapped() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isWrapperPartNillable(MessagePartInfo) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isWrapperPartNillable(MessagePartInfo) - Method in class org.apache.cxf.service.factory.DefaultServiceConfiguration
 
isWrapperPartNillable(MessagePartInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isWrapperPartQualified(MessagePartInfo) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
isWrapperPartQualified(MessagePartInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
isWrapperStyle() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.PrimitiveTextProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.StringProvider
 
isWriteable(Class<?>, Type, Annotation[]) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
isWriteOuter() - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
isWriteOuter() - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
isWriteOuter() - Method in class org.apache.cxf.aegis.type.Type
 
isWriteXsiTypes() - Method in class org.apache.cxf.aegis.AegisContext
 
isWriteXsiTypes() - Method in class org.apache.cxf.aegis.Context
 
isXmlBean(Class) - Method in class org.apache.cxf.jaxrs.provider.XMLBeansElementProvider
Check if a Class is a valid XMLBeans data object.
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.jaxb.attachment.JAXBAttachmentMarshaller
 
isXOPPackage() - Method in class org.apache.cxf.jaxb.attachment.JAXBAttachmentUnmarshaller
 
isXsiNil() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
isXsiNil() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
iterator() - Method in class org.apache.cxf.aegis.type.encoded.MarshalRegistry
Returns an iterator over the object instances that have not been marshalled yet.
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

JAnnotation - Class in org.apache.cxf.tools.common.model
 
JAnnotation() - Constructor for class org.apache.cxf.tools.common.model.JAnnotation
 
JAnnotation(Class) - Constructor for class org.apache.cxf.tools.common.model.JAnnotation
 
JAnnotationElement - Class in org.apache.cxf.tools.common.model
 
JAnnotationElement() - Constructor for class org.apache.cxf.tools.common.model.JAnnotationElement
 
JAnnotationElement(String, Object) - Constructor for class org.apache.cxf.tools.common.model.JAnnotationElement
 
JAnnotationElement(String, Object, boolean) - Constructor for class org.apache.cxf.tools.common.model.JAnnotationElement
 
JarResource - Class in org.apache.cxf.common.util
 
JarResource() - Constructor for class org.apache.cxf.common.util.JarResource
 
Java5TypeCreator - Class in org.apache.cxf.aegis.type.java5
 
Java5TypeCreator() - Constructor for class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
Java5TypeCreator(AnnotationReader) - Constructor for class org.apache.cxf.aegis.type.java5.Java5TypeCreator
 
JavaAnnotatable - Interface in org.apache.cxf.tools.common.model
 
JavaClass - Class in org.apache.cxf.tools.common.model
 
JavaClass() - Constructor for class org.apache.cxf.tools.common.model.JavaClass
 
JavaClass(JavaModel) - Constructor for class org.apache.cxf.tools.common.model.JavaClass
 
JavaCodeBlock - Class in org.apache.cxf.tools.common.model
 
JavaCodeBlock() - Constructor for class org.apache.cxf.tools.common.model.JavaCodeBlock
 
JavaCommon - Class in org.apache.cxf.tools.common.model
 
JavaCommon() - Constructor for class org.apache.cxf.tools.common.model.JavaCommon
 
JavaException - Class in org.apache.cxf.tools.common.model
 
JavaException() - Constructor for class org.apache.cxf.tools.common.model.JavaException
 
JavaException(String, String, String) - Constructor for class org.apache.cxf.tools.common.model.JavaException
 
JavaExceptionClass - Class in org.apache.cxf.tools.common.model
 
JavaExceptionClass() - Constructor for class org.apache.cxf.tools.common.model.JavaExceptionClass
 
JavaExceptionClass(JavaModel) - Constructor for class org.apache.cxf.tools.common.model.JavaExceptionClass
 
JavaExpression - Class in org.apache.cxf.tools.common.model
 
JavaExpression() - Constructor for class org.apache.cxf.tools.common.model.JavaExpression
 
JavaField - Class in org.apache.cxf.tools.common.model
 
JavaField() - Constructor for class org.apache.cxf.tools.common.model.JavaField
 
JavaField(String, String, String) - Constructor for class org.apache.cxf.tools.common.model.JavaField
 
JavaHelper - Class in org.apache.cxf.common.commands
 
JavaInterface - Class in org.apache.cxf.tools.common.model
 
JavaInterface() - Constructor for class org.apache.cxf.tools.common.model.JavaInterface
 
JavaInterface(JavaModel) - Constructor for class org.apache.cxf.tools.common.model.JavaInterface
 
JavaMethod - Class in org.apache.cxf.tools.common.model
 
JavaMethod() - Constructor for class org.apache.cxf.tools.common.model.JavaMethod
 
JavaMethod(JavaInterface) - Constructor for class org.apache.cxf.tools.common.model.JavaMethod
 
JavaModel - Class in org.apache.cxf.tools.common.model
 
JavaModel() - Constructor for class org.apache.cxf.tools.common.model.JavaModel
 
javaModel - Variable in class org.apache.cxf.tools.common.ToolContext
 
JavaParameter - Class in org.apache.cxf.tools.common.model
 
JavaParameter() - Constructor for class org.apache.cxf.tools.common.model.JavaParameter
 
JavaParameter(String, String, String) - Constructor for class org.apache.cxf.tools.common.model.JavaParameter
 
JavaPort - Class in org.apache.cxf.tools.common.model
 
JavaPort(String) - Constructor for class org.apache.cxf.tools.common.model.JavaPort
 
JavaReturn - Class in org.apache.cxf.tools.common.model
 
JavaReturn() - Constructor for class org.apache.cxf.tools.common.model.JavaReturn
 
JavaReturn(String, String, String) - Constructor for class org.apache.cxf.tools.common.model.JavaReturn
 
JavaServiceClass - Class in org.apache.cxf.tools.common.model
 
JavaServiceClass(JavaModel) - Constructor for class org.apache.cxf.tools.common.model.JavaServiceClass
 
JavaType - Class in org.apache.cxf.tools.common.model
 
JavaType() - Constructor for class org.apache.cxf.tools.common.model.JavaType
 
JavaType(String, String, String) - Constructor for class org.apache.cxf.tools.common.model.JavaType
 
JavaType.Style - Enum in org.apache.cxf.tools.common.model
 
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
 
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.jaxb.attachment
 
JAXBAttachmentMarshaller(Collection<Attachment>, Integer) - Constructor for class org.apache.cxf.jaxb.attachment.JAXBAttachmentMarshaller
 
JAXBAttachmentUnmarshaller - Class in org.apache.cxf.jaxb.attachment
 
JAXBAttachmentUnmarshaller(Collection<Attachment>) - Constructor for class org.apache.cxf.jaxb.attachment.JAXBAttachmentUnmarshaller
 
JAXBBeanFactory - Class in org.apache.cxf.configuration.spring
 
JAXBDataBase - Class in org.apache.cxf.jaxb
 
JAXBDataBase(JAXBContext) - Constructor for class org.apache.cxf.jaxb.JAXBDataBase
 
JAXBDataBinding - Class in org.apache.cxf.jaxb
 
JAXBDataBinding() - Constructor for class org.apache.cxf.jaxb.JAXBDataBinding
 
JAXBDataBinding(boolean) - Constructor for class org.apache.cxf.jaxb.JAXBDataBinding
 
JAXBDataBinding(Class<?>...) - Constructor for class org.apache.cxf.jaxb.JAXBDataBinding
 
JAXBDataBinding(JAXBContext) - Constructor for class org.apache.cxf.jaxb.JAXBDataBinding
 
JAXBElementProvider - Class in org.apache.cxf.jaxrs.provider
 
JAXBElementProvider() - Constructor for class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
JAXBEncoderDecoder - Class in org.apache.cxf.jaxb
Utility functions for JAXB.
JAXBExtensionHelper - Class in org.apache.cxf.wsdl
JAXBExtensionHelper
JAXBExtensionHelper(Class<? extends TExtensibilityElementImpl>, String) - Constructor for class org.apache.cxf.wsdl.JAXBExtensionHelper
 
JAXBHelper - Class in org.apache.cxf.transport.http_jetty.spring
 
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.tools.util
 
JAXBUtils.IdentifierType - Enum in org.apache.cxf.jaxb
 
JAXRS_BINDING_ID - Static variable in class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
JAXRSBindingFactory - Class in org.apache.cxf.jaxrs
 
JAXRSBindingFactory() - Constructor for class org.apache.cxf.jaxrs.JAXRSBindingFactory
 
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
 
JAXRSInvoker(List<Object>) - 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.spring
 
JAXRSServerFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
JAXRSServiceFactoryBean - Class in org.apache.cxf.jaxrs
Build a JAX-RS service model from resource classes.
JAXRSServiceFactoryBean() - Constructor for class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
JAXRSServiceImpl - Class in org.apache.cxf.jaxrs
 
JAXRSServiceImpl() - Constructor for class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
JAXRSServiceImpl(List<ClassResourceInfo>) - 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.
JBI_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JDOMDocumentType - Class in org.apache.cxf.aegis.type.xml
Reads and writes org.w3c.dom.Document types.
JDOMDocumentType() - Constructor for class org.apache.cxf.aegis.type.xml.JDOMDocumentType
 
JDOMElementType - Class in org.apache.cxf.aegis.type.xml
Reads and writes org.w3c.dom.Document types.
JDOMElementType() - Constructor for class org.apache.cxf.aegis.type.xml.JDOMElementType
 
JDOMNamespaceContext - Class in org.apache.cxf.aegis.util.stax
 
JDOMNamespaceContext() - Constructor for class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
 
JDOMReader - Class in org.apache.cxf.aegis.xml.jdom
 
JDOMReader(Element) - Constructor for class org.apache.cxf.aegis.xml.jdom.JDOMReader
 
JDOMStreamReader - Class in org.apache.cxf.aegis.util.stax
Facade for DOMStreamReader using JDOM implmentation.
JDOMStreamReader(Element) - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
JDOMStreamReader(Document) - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
JDOMStreamWriter - Class in org.apache.cxf.aegis.util.stax
 
JDOMStreamWriter() - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
JDOMStreamWriter(Element) - Constructor for class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
JDOMWriter - Class in org.apache.cxf.aegis.xml.jdom
 
JDOMWriter(Element) - Constructor for class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
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
 
JettyHTTPDestination - Class in org.apache.cxf.transport.http_jetty
 
JettyHTTPDestination(Bus, JettyHTTPTransportFactory, EndpointInfo) - 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(JettyHTTPServerEngineFactory, Bus, 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, 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
 
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
 
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
 
JettyHTTPTransportFactory - Class in org.apache.cxf.transport.http_jetty
 
JettyHTTPTransportFactory() - Constructor for class org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory
 
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
 
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.wsdl.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.
JSONProvider - Class in org.apache.cxf.jaxrs.provider
 
JSONProvider() - Constructor for class org.apache.cxf.jaxrs.provider.JSONProvider
 
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

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

L

language(String) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
LANGUAGE_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
languages(String...) - 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
 
LIMITED_REGEX_SUFFIX - Static variable in class org.apache.cxf.jaxrs.model.URITemplate
 
LITERAL - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
load(InputStream, String) - Method in class org.apache.cxf.tools.util.PropertyUtil
 
load(InputStream) - Method in class org.apache.cxf.tools.util.PropertyUtil
 
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.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.apache.cxf.bus.spring.BusApplicationContext
 
loadBeanDefinitions(EncodedResource) - Method in class org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader
 
loadBus(ServletConfig) - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
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, 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
 
loadClass(String, ClassLoader) - Static method in class org.apache.cxf.tools.util.AnnotationUtil
 
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
 
loadDefaultExcludes(InputStream) - Method in class org.apache.cxf.tools.common.ToolContext
 
loadDefaultNS2Pck(InputStream) - Method in class org.apache.cxf.tools.common.ToolContext
 
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
 
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
 
loadProperties(InputStream) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
loadProperties(String) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
localBus - Static variable in class org.apache.cxf.BusFactory
 
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.
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.aegis.type.TypeUtil
 
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(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.tools.common.AbstractCXFToolContainer
 
LOG - Static variable in class org.apache.cxf.tools.common.ClassUtils
 
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
 
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
 
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(int) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingInInterceptor(PrintWriter) - Constructor for class org.apache.cxf.interceptor.LoggingInInterceptor
 
LoggingMessage - Class in org.apache.cxf.interceptor
 
LoggingMessage(String) - Constructor for class org.apache.cxf.interceptor.LoggingMessage
 
LoggingOutInterceptor - Class in org.apache.cxf.interceptor
 
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.HttpBasicAuthSupplier
This field contains the logical name of this HttpBasicAuthSuppler.
logicalName - Variable in class org.apache.cxf.transport.http.MessageTrustDecider
This field contains the "logical" name of this Message Trust Decider.
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
 
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.
LONG_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
LongType - Class in org.apache.cxf.aegis.type.basic
 
LongType() - Constructor for class org.apache.cxf.aegis.type.basic.LongType
 
lookupDefinedClass(String) - Method in class org.apache.cxf.common.util.ASMHelper.TypeHelperClassLoader
 

M

MAINTAIN_SESSION - Static variable in interface org.apache.cxf.message.Message
 
makeArray(Class, Collection) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
makeArray(List, List<Integer>, Class) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
 
makeNamespaceFromClassName(String, String) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
Generates the name of a XML namespace from a given class name and protocol.
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.aegis.util.NamespaceHelper
Method makePackageName
makePackageName(String) - Static method in class org.apache.cxf.helpers.ServiceUtils
Method makePackageName
makeQualifiedNameFromClass(Class) - Static method in class org.apache.cxf.aegis.util.ServiceUtils
 
makeQualifiedNameFromClass(Class<?>) - Static method in class org.apache.cxf.helpers.ServiceUtils
 
makeServiceNameFromClassName(Class) - Static method in class org.apache.cxf.aegis.util.ServiceUtils
Generates a suitable service name from a given class.
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
 
ManagementConstants - Class in org.apache.cxf.management
 
mangleNameToClassName(String) - Static method in class org.apache.cxf.tools.util.NameUtil
 
mangleNameToVariableName(String) - Static method in class org.apache.cxf.tools.util.NameUtil
 
mapAttribute(String, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
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(BeanDefinitionBuilder, Element, String, String) - Method in class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser
 
mapAttribute(BeanDefinitionBuilder, Element, String, String) - Method in class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser
 
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
 
mapElement(String, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
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.configuration.spring.AbstractBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser
 
mapElement(ParserContext, BeanDefinitionBuilder, Element, String) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
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
 
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
 
mapPackageName(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
MappingsHandler - Class in org.apache.cxf.jaxrs.ext
 
MappingsHandler() - Constructor for class org.apache.cxf.jaxrs.ext.MappingsHandler
 
mapProperty(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
mapProperty(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
 
mapProperty(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
Override from parent in order to check for IgnoreProperty annotation.
MapProvider<X,V> - Interface in org.apache.cxf.configuration.spring
This is to workaround an issue with Spring.
mapTLSClientParameters(Node, 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(BeanDefinitionBuilder, String, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
mapType(QName, Type) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
MapType - Class in org.apache.cxf.aegis.type.collection
 
MapType(QName, Type, Type) - Constructor for class org.apache.cxf.aegis.type.collection.MapType
 
mapTypeName(QName, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
Specifies the SchemaType for a particular class.
markPartialResponse(Message, EndpointReferenceType) - Method in class org.apache.cxf.transport.AbstractDestination
Mark message as a partial message.
markPartialResponse(Message, EndpointReferenceType) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Mark message as a partial message.
MARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
MARSHAL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
marshall(Marshaller, Object, MessagePartInfo, Object) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
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
 
marshallException(Marshaller, Exception, MessagePartInfo, Object) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
marshallNullElement(Marshaller, Object, MessagePartInfo) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
MarshalRegistry - Class in org.apache.cxf.aegis.type.encoded
MarshalRegistry maintains tracks which object instances have been marshaled and which objects still need to be marshaled.
MarshalRegistry() - Constructor for class org.apache.cxf.aegis.type.encoded.MarshalRegistry
 
marshalWithBridge(TypeReference, Set<Class<?>>, Object, Object, AttachmentMarshaller) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
match(String, MultivaluedMap<String, String>) - Method in class org.apache.cxf.jaxrs.model.URITemplate
 
matchMimeTypes(MediaType, MediaType, OperationResourceInfo) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
matrixParam(String, String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
maxRetransmits - Variable in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
 
maxThreads - Variable in class org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
 
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
 
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
 
message - Variable in class org.apache.cxf.wsdl.TFault
 
message - Variable in class org.apache.cxf.wsdl.TParam
 
MessageBodyWorkersImpl - Class in org.apache.cxf.jaxrs.impl
 
MessageBodyWorkersImpl(Message) - Constructor for class org.apache.cxf.jaxrs.impl.MessageBodyWorkersImpl
 
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
 
MessageImpl - Class in org.apache.cxf.message
 
MessageImpl() - 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
 
MessageReader - Interface in org.apache.cxf.aegis.xml
A MessageReader.
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.
MessageWriter - Interface in org.apache.cxf.aegis.xml
Writes messages to an output stream.
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(Map<K, List<V>>) - 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.service.factory.ReflectionServiceFactoryBean
 
METHOD_ANNOTATIONS - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
METHOD_PARAM_ANNOTATIONS - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
MethodNameSoapActionServiceConfiguration - Class in org.apache.cxf.service.factory
Provide a SOAPAction header for the benefit of dusty toolkits which still require them (e.g.
MethodNameSoapActionServiceConfiguration() - Constructor for class org.apache.cxf.service.factory.MethodNameSoapActionServiceConfiguration
 
MIME_HEADERS - Static variable in interface org.apache.cxf.message.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[]) - 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
 
MODE_INOUT - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
MODE_OUT - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
modifyChain(InterceptorChain, Map<String, Object>) - Method in class org.apache.cxf.endpoint.ClientImpl
 
moveToChild(int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
moveToChild(int) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
moveToChild(int) - Method in class org.apache.cxf.staxutils.W3CDOMStreamReader
 
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
 
MTOM_THRESHOLD - Static variable in class org.apache.cxf.jaxb.JAXBDataBinding
 
MTOM_THRESHOLD - Static variable in interface org.apache.cxf.message.Message
 
mtomThreshold - Variable in class org.apache.cxf.databinding.AbstractDataBinding
 
mtomThreshold - Variable in class org.apache.cxf.jaxb.JAXBDataBase
 
MULTI_LINE_STYLE - Static variable in class org.apache.cxf.jaxb.JAXBToStringStyle
 
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
 
MustUnderstandInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
MustUnderstandInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor
 
MustUnderstandInterceptor(String) - Constructor for class org.apache.cxf.binding.soap.interceptor.MustUnderstandInterceptor
 

N

NA_XSI_NIL - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NA_XSI_TYPE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
name - Variable in class org.apache.cxf.tools.common.model.JavaType
 
name - Variable in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
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.
namespace - Variable in class org.apache.cxf.wsdl.TImport
 
NAMESPACE_URI - Static variable in class org.apache.cxf.configuration.spring.BeanConstants
 
NAMESPACE_W3_200607 - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
NAMESPACE_WS_POLICY - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
NAMESPACE_XMLSOAP_200409 - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
NamespaceHandler - Class in org.apache.cxf.binding.soap.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.binding.soap.spring.NamespaceHandler
 
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.frontend.spring
 
NamespaceHandler() - Constructor for class org.apache.cxf.frontend.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
 
NamespaceHelper - Class in org.apache.cxf.aegis.util
Namespace utilities.
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 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 outlines in the JAXB specification
NameUtil - Class in org.apache.cxf.tools.util
 
NCNAME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NEGATIVEINTEGER_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NestedPrimitiveAssertion - Class in org.apache.cxf.ws.policy.builder.primitive
Implementation of an assertion that required exactly one (possibly empty) child element of type Policy (as does for examples the wsam:Addressing assertion).
NestedPrimitiveAssertion(QName, boolean) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
NestedPrimitiveAssertion(QName, boolean, Policy, boolean) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
NestedPrimitiveAssertion(Element, PolicyBuilder, PolicyConstants) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
NestedPrimitiveAssertion(Element, PolicyBuilder, PolicyConstants, boolean) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
NestedPrimitiveAssertionBuilder - Class in org.apache.cxf.ws.policy.builder.primitive
 
NestedPrimitiveAssertionBuilder() - Constructor for class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
 
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.
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) - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
newFrame(AbstractDOMStreamReader.ElementFrame) - 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
newInstance(Bus) - Static method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
Create a new instance using a specific Bus.
newInstance() - Static method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
Create a new instance using a default Bus.
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[], 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
 
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.DepthXMLStreamReader
 
next() - Method in class org.apache.cxf.staxutils.FragmentStreamReader
 
next() - Method in class org.apache.cxf.staxutils.PartialXMLStreamReader
 
nextCreator - Variable in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
nextEvent(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
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
 
NODE_LOCATION - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
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
 
nonDefaultAttributes() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
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
 
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 invoved (e.g.
NoOpPolicyInterceptorProvider() - Constructor for class org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider
 
normalize(String) - Static method in class org.apache.cxf.tools.util.URIParserUtil
 
normalize() - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
normalize() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
normalize(boolean) - Method in class org.apache.cxf.ws.policy.builder.xml.XmlPrimitiveAssertion
Throws an UnsupportedOperationException since an assertion of an unknown element can't be fully normalized due to it's unknown composite.
normalizeCRLF(InputStream) - Static method in class org.apache.cxf.helpers.FileUtils
 
NORMALIZEDSTRING_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NOTATION_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
NP_SCHEMA_XSD - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NP_SCHEMA_XSI - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NP_XMLNS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_BINDING_XML - Static variable in class org.apache.cxf.wsdl.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_JBI_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
NS_JMS_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
NS_SCHEMA_XSD - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_SCHEMA_XSI - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_SOAP - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_SOAP11 - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_SOAP11_HTTP_TRANSPORT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_SOAP12 - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_SOAP12_HTTP_TRANSPORT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NS_WSA - 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.wsdl.WSDLConstants
 
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.wsdl.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
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.NSManager
 
NSStack - Class in org.apache.cxf.helpers
 
NSStack() - Constructor for class org.apache.cxf.helpers.NSStack
 
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
 
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
ObjectType - Class in org.apache.cxf.aegis.type.basic
Type for runtime inspection of types.
ObjectType() - Constructor for class org.apache.cxf.aegis.type.basic.ObjectType
 
ObjectType(Set<Type>) - Constructor for class org.apache.cxf.aegis.type.basic.ObjectType
 
ObjectType(boolean) - Constructor for class org.apache.cxf.aegis.type.basic.ObjectType
 
ObjectType(Set<Type>, boolean) - Constructor for class org.apache.cxf.aegis.type.basic.ObjectType
 
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
 
oldStdErr - Variable in class org.apache.cxf.tools.common.ToolTestBase
 
oldStdOut - Variable in class org.apache.cxf.tools.common.ToolTestBase
 
onApplicationEvent(ApplicationEvent) - Method in class org.apache.cxf.bus.spring.BusApplicationListener
onApplicationEvent(ApplicationEvent) - Method in class org.apache.cxf.transport.servlet.CXFServlet
 
onClose(CachedOutputStream) - Method in interface org.apache.cxf.io.CachedOutputStreamCallback
 
OneShotAsyncExecutor - Class in org.apache.cxf.workqueue
Used to provide simple async Executor semantics by creating a one-shot thread.
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
 
onSet(SoapRef) - Method in interface org.apache.cxf.aegis.type.encoded.SoapRef.Action
 
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
 
OperationResourceInfoComparator - Class in org.apache.cxf.jaxrs.model
 
OperationResourceInfoComparator() - Constructor for class org.apache.cxf.jaxrs.model.OperationResourceInfoComparator
 
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
 
Option - Class in org.apache.cxf.tools.common.toolspec.parser
 
Option(Element) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.Option
 
optional - Variable in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
OptionGroup - Class in org.apache.cxf.tools.common.toolspec.parser
 
OptionGroup(Element) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.OptionGroup
 
optionSet(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
optionSet(Map<String, Object>, String) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
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.aegis - package org.apache.cxf.aegis
 
org.apache.cxf.aegis.databinding - package org.apache.cxf.aegis.databinding
 
org.apache.cxf.aegis.type - package org.apache.cxf.aegis.type
 
org.apache.cxf.aegis.type.basic - package org.apache.cxf.aegis.type.basic
 
org.apache.cxf.aegis.type.collection - package org.apache.cxf.aegis.type.collection
 
org.apache.cxf.aegis.type.encoded - package org.apache.cxf.aegis.type.encoded
 
org.apache.cxf.aegis.type.java5 - package org.apache.cxf.aegis.type.java5
 
org.apache.cxf.aegis.type.mtom - package org.apache.cxf.aegis.type.mtom
 
org.apache.cxf.aegis.type.xml - package org.apache.cxf.aegis.type.xml
 
org.apache.cxf.aegis.util - package org.apache.cxf.aegis.util
 
org.apache.cxf.aegis.util.date - package org.apache.cxf.aegis.util.date
These classes are from the Apache WS-Commons project.
org.apache.cxf.aegis.util.jdom - package org.apache.cxf.aegis.util.jdom
 
org.apache.cxf.aegis.util.stax - package org.apache.cxf.aegis.util.stax
 
org.apache.cxf.aegis.xml - package org.apache.cxf.aegis.xml
 
org.apache.cxf.aegis.xml.jdom - package org.apache.cxf.aegis.xml.jdom
 
org.apache.cxf.aegis.xml.stax - package org.apache.cxf.aegis.xml.stax
 
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.soap - package org.apache.cxf.binding.soap
 
org.apache.cxf.binding.soap.interceptor - package org.apache.cxf.binding.soap.interceptor
 
org.apache.cxf.binding.soap.model - package org.apache.cxf.binding.soap.model
 
org.apache.cxf.binding.soap.saaj - package org.apache.cxf.binding.soap.saaj
 
org.apache.cxf.binding.soap.spring - package org.apache.cxf.binding.soap.spring
 
org.apache.cxf.binding.soap.wsdl11 - package org.apache.cxf.binding.soap.wsdl11
 
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.extension - package org.apache.cxf.bus.extension
 
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.spring - package org.apache.cxf.clustering.spring
 
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.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.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.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.endpoint.dynamic - package org.apache.cxf.endpoint.dynamic
 
org.apache.cxf.event - package org.apache.cxf.event
 
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.frontend.spring - package org.apache.cxf.frontend.spring
 
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.io - package org.apache.cxf.io
 
org.apache.cxf.jaxb - package org.apache.cxf.jaxb
 
org.apache.cxf.jaxb.attachment - package org.apache.cxf.jaxb.attachment
 
org.apache.cxf.jaxb.io - package org.apache.cxf.jaxb.io
 
org.apache.cxf.jaxrs - package org.apache.cxf.jaxrs
 
org.apache.cxf.jaxrs.ext - package org.apache.cxf.jaxrs.ext
 
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.provider - package org.apache.cxf.jaxrs.provider
 
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.jca.outbound - package org.apache.cxf.jca.outbound
 
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.simple - package org.apache.cxf.simple
 
org.apache.cxf.staxutils - package org.apache.cxf.staxutils
 
org.apache.cxf.test - package org.apache.cxf.test
 
org.apache.cxf.tools.common - package org.apache.cxf.tools.common
 
org.apache.cxf.tools.common.dom - package org.apache.cxf.tools.common.dom
 
org.apache.cxf.tools.common.extensions.soap - package org.apache.cxf.tools.common.extensions.soap
 
org.apache.cxf.tools.common.model - package org.apache.cxf.tools.common.model
 
org.apache.cxf.tools.common.toolspec - package org.apache.cxf.tools.common.toolspec
 
org.apache.cxf.tools.common.toolspec.parser - package org.apache.cxf.tools.common.toolspec.parser
 
org.apache.cxf.tools.util - package org.apache.cxf.tools.util
 
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.http - package org.apache.cxf.transport.http
 
org.apache.cxf.transport.http.gzip - package org.apache.cxf.transport.http.gzip
 
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.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.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.ws.policy.builder.xml - package org.apache.cxf.ws.policy.builder.xml
 
org.apache.cxf.ws.policy.util - package org.apache.cxf.ws.policy.util
 
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
 
org.codehaus.xfire.aegis.type.java5 - package org.codehaus.xfire.aegis.type.java5
 
ORIGINAL_INPUT_STREAM_KEY - Static variable in class org.apache.cxf.transport.http.gzip.GZIPInInterceptor
Key under which we store the original input stream on the message, for use by the ending interceptor.
ORIGINAL_OUTPUT_STREAM_KEY - Static variable in class org.apache.cxf.transport.http.gzip.GZIPOutInterceptor
Key under which we store the original output stream on the message, for use by the ending interceptor.
OUT_OF_BAND_HEADER - Static variable in class org.apache.cxf.binding.soap.SoapBindingFactory
 
OUT_PARAM - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
outboundChainCache - Variable in class org.apache.cxf.endpoint.ClientImpl
 
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
 
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
 
outMessage - Variable in class org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream
 
output - Variable in class org.apache.cxf.tools.common.ProcessorTestBase
 
output - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
OUTPUT_STREAM_HOLDER - Static variable in class org.apache.cxf.interceptor.StaxOutInterceptor
 
outputFullCommandLine() - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
outputLocked - Variable in class org.apache.cxf.io.CachedOutputStream
 
outputVersion() - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
OVERRIDE_TYPES_KEY - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
Deprecated. 2.1

P

packageName - Variable in class org.apache.cxf.tools.common.model.JavaType
 
PackageUtils - Class in org.apache.cxf.common.util
 
PARAM_ANNOTATION - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
PARAMETER_STYLE_BARE - Static variable in class org.apache.cxf.binding.soap.SoapBindingConstants
 
PARAMETER_STYLE_WRAPPED - Static variable in class org.apache.cxf.binding.soap.SoapBindingConstants
 
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
 
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(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(InputStream) - Method in class org.apache.cxf.tools.common.dom.ExtendedDocumentBuilder
 
parseArguments(String) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
parseArguments(String[]) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
parseAttributes(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
parseChildElements(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
parseCommandLine() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
parseDate(String) - Static method in class org.apache.cxf.tools.common.DataTypeAdapter
 
parseDateTime(String) - Static method in class org.apache.cxf.tools.common.DataTypeAdapter
 
parseElement(Element, BeanDefinitionBuilder, Class<T>) - Static method in class org.apache.cxf.transport.http_jetty.spring.JAXBHelper
 
parseListElement(Element, BeanDefinitionBuilder, QName, Class<?>) - Static method in class org.apache.cxf.transport.http_jetty.spring.JAXBHelper
 
parseMediaTypes(String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
parseObject(String, ParsePosition) - Method in class org.apache.cxf.aegis.util.date.XsDateTimeFormat
 
parseOutputName(String, String) - Method in class org.apache.cxf.tools.common.VelocityGenerator
 
parseOutputName(String, String, String) - Method in class org.apache.cxf.tools.common.VelocityGenerator
 
parsePackageName(String, String) - Static method in class org.apache.cxf.common.util.PackageUtils
 
parsePackageName(String, String) - Static method in class org.apache.cxf.tools.util.URIParserUtil
 
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.
parseTime(String) - Static method in class org.apache.cxf.tools.common.DataTypeAdapter
 
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
 
PartialXMLStreamReader - Class in org.apache.cxf.staxutils
 
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(String...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
path(Class) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
path(Method...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
path(Class, String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
PATH_INFO - Static variable in interface org.apache.cxf.message.Message
 
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
 
pathToURLs(String) - Static method in class org.apache.cxf.tools.util.URIParserUtil
 
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
 
peek() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
peek(int) - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
peekPre() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
peerPrincipal - Variable in class org.apache.cxf.transport.https.HttpsURLConnectionInfo
This field contains the Principal that represents the authenticated peer.
performFunction() - Method in interface org.apache.cxf.tools.common.toolspec.Tool
A tool has to be prepared to perform it's duty any number of times.
performFunction() - Method in class org.apache.cxf.tools.common.toolspec.ToolSupport
 
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
 
PerRequestResourceProvider(Class<?>) - Constructor for class org.apache.cxf.jaxrs.lifecycle.PerRequestResourceProvider
 
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 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
 
PolicyAssertion - Interface in org.apache.cxf.ws.policy
 
PolicyBuilder - Interface in org.apache.cxf.ws.policy
PolicyBuilder provides methods to create Policy and PolicyReferenceObjects from DOM elements.
PolicyComparator - Class in org.apache.cxf.ws.policy.util
 
PolicyConstants - Class in org.apache.cxf.ws.policy
Encapsulation of version-specific WS-Policy constants.
PolicyConstants() - Constructor for class org.apache.cxf.ws.policy.PolicyConstants
 
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
 
PolicyInterceptorProvider - Interface in org.apache.cxf.ws.policy
 
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
 
poll() - Method in class org.apache.cxf.common.util.AbstractTwoStageCache
Return a cached object if one is available
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 contructed from the given factory
PooledFactory(Factory, int, boolean) - Constructor for class org.apache.cxf.service.invoker.PooledFactory
Pool of instances contructed 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
 
populateCache() - Method in class org.apache.cxf.common.util.AbstractTwoStageCache
Populate the cache
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_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_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
 
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.)
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 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_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.
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
 
prepend(String) - Method in exception org.apache.cxf.aegis.DatabindingException
 
preprocess(Message, UriInfo) - Method in class org.apache.cxf.jaxrs.impl.RequestPreprocessor
 
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
 
PrettyPrintXMLStreamWriter - Class in org.apache.cxf.wsdl
 
PrettyPrintXMLStreamWriter(XMLStreamWriter, Class<?>) - Constructor for class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
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(Element, PolicyConstants) - 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
 
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
 
printDate(Date) - Static method in class org.apache.cxf.tools.common.DataTypeAdapter
 
printDateTime(Date) - Static method in class org.apache.cxf.tools.common.DataTypeAdapter
 
printDOM(Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
printDOM(String, Node) - Static method in class org.apache.cxf.helpers.XMLUtils
 
printStackTrace(PrintStream) - Method in exception org.apache.cxf.aegis.DatabindingException
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in exception org.apache.cxf.aegis.DatabindingException
Prints this throwable and its backtrace to the specified print writer.
printTime(Date) - Static method in class org.apache.cxf.tools.common.DataTypeAdapter
 
printUsageException(String, BadUsageException) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
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() - Method in interface org.apache.cxf.tools.common.Processor
 
processBeans(ApplicationContext) - Method in class org.apache.cxf.configuration.spring.SpringBeanMap
 
processBeans(ApplicationContext) - Method in class org.apache.cxf.configuration.spring.SpringBeanQNameMap
 
processClassNames() - Method in interface org.apache.cxf.tools.common.ClassNameProcessor
 
processEvent(Event) - Method in interface org.apache.cxf.event.EventListener
Invoked when an event occurs.
processFaultDetail(Fault, Message) - Method in class org.apache.cxf.interceptor.ClientFaultConverter
 
Processor - Interface in org.apache.cxf.tools.common
 
ProcessorTestBase - Class in org.apache.cxf.tools.common
 
ProcessorTestBase() - Constructor for class org.apache.cxf.tools.common.ProcessorTestBase
 
processParameters(OperationResourceInfo, MultivaluedMap<String, String>, Message) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
properties - Variable in class org.apache.cxf.aegis.AbstractAegisIoImpl
 
properties - Variable in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
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
 
PropertyUtil - Class in org.apache.cxf.tools.util
 
PropertyUtil() - Constructor for class org.apache.cxf.tools.util.PropertyUtil
 
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_HANDLER_PKGS - Static variable in class org.apache.cxf.tools.util.URLFactory
 
PROTOCOL_HEADERS - Static variable in interface org.apache.cxf.message.Message
 
PROTOCOL_HEADERS_CONTENT_TYPE - Static variable in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
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
 
ProxyAuthorizationPolicy - Class in org.apache.cxf.configuration.security
Java class for ProxyAuthorizationPolicy complex type.
ProxyAuthorizationPolicy() - Constructor for class org.apache.cxf.configuration.security.ProxyAuthorizationPolicy
 
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.TwoStageMap
 
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(K, List<V>) - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
put(String, Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
put(Class<T>, T) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
put(MessagePartInfo, Object) - Method in class org.apache.cxf.message.MessageContentsList
 
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(Class<T>, T) - Method in class org.apache.cxf.tools.common.ToolContext
 
put(String, Object) - Method in class org.apache.cxf.tools.common.ToolContext
 
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<? extends K, ? extends V>) - Method in class org.apache.cxf.common.util.TwoStageMap
 
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.wsdl.WSDLConstants
 
QNAME_BINDING - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_DEFINITIONS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_DOCUMENTATION - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_FAULT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_IMPORT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_INPUT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_MESSAGE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_OPERATION - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_OUTPUT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_PART - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_PORT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_PORT_TYPE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
QNAME_SCHEMA - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SERVICE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SOAP12_BINDING - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SOAP12_BINDING_ADDRESS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SOAP_BINDING - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SOAP_BINDING_ADDRESS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SOAP_BODY - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SOAP_FAULT - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_SOAP_OPERATION - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_TYPES - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QNAME_XMLHTTP_BINDING_ADDRESS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
QUERY_STRING - Static variable in interface org.apache.cxf.message.Message
 
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, List<QueryHandler>) - Constructor for class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
queryParam(String, String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 

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.
RAW_CLASS - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
read(Element) - Method in class org.apache.cxf.aegis.AegisElementDataReader
Convert a DOM element to a type.
read(Element, Type) - Method in class org.apache.cxf.aegis.AegisElementDataReader
 
read(ReaderT) - Method in interface org.apache.cxf.aegis.AegisReader
Read an object.
read(ReaderT, Type) - Method in interface org.apache.cxf.aegis.AegisReader
Read an object expecting a particular input type.
read(XMLStreamReader) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataReader
Read an object.
read(XMLStreamReader, Type) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataReader
Read an object expecting a particular input type.
read(Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
Read an object from the input.
read(MessagePartInfo, Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
Read an object from the input, applying additional conventions based on the WSDL message part.
read(QName, Element, Class) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
Read an object from the input.
read(MessagePartInfo, XMLStreamReader) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
 
read(QName, XMLStreamReader, Class) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
 
read(XMLStreamReader) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
 
read() - Method in class org.apache.cxf.attachment.MimeBodyPartInputStream
 
read(String, Class) - Static method in class org.apache.cxf.common.util.PrimitiveUtils
 
read(Document, String, ValidationEventHandler, TargetNamespaceValidator) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Document, String, ValidationEventHandler) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Document, ValidationEventHandler) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Element, String) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Element) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(InputSource, ValidationEventHandler) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Reader, ValidationEventHandler) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
read(Source, ValidationEventHandler) - 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(T) - Method in class org.apache.cxf.jaxb.io.DataReaderImpl
 
read(MessagePartInfo, T) - Method in class org.apache.cxf.jaxb.io.DataReaderImpl
 
read(QName, T, Class) - Method in class org.apache.cxf.jaxb.io.DataReaderImpl
 
READ - Static variable in class org.apache.cxf.phase.Phase
 
read(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
read(DocumentBuilder, XMLStreamReader, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
read() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
read(int) - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
READ_XSI_TYPE_KEY - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
Deprecated. 2.1
readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
 
readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
 
readAttachment(Attachment, Context) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
 
readAttributes() - Method in class org.apache.cxf.common.util.ClassReader
read an attributes array.
readAttributeValue(MessageReader, QName) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
 
readBlocks(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
Reads all remailing elements in the reader and registers them with the SoapRefRegistry in the context.
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
 
readCollection(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
readCollection(MessageReader, Context, ArrayTypeInfo, int) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
 
readCpool() - Method in class org.apache.cxf.common.util.ClassReader
 
readDocElements(Node, XMLStreamReader, boolean) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
reader - Variable in class org.apache.cxf.aegis.AegisElementDataReader
 
reader - Variable in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
readFrom(Class<Entry>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
readFrom(Class<Feed>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.FormEncodingReaderProvider
 
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.PrimitiveTextProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.cxf.jaxrs.provider.StringProvider
 
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
ReadHeadersInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
ReadHeadersInterceptor(Bus) - Constructor for class org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor
 
ReadHeadersInterceptor(Bus, String) - Constructor for class org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor
 
readId(MessageReader) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
Reads the SOAP 1.2 or SOAP 1.1 id attribute.
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.
readMetadata(AbstractTypeCreator.TypeClassInfo, Element, Element) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
readMtoM(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
This is called from base64Type when it recognizes an XOP attachment.
readNext() - Method in class org.apache.cxf.attachment.AttachmentDeserializer
 
readNext() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.Base64Type
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BigDecimalType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BigIntegerType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.BooleanType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ByteType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.CalendarType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
Read in the XML fragment and create an object.
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.DateTimeType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.DateType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.DoubleType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.FloatType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.IntType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.LongType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.ShortType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.SqlDateType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.StringType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.TimestampType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.TimeType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.basic.URIType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.collection.CollectionType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.collection.MapType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.java5.DurationType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.java5.EnumType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.java5.XMLGregorianCalendarType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
This defers to the plain base64 type, which calls back into here above for XOP.
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.Type
Read in the XML fragment and create an object.
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.DocumentType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMDocumentType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMElementType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.SourceType
 
readObject(MessageReader, Context) - Method in class org.apache.cxf.aegis.type.xml.XMLStreamReaderType
 
readPre() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
readProperty(Object, QName) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
readQName(XMLStreamReader) - Static method in class org.apache.cxf.aegis.util.NamespaceHelper
Reads a QName from the element text.
readQName(XMLStreamReader) - Static method in class org.apache.cxf.staxutils.StaxUtils
Reads a QName from the element text.
readRef(MessageReader) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
Reads the SOAP 1.2 or SOAP 1.1 reference attribute.
readShort() - Method in class org.apache.cxf.common.util.ClassReader
 
readStringFromStream(InputStream) - Static method in class org.apache.cxf.helpers.IOUtils
 
readToEnd() - Method in class org.apache.cxf.aegis.xml.AbstractMessageReader
 
readToEnd() - Method in interface org.apache.cxf.aegis.xml.MessageReader
 
readXml(InputStream) - Static method in class org.apache.cxf.helpers.DOMUtils
Read XML as DOM.
readXml(StreamSource) - Static method in class org.apache.cxf.helpers.DOMUtils
 
RECEIVE - Static variable in class org.apache.cxf.phase.Phase
 
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
 
recycle(E) - Method in class org.apache.cxf.common.util.AbstractTwoStageCache
Recycle an old Object.
redirectOutput() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
redirectURL - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
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
 
ReflectionServiceFactoryBean - Class in org.apache.cxf.service.factory
Introspects a class and builds a Service from it.
ReflectionServiceFactoryBean() - Constructor for class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
ReflectionUtil - Class in org.apache.cxf.common.util
 
refresh() - Method in class org.apache.cxf.service.model.ServiceInfo
 
register(Class, QName, Type) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
register(Type) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
Register a type that self-describes the schema type and the Java class.
register(Class, QName, Type) - Method in interface org.apache.cxf.aegis.type.TypeMapping
Register a type, manually specifying the java class, the schema type, and the Aegis type object that provides serialization, deserialization, and schema.
register(Type) - Method in interface org.apache.cxf.aegis.type.TypeMapping
Register a type that self-describes the schema type and the Java class.
register() - Method in class org.apache.cxf.binding.BindingFactoryManagerImpl
 
register(SoapVersion) - Method in class org.apache.cxf.binding.soap.SoapVersionFactory
 
register() - Method in class org.apache.cxf.bus.resource.ResourceManagerImpl
 
register() - Method in class org.apache.cxf.buslifecycle.CXFBusLifeCycleManager
 
register() - Method in class org.apache.cxf.catalog.OASISCatalogManager
 
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() - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
register(Server) - Method in class org.apache.cxf.endpoint.ServerRegistryImpl
 
register(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
 
register(ServiceContractResolver) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
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() - Method in class org.apache.cxf.headers.HeaderManagerImpl
 
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.ConduitInitiatorManagerImpl
 
register() - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
register() - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
register() - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
register() - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
register() - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
register(PolicyInterceptorProvider) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry
Register the builder for all qnames from the provider getAssertionTypes call.
register() - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
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
 
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
 
registerType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
registerType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
 
registerType(PropertyDescriptor) - Method in class org.apache.cxf.aegis.type.java5.AnnotatedTypeInfo
 
registerUserProvider(Object) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
registerWithBindingManager() - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call gets called after this class is instantiated by Spring.
registerWithBus() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
 
Registry<K,T> - Interface in org.apache.cxf.extension
 
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
 
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
 
RELATIVE_PATH - Static variable in class org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor
 
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...
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
 
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.TwoStageMap
 
remove(Object) - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
remove(Object) - Method in class org.apache.cxf.endpoint.ClientImpl.EchoContext
 
remove(Interceptor) - 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
 
remove(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
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
 
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 class org.apache.cxf.transport.servlet.ServletTransportFactory
 
removeDir(File) - Static method in class org.apache.cxf.helpers.FileUtils
 
removeEventListener(EventListener) - Method in interface org.apache.cxf.event.EventProcessor
Unregisters an event listener.
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
 
removeMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Removes an message part from this container.
removeMethod(JavaMethod) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
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.
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.
removeType(Type) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
removeType(Type) - Method in interface org.apache.cxf.aegis.type.TypeMapping
 
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.wsdl.WSDLConstants
 
replaceAttribute(Element, String, String) - Static method in class org.apache.cxf.helpers.XMLUtils
 
replaceDestinationFactory() - Method in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
replaceHeaders(SOAPMessage, SoapMessage) - Static method in class org.apache.cxf.binding.soap.saaj.SAAJInInterceptor
 
replaceMatrixParams(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
replaceMethod(JavaMethod) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
replacePath(String...) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
replaceQueryParams(String) - 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
 
REQUEST_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
REQUEST_URI - Static variable in interface org.apache.cxf.message.Message
 
requestContext - Variable in class org.apache.cxf.endpoint.ClientImpl
 
RequestHandler - Interface in org.apache.cxf.jaxrs.ext
SystemHandler is capable of pre/post processing 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
 
RequestPreprocessor - Class in org.apache.cxf.jaxrs.impl
 
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
 
reset() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
reset() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
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.
resolve(String, Class<T>) - Method in class org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
 
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(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.configuration.spring.AbstractBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.apache.cxf.jaxrs.spring.JAXRSServerFactoryBeanDefinitionParser
 
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.
resolver - Variable in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
resolver - Variable in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
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.
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
 
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(List<ResourceResolver>) - Constructor for class org.apache.cxf.bus.resource.ResourceManagerImpl
 
ResourceManagerImpl(Map<String, Object>) - 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
 
resourceProviders - Variable in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
ResourceResolver - Interface in org.apache.cxf.resource
Resolves resource.
response - Variable in class org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
 
RESPONSE_CODE - Static variable in interface org.apache.cxf.message.Message
 
RESPONSE_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
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
 
ResponseHandler - Interface in org.apache.cxf.jaxrs.ext
 
ResponseImpl - Class in org.apache.cxf.jaxrs.impl
 
rest - Variable in class org.apache.cxf.wsdl.TOperation
 
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.interceptor.InterceptorChain
 
resume() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
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
 
retrieveConnectionFactory() - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the connectionFactory field for this object.
retrieveEngine() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
Post-configure retreival of server engine.
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
 
retrieveReplyTo(Conduit, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Retrieve ReplyTo EPR from the context.
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.
reuseAddress - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
ROOT_RESOURCE_CLASS - Static variable in class org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor
 
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.wsdl.WSDLConstants
 
RPC_WRAPPED - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
RPCInInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
RPCInInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.RPCInInterceptor
 
RPCOutInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
RPCOutInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.RPCOutInterceptor
 
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 interface org.apache.cxf.workqueue.WorkQueueManager
Only returns after workqueue has been shutdown.
run() - Method in class org.apache.cxf.workqueue.WorkQueueManagerImpl
 
RuntimeDelegateImpl - Class in org.apache.cxf.jaxrs.impl
 
RuntimeDelegateImpl() - Constructor for class org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl
 
runTool(Class<? extends ToolContainer>, InputStream, boolean, String[]) - Static method in class org.apache.cxf.tools.common.toolspec.ToolRunner
 
runTool(Class<? extends ToolContainer>, InputStream, boolean, String[], ToolContext) - Static method in class org.apache.cxf.tools.common.toolspec.ToolRunner
 
runTool(Class<? extends ToolContainer>, InputStream, boolean, String[], boolean) - Static method in class org.apache.cxf.tools.common.toolspec.ToolRunner
 
runTool(Class<? extends ToolContainer>, InputStream, boolean, String[], boolean, ToolContext) - Static method in class org.apache.cxf.tools.common.toolspec.ToolRunner
 

S

SAAJInInterceptor - Class in org.apache.cxf.binding.soap.saaj
Builds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.
SAAJInInterceptor() - Constructor for class org.apache.cxf.binding.soap.saaj.SAAJInInterceptor
 
SAAJInInterceptor(String) - Constructor for class org.apache.cxf.binding.soap.saaj.SAAJInInterceptor
 
SAAJOutInterceptor - Class in org.apache.cxf.binding.soap.saaj
Sets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.
SAAJOutInterceptor() - Constructor for class org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor
 
SAAJOutInterceptor.SAAJOutEndingInterceptor - Class in org.apache.cxf.binding.soap.saaj
 
SAAJOutInterceptor.SAAJOutEndingInterceptor() - Constructor for class org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor.SAAJOutEndingInterceptor
 
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 - Variable in class org.apache.cxf.aegis.AbstractAegisIoImpl
 
schema - Variable in class org.apache.cxf.jaxb.JAXBDataBase
 
SCHEMA_MAP - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SCHEMA_NS - Static variable in class org.apache.cxf.aegis.AegisContext
Namespace used for miscellaneous Aegis types.
SCHEMA_RESOURCE - Static variable in class org.apache.cxf.jaxb.JAXBDataBinding
 
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
 
schemaImportsUtilityTypes(Element) - Static method in class org.apache.cxf.aegis.AegisContext
 
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
 
schemaLocationMapping - Variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
SchemaValidatingSAXParser - Class in org.apache.cxf.tools.common.dom
(not thread safe)
SchemaValidatingSAXParser() - Constructor for class org.apache.cxf.tools.common.dom.SchemaValidatingSAXParser
 
scheme(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
schemeSpecificPart(String) - Method in class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
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
 
SEI_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SEI_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
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) - 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 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.binding.soap.interceptor.EndpointSelectionInterceptor
 
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>) - 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
 
sendDocument(String, Document) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
sendDocument(Document) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
sendEvent(Event) - Method in interface org.apache.cxf.event.EventProcessor
Sends an event to the processor.
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.primitive.PrimitiveAssertion
 
serialVersionUID - Static variable in exception org.apache.cxf.tools.common.toolspec.parser.BadUsageException
 
serialVersionUID - Static variable in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor
 
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_IN_INTERCEPTOR_ID - 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
 
SERVER_POLICY_OUT_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
ServerCacheControlType - Enum in org.apache.cxf.transports.http.configuration
Java class for serverCacheControlType.
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
 
ServerFactoryBean - Class in org.apache.cxf.frontend
This class helps take a Service and expose as a server side endpoint.
ServerFactoryBean() - Constructor for class org.apache.cxf.frontend.ServerFactoryBean
 
ServerFactoryBean(ReflectionServiceFactoryBean) - Constructor for class org.apache.cxf.frontend.ServerFactoryBean
 
ServerFactoryBeanDefinitionParser - Class in org.apache.cxf.frontend.spring
 
ServerFactoryBeanDefinitionParser() - Constructor for class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser
 
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean - Class in org.apache.cxf.frontend.spring
 
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean() - Constructor for class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
 
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean(ReflectionServiceFactoryBean) - Constructor for class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
 
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
 
ServerRegistry - Interface in org.apache.cxf.endpoint
 
ServerRegistryImpl - Class in org.apache.cxf.endpoint
 
ServerRegistryImpl() - Constructor for class org.apache.cxf.endpoint.ServerRegistryImpl
 
serverType - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
Service - Interface in org.apache.cxf.service
 
service - Variable in class org.apache.cxf.tools.validator.ServiceValidator
 
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_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SERVICE_NAME_PROP - Static variable in class org.apache.cxf.management.ManagementConstants
 
ServiceBuilder - Interface in org.apache.cxf.service
 
serviceClass - Variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
ServiceContractResolver - Interface in org.apache.cxf.endpoint
 
ServiceContractResolverRegistry - Interface in org.apache.cxf.endpoint
 
ServiceContractResolverRegistryImpl - Class in org.apache.cxf.endpoint
 
ServiceContractResolverRegistryImpl() - Constructor for class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
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
 
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
 
serviceNamespace - Variable in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
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.aegis.util
Helps when constructing, or using services.
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.
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(ServletTransportFactory, ServletContext, Bus) - Constructor for class org.apache.cxf.transport.servlet.ServletController
 
ServletDestination - Class in org.apache.cxf.transport.servlet
 
ServletDestination(Bus, ConduitInitiator, EndpointInfo, ServletTransportFactory, String) - Constructor for class org.apache.cxf.transport.servlet.ServletDestination
Constructor, allowing subsititution of configuration.
servletTransportFactory - Variable in class org.apache.cxf.transport.servlet.AbstractCXFServlet
 
ServletTransportFactory - Class in org.apache.cxf.transport.servlet
 
ServletTransportFactory(Bus) - Constructor for class org.apache.cxf.transport.servlet.ServletTransportFactory
 
ServletTransportFactory() - Constructor for class org.apache.cxf.transport.servlet.ServletTransportFactory
 
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
 
sessionSupport - Variable in class org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
 
set(Object) - Method in class org.apache.cxf.aegis.type.encoded.SoapRef
Sets the referenced object instance.
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
 
setAbstract(boolean) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
setAbstract(boolean) - Method in class org.apache.cxf.aegis.type.Type
 
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.
setAction(SoapRef.Action) - Method in class org.apache.cxf.aegis.type.encoded.SoapRef
Registers an action to invoke when the instance is set.
setAction(String) - Method in class org.apache.cxf.binding.soap.model.SoapOperationInfo
 
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.AbstractBindingFactory
 
setActivationNamespaces(Collection<String>) - Method in class org.apache.cxf.binding.soap.SoapTransportFactory
 
setActivationNamespaces(Collection<String>) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This call is used by CXF ExtensionManager to inject the activationNamespaces
setActor(String) - Method in class org.apache.cxf.binding.soap.SoapHeader
 
setAdditionalNamespaces(Map) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
setAddress(String) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setAddress(String) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
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(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.
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.
setAegisContext(AegisContext) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
setAfter(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
setAlgorithm(String) - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Sets the value of the algorithm property.
setAllowChunking(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the allowChunking property.
setAlternativeSelector(AlternativeSelector) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setAnnotatedMethod(Method) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
setAnnotations(Object[]) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setAnonymousWrapperTypes(boolean) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setAny(Object) - Method in class org.apache.cxf.ws.addressing.AttributedAnyType
Sets the value of the any property.
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.bus.spring.BusApplicationContextResourceResolver
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.bus.spring.BusApplicationListener
 
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.configuration.spring.ConfigurerImpl
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
 
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
 
setArgs(String[]) - Method in class org.apache.cxf.common.commands.ForkedCommand
 
setArguments(String[]) - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
setArguments(String[]) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContainer
 
setAsserted(boolean) - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
setAssertionBuilderRegistry(AssertionBuilderRegistry) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
 
setAsText(String) - Method in class org.apache.cxf.binding.soap.SoapVersionEditor
 
setAsync(boolean) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.Context
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
Attach a collection of attachments to a binding.
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
 
setAttachments(List<MessagePartInfo>) - Method in class org.apache.cxf.binding.soap.model.SoapBodyInfo
 
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.databinding.DataReader
Attach a collection of attachments to a binding.
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.databinding.DataWriter
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.jaxb.JAXBDataBase
 
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
 
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
 
setAttributes(String, Object) - Method in class org.apache.cxf.tools.common.VelocityGenerator
 
setAuthorization(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the authorization property.
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.
setAutoRedirect(boolean) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the autoRedirect property.
setBaseDir(String) - Method in class org.apache.cxf.tools.common.VelocityGenerator
 
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.SchemaCollection
 
setBaseURI(String) - Method in class org.apache.cxf.service.model.DescriptionInfo
 
setBasicAuthSupplier(HttpBasicAuthSupplier) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Trust Decider for this HTTP Conduit.
setBeanClass(Class) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
setBeanConfigResource(String) - Method in class org.apache.cxf.tools.common.AbstractCXFToolContainer
 
setBeanImplementationMap(Map<Class<?>, String>) - Method in class org.apache.cxf.aegis.AegisContext
 
setBefore(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
setBinding(BindingInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setBinding(QName) - Method in class org.apache.cxf.wsdl.TPort
Sets the value of the binding property.
setBindingAdress(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setBindingConfig(BindingConfiguration) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setBindingConfig(BindingConfiguration) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
setBindingFactory(BindingFactory) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setBindingId(String) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setBindingId(String) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
setBindingId(String) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setBindingName(QName) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
setBindingName(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setBindingNamePostfix(String) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
setBrowserType(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the browserType property.
setBus(Bus) - Method in class org.apache.cxf.binding.AbstractBindingFactory
 
setBus(Bus) - Method in class org.apache.cxf.binding.BindingFactoryManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.binding.soap.SoapTransportFactory
 
setBus(Bus) - Method in class org.apache.cxf.bus.resource.ResourceManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.bus.spring.Jsr250BeanPostProcessor
 
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.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
 
setBus(Bus) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
setBus(Bus) - Method in class org.apache.cxf.headers.HeaderManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.service.factory.AbstractServiceFactoryBean
 
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.ConduitInitiatorManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.transport.DestinationFactoryManagerImpl
 
setBus(Bus) - Method in class org.apache.cxf.transport.http.AbstractHTTPTransportFactory
This method is used by Spring to inject the bus.
setBus(Bus) - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
setBus(Bus) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
setBus(Bus) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
The bus.
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.JettyHTTPTransportFactory
 
setBus(Bus) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
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.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
setBus(Bus) - Method in class org.apache.cxf.wsdl11.WSDLDefinitionBuilder
 
setBus(Bus) - Method in class org.apache.cxf.wsdl11.WSDLManagerImpl
 
setBusConfigURL(URL) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setCacheControl(ClientCacheControlType) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cacheControl property.
setCacheControl(ServerCacheControlType) - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Sets the value of the cacheControl property.
setCacheSize(int) - Method in interface org.apache.cxf.event.EventCache
Sets the cache size.
setCallback(boolean) - Method in class org.apache.cxf.tools.common.model.JavaParameter
Set the Callback value.
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
 
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
setClassJavaDoc(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setClassJavaDoc(String) - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
setClassName(String) - Method in class org.apache.cxf.tools.common.model.JavaType
 
setClassResourceInfo(ClassResourceInfo) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
setClient(Client) - Method in class org.apache.cxf.frontend.ClientFactoryBean
 
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
 
setClientFactoryBean(ClientFactoryBean) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
setCommonAttributes() - Method in class org.apache.cxf.tools.common.VelocityGenerator
 
setComponentName(QName) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
setComponentName(QName) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
Sets the QName of the component type of this array.
setComponentType(AbstractTypeCreator.TypeClassInfo, Element, Element) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
setConcreteName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
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.frontend.ClientProxyFactoryBean
 
setConfigContextClass(Class<?>) - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
setConfiguration(TypeCreationOptions) - Method in class org.apache.cxf.aegis.AegisContext
Deprecated. 2.1
setConfiguration(TypeCreationOptions) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
setConfiguration(TypeCreationOptions) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
setConfigurations(List<AbstractServiceConfiguration>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.
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.
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.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(JAXBContext) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
setContext(ToolContext) - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
setContext(ToolContext) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContainer
 
setContextMatchStrategy(String) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setContextProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Set a map of JAXB context properties.
setCookie(String) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the cookie property.
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.frontend.ClientProxyFactoryBean
 
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.service.factory.AbstractServiceFactoryBean
 
setDataBinding(DataBinding) - Method in interface org.apache.cxf.service.Service
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.service.ServiceImpl
 
setDataHandler(DataHandler) - Method in class org.apache.cxf.attachment.AttachmentImpl
 
setDataSource(DataSource) - Method in class org.apache.cxf.attachment.LazyDataSource
 
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.
setDefaultExtensibleAttributes(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
 
setDefaultExtensibleElements(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
 
setDefaultMinOccurs(int) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
setDefaultMinOccurs(int) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
 
setDefaultNamespace(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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.W3CDOMStreamWriter
 
setDefaultNamespace(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setDefaultNillable(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
setDefaultNillable(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
 
setDefaultValueWriter(DefaultValueWriter) - Method in class org.apache.cxf.tools.common.model.JavaType
 
setDependencies(Set<Type>) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
setDescription(String) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setDescription(DescriptionInfo) - Method in class org.apache.cxf.service.model.AbstractDescriptionElement
 
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
 
setDisableAddressUpdates(boolean) - Method in class org.apache.cxf.transport.servlet.ServletController
 
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.
setDocumentation(TDocumentation) - Method in class org.apache.cxf.wsdl.TDocumented
Sets the value of the documentation property.
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(Element) - Method in class org.apache.cxf.aegis.util.stax.JDOMNamespaceContext
 
setElement(Element) - Method in class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
 
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.
setElementName(XmlSchemaElement, String) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaTools
Wrapper around XmlSchemaElement.setName that checks for inconsistency with refName.
setElementQName(XmlSchemaElement, QName) - Static method in class org.apache.cxf.common.xmlschema.XmlSchemaTools
Wrapper around XmlSchemaElement.setQName 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.XmlSchemaTools
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.
setEnabled(boolean) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
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.frontend.ClientProxyFactoryBean
 
setEndpointName(QName) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setEndpointName(QName) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setEndpointName(String) - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Sets the value of the endpointName property.
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
 
setEntryName(QName) - Method in class org.apache.cxf.aegis.type.collection.MapType
 
setEnvironment(String[]) - Method in class org.apache.cxf.common.commands.ForkedCommand
 
setEnvironment(ToolContext) - Method in interface org.apache.cxf.tools.common.Processor
 
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 class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setExecutor(Executor) - Method in interface org.apache.cxf.service.Service
 
setExecutor(Executor) - Method in class org.apache.cxf.service.ServiceImpl
 
setExtensibleAttributes(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
setExtensibleElements(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
setExtension(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
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
 
setExtensionFinder(CXFBusImpl.ExtensionFinder) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setExtensionMappings(Map<Object, Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
setExtensionRegistry(ExtensionRegistry) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
setExtensionRegistry(ExtensionRegistry) - Method in interface org.apache.cxf.wsdl.WSDLExtensibilityPlugin
 
setExtraClass(Class[]) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
setExtReg(ExtensionRegistry) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
setFactory(JDOMFactory) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
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.
setFault(Fault) - Method in class org.apache.cxf.aegis.Context
 
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.
setFeatures(Collection<AbstractFeature>) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setFeatures(List<AbstractFeature>) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setFeatures(List<AbstractFeature>) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
setFeatures(List<AbstractFeature>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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, BeanDefinitionBuilder, String) - Method in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
 
setFixedParameterOrder(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setFlat(boolean) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setFlat(boolean) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
setForce(boolean) - Method in class org.apache.cxf.feature.FastInfosetFeature
Set if FastInfoset is always used without negotiation
setForcedBaseAddress(String) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setFrom(EndpointReferenceType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the From property.
setFullClassName(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setGenericType(Object) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setHandlerChains(Element) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
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(boolean) - Method in class org.apache.cxf.tools.common.model.JavaType
 
setHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
Cache HTTP headers in message.
setHideServiceList(boolean) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setHighWaterMark(int) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setHighWaterMark(int) - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
setHolder(boolean) - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
setHolderName(String) - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
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.transports.http.configuration.HTTPClientPolicy
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.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.
setIgnoredClasses(List<String>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setIgnoredMethods(List<Method>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
setIgnoreWhitespace(boolean) - Method in class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
setIndex(int) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setInFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
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
 
setInInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setInMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setInMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setInput(String, MessageInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
setInput(TBindingOperationMessage) - Method in class org.apache.cxf.wsdl.TBindingOperation
Sets the value of the input property.
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
 
setInterface(InterfaceInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setInterface(JavaInterface) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setInterfaceClass(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setInterfaceName(String) - Method in class org.apache.cxf.bus.extension.Extension
 
setInterfaceName(EndpointReferenceType, QName) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setInvoker(Invoker) - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
setInvoker(Invoker) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setInvoker(Invoker) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setInvoker(Invoker) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setInvoker(Invoker) - Method in interface org.apache.cxf.service.Service
 
setInvoker(Invoker) - Method in class org.apache.cxf.service.ServiceImpl
 
setJavaCodeBlock(JavaCodeBlock) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setJavaDoc(String) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setJavaModel(JavaModel) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setJavaModel(JavaModel) - Method in class org.apache.cxf.tools.common.ToolContext
 
setJaxbAnnotations(Annotation[]) - Method in class org.apache.cxf.tools.common.model.JavaField
 
setJaxbBindingFiles(List<InputSource>) - Method in class org.apache.cxf.tools.common.ToolContext
 
setJAXBContext(JAXBContext) - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
setJaxbContextProperties(Map<String, Object>) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
Set the map of JAXB context properties used at the time that we create new contexts.
setJettyHTTPServerEngineFactory(JettyHTTPServerEngineFactory) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
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.
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.
setKeyName(QName) - Method in class org.apache.cxf.aegis.type.collection.MapType
 
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.
setKeyType(Object) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setKeyType(AbstractTypeCreator.TypeClassInfo, Element, Element) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
setKnownElements(Collection<QName>) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
setLanguageMappings(Map<Object, Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
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.LoggingInInterceptor
 
setLimit(int) - Method in class org.apache.cxf.interceptor.LoggingOutInterceptor
 
setLocation(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setLocation(String) - Method in class org.apache.cxf.tools.common.model.JavaModel
 
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.
setLowWaterMark(int) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setLowWaterMark(int) - Method in class org.apache.cxf.workqueue.WorkQueueImplMBeanWrapper
 
setManager(WorkQueueManagerImpl) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setMappedName(QName) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setMappingNamespaceURI(String) - Method in class org.apache.cxf.aegis.AegisContext
 
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
Spring is slow for constructors with arguments.
setMarshallerListener(Marshaller.Listener) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Sets the Marshaller.Listener that will be registered on the Marshallers
setMarshallerProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Set a map of JAXB marshaller properties.
setMarshallerProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setMaxOccurs(long) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setMaxOccurs(long) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
setMaxRetransmits(int) - Method in class org.apache.cxf.transports.http.configuration.HTTPClientPolicy
Sets the value of the maxRetransmits property.
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.
setMessage(String) - Method in exception org.apache.cxf.aegis.DatabindingException
 
setMessage(String) - Method in exception org.apache.cxf.interceptor.Fault
 
setMessage(Message) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
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
 
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.
setMethod(JavaMethod) - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
setMethodDispatcher(MethodDispatcher) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
setMethodDispatcher(MethodDispatcher) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setMethodName(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setMethodToInvoke(Method) - Method in class org.apache.cxf.jaxrs.model.OperationResourceInfo
 
setMimeEnable(boolean) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setMinOccurs(long) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setMinOccurs(long) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
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
 
setMode(String[]) - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
setModifier(String) - Method in class org.apache.cxf.tools.common.model.JavaField
 
setMtomEnabled(boolean) - Method in class org.apache.cxf.aegis.AegisContext
 
setMtomEnabled(boolean) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
setMtomEnabled(boolean) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
setMtomEnabled(boolean) - Method in class org.apache.cxf.binding.soap.SoapBindingFactory
 
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.
setMtomThreshold(Integer) - Method in class org.apache.cxf.jaxb.JAXBDataBase
 
setMtomUseXmime(boolean) - Method in class org.apache.cxf.aegis.AegisContext
 
setMtomUseXmime(boolean) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
setMultiplexWithAddress(boolean) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
setMustUnderstand(boolean) - Method in class org.apache.cxf.binding.soap.SoapHeader
 
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.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.tools.common.model.JAnnotationElement
 
setName(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setName(String) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setName(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setName(String) - Method in class org.apache.cxf.tools.common.model.JavaType
 
setName(QName) - Method in class org.apache.cxf.tools.common.Tag
 
setName(String) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPHandler
 
setName(String) - Method in class org.apache.cxf.workqueue.AutomaticWorkQueueImpl
 
setName(QName) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
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(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setNameSpace(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setNamespace(String) - Method in class org.apache.cxf.ws.policy.PolicyConstants
 
setNamespace(String) - Method in class org.apache.cxf.wsdl.TImport
Sets the value of the namespace property.
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
setNamespaceContext(NamespacePrefixList) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
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
 
setNamespaceMap(Map<String, String>) - Method in class org.apache.cxf.jaxrs.provider.JSONProvider
 
setNamespaces(Map<String, String>) - Method in exception org.apache.cxf.binding.soap.SoapFault
 
setNamespaceURI(String) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setNextCreator(AbstractTypeCreator) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
setNillable(boolean) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
setNillable(boolean) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
setNillable(boolean) - Method in class org.apache.cxf.aegis.type.Type
 
setNode(String) - Method in exception org.apache.cxf.binding.soap.SoapFault
 
setNotAsserted(String) - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
setObject(Object) - Method in class org.apache.cxf.headers.Header
 
setObjectType(ObjectType) - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
Sets the ObjectType used to read and write the trailing block instances.
setOneWay(boolean) - Method in interface org.apache.cxf.message.Exchange
 
setOneWay(boolean) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOperationName(String) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setOptional(boolean) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
setOutFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
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>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
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
 
setOutput(String, MessageInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
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.io.CachedOutputStream
 
setOutputStream(PrintStream) - Method in class org.apache.cxf.common.commands.ForkedCommand
 
setOverrideTypes(Set<String>) - Method in class org.apache.cxf.aegis.databinding.AegisDatabinding
 
setOwner(JavaInterface) - Method in class org.apache.cxf.tools.common.model.JavaType
 
setPackageJavaDoc(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setPackageJavaDoc(String) - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
setPackageName(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setPackageName(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setPackageName(String) - Method in class org.apache.cxf.tools.common.ToolContext
 
setParameterOrdering(List<String>) - Method in class org.apache.cxf.service.model.OperationInfo
 
setParameters(Map<String, Object>) - Method in class org.apache.cxf.tools.common.ToolContext
 
setParent(TypeCreator) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
setParent(TypeCreator) - Method in interface org.apache.cxf.aegis.type.TypeCreator
 
setParent(Logger) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
setParent(Tag) - Method in class org.apache.cxf.tools.common.Tag
 
setPart(MessagePartInfo) - Method in class org.apache.cxf.binding.soap.model.SoapHeaderInfo
 
setPartName(String) - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
setParts(List<MessagePartInfo>) - Method in class org.apache.cxf.binding.soap.model.SoapBodyInfo
 
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.frontend.ClientProxyFactoryBean
 
setPolicy(Policy) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
setPolicyBuilder(PolicyBuilder) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
 
setPopulateFromClass(boolean) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setPort(int) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
 
setPort(int) - 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.tools.common.model.JavaPort
 
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(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
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.
setPosition(int) - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
setPrefix(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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.W3CDOMStreamWriter
 
setPrefix(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setPrintWriter(PrintWriter) - Method in class org.apache.cxf.interceptor.LoggingInInterceptor
 
setPriority(int) - Method in class org.apache.cxf.phase.Phase
 
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.frontend.ClientProxyFactoryBean
Specifies a set of properties used to configure the proxies provided by the factory.
setProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServiceImpl
 
setProperties(Map<String, Object>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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.aegis.AbstractAegisIoImpl
setProperty(String, Object) - Method in interface org.apache.cxf.aegis.AegisIo
Set an arbitrary property on the reader.
setProperty(Object) - Method in class org.apache.cxf.aegis.Context
 
setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
 
setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
 
setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
 
setProperty(String, Object) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
 
setProperty(String, Object) - Method in interface org.apache.cxf.databinding.DataReader
Set an arbitrary property on the reader.
setProperty(String, Object) - Method in interface org.apache.cxf.databinding.DataWriter
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.jaxb.JAXBDataBase
 
setProperty(String, Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setProperty(String, Object) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
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.
setProviders(List<? extends Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
setProxyAuthorization(ProxyAuthorizationPolicy) - Method in class org.apache.cxf.transport.http.HTTPConduit
This method sets the Proxy Authorization Policy for a specified proxy.
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.
setPublishedEndpointUrl(String) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setQName(QName) - Method in class org.apache.cxf.tools.common.model.JavaType
 
setQualifyAttributes(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
setQualifyAttributes(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Turn on or off attribute qualification.
setQualifyElements(boolean) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
setQualifyElements(boolean) - Method in class org.apache.cxf.aegis.type.TypeCreationOptions
Turn on of off element qualification.
setQualifyWrapperSchema(boolean) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setQueryHandlers(List<QueryHandler>) - Method in class org.apache.cxf.transport.http.QueryHandlerRegistryImpl
 
setReadToDocument(boolean) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
setReadXsiTypes(boolean) - Method in class org.apache.cxf.aegis.AegisContext
Controls the use of xsi:type attributes when reading objects.
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.
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.
setRequestPreporcessor(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
 
setResolvers(List<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.
setResourceClasses(List<Class>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
setResourceClasses(Class...) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
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
 
setResourceProvider(Class, ResourceProvider) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
setResourceProvider(Class, ResourceProvider) - Method in class org.apache.cxf.jaxrs.JAXRSServiceFactoryBean
 
setResourceProvider(ResourceProvider) - Method in class org.apache.cxf.jaxrs.model.ClassResourceInfo
 
setReturn(JavaReturn) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
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.
setRole(String) - Method in exception org.apache.cxf.binding.soap.SoapFault
Sets the fault actor.
setRootClasses(Set<Class<?>>) - Method in class org.apache.cxf.aegis.AegisContext
The list of initial classes.
setRootClassNames(Set<String>) - Method in class org.apache.cxf.aegis.AegisContext
Set the root class names.
setRootNode(QName) - Method in class org.apache.cxf.bindings.xformat.XMLBindingMessageFormat
Sets the value of the rootNode property.
setSchema(Schema) - Method in class org.apache.cxf.aegis.AbstractAegisIoImpl
setSchema(Schema) - Method in interface org.apache.cxf.aegis.AegisIo
Supply a schema to validate the input.
setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.ElementDataReader
 
setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
 
setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataReader
 
setSchema(Schema) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
 
setSchema(Schema) - Method in interface org.apache.cxf.databinding.DataReader
Supply a schema to validate the input.
setSchema(Schema) - Method in interface org.apache.cxf.databinding.DataWriter
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.jaxb.JAXBDataBase
 
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
 
setSchemaInfoList(List<SchemaInfo>) - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
setSchemaLocation(String) - Method in class org.apache.cxf.jaxrs.provider.JAXBElementProvider
 
setSchemaLocations(List<String>) - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
setSchemaLocations(List<String>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
setSchemaLocations(List<String>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
 
setSchemaResolver(URIResolver) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
setSchemas(Collection<DOMSource>) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
setSchemas(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractAegisProvider
 
setSchemas(List<String>) - Method in class org.apache.cxf.jaxrs.provider.AbstractJAXBProvider
 
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(SchemaCollection, List<SchemaInfo>) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setSchemaType(QName) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
setSchemaType(QName) - Method in class org.apache.cxf.aegis.type.Type
 
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.
setSerializedWhenUnknown(boolean) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
setServer(Server) - Method in class org.apache.cxf.frontend.ServerFactoryBean
 
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.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
 
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.frontend.ServerFactoryBean
Sets the bean implementing the service.
setServiceBeans(Object...) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
Set the backing service bean.
setServiceBeans(List<Object>) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
setServiceClass(Class) - Method in class org.apache.cxf.frontend.AbstractServiceFactory
 
setServiceClass(Class) - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
Specifies the class implementing the service.
setServiceClass(Class) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
Specifies the class representing the SEI the proxy implements.
setServiceClass(Class<?>) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setServiceClass(Class<?>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setServiceClass(Class) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setServiceConfigurations(List<AbstractServiceConfiguration>) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setServiceFactory(ReflectionServiceFactoryBean) - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
setServiceFactory(ReflectionServiceFactoryBean) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
 
setServiceFactory(JAXRSServiceFactoryBean) - Method in class org.apache.cxf.jaxrs.JAXRSServerFactoryBean
 
setServiceFactory(ReflectionServiceFactoryBean) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
setServiceListStyleSheet(String) - Method in class org.apache.cxf.transport.servlet.ServletController
 
setServiceName(QName) - Method in class org.apache.cxf.endpoint.AbstractEndpointFactory
 
setServiceName(QName) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
Specifies the QName of the WSDL service the proxy implements.
setServiceName(QName) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setServiceName(QName) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setServiceName(String) - Method in class org.apache.cxf.tools.common.model.JavaServiceClass
 
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.
setServiceNamespace(String) - Method in class org.apache.cxf.service.factory.AbstractServiceConfiguration
 
setServiceProperties() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
setServletController(ServletController) - Method in class org.apache.cxf.transport.servlet.ServletTransportFactory
 
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.
setSimpleBindingEnabled(boolean) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
setSoapAction(String) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setSoapAction(String) - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Sets the value of the soapAction property.
setSOAPParameterStyle(SOAPBinding.ParameterStyle) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setSOAPStyle(SOAPBinding.Style) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setSoapStyle(SOAPBinding.Style) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setSOAPUse(SOAPBinding.Use) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setSoapUse(SOAPBinding.Use) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setSoapVersion(SoapVersion) - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
setSoapVersion(SoapVersion) - Method in class org.apache.cxf.binding.soap.SoapBinding
 
setSoapVersion(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setStart(boolean) - Method in class org.apache.cxf.frontend.ServerFactoryBean
Specifies if the Server should be started upon creation.
setState(BusState) - Method in class org.apache.cxf.bus.CXFBusImpl
 
setStrategy(FailoverStrategy) - Method in class org.apache.cxf.clustering.FailoverFeature
 
setStrategy(FailoverStrategy) - Method in class org.apache.cxf.clustering.FailoverTargetSelector
 
setStrict(boolean) - Method in class org.apache.cxf.ws.policy.Intersector
 
setStyle(String) - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
setStyle(String) - Method in class org.apache.cxf.binding.soap.model.SoapOperationInfo
 
setStyle(String) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
setStyle(OperationType) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setStyle(SOAPBinding.Style) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
setStyle(JavaType.Style) - Method in class org.apache.cxf.tools.common.model.JavaType
 
setSubCode(QName) - Method in exception org.apache.cxf.binding.soap.SoapFault
Sets the SubCode for the Fault Code.
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.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.
setTargetNamespace(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setTargetNamespace(String) - Method in class org.apache.cxf.tools.common.model.JavaType
 
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
 
setTemporaryDirectory(String) - Method in class org.apache.cxf.endpoint.dynamic.DynamicClientFactory
 
setTestInProgress(boolean) - Static method in class org.apache.cxf.tools.common.CommandInterfaceUtils
 
setText(Node, String) - Static method in class org.apache.cxf.helpers.DOMUtils
Set or replace the text value
setText(String) - Method in class org.apache.cxf.tools.common.Tag
 
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(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
 
setThreshold(long) - Method in class org.apache.cxf.io.CachedOutputStream
 
setThreshold(int) - Method in class org.apache.cxf.transport.http.gzip.GZIPFeature
 
setThreshold(int) - Method in class org.apache.cxf.transport.http.gzip.GZIPOutInterceptor
 
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(int, TLSServerParameters) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call sets TLSServerParameters for a JettyHTTPServerEngine that will be subsequently created.
setTlsServerParametersMap(Map<String, TLSServerParameters>) - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
This call sets TLSParametersMap for a JettyHTTPServerEngine
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.
setToolSpec(ToolSpec) - Method in class org.apache.cxf.tools.common.toolspec.parser.Argument
 
setToolSpec(ToolSpec) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
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
 
setTransportURI(String) - Method in class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
setTransportURI(String) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
setTransURI(String) - Method in class org.apache.cxf.tools.common.model.JavaPort
 
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(Class) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setType(AbstractTypeCreator.TypeClassInfo, Element) - Method in class org.apache.cxf.aegis.type.XMLTypeCreator
 
setType(String) - Method in class org.apache.cxf.configuration.security.KeyStoreType
Sets the value of the type property.
setType(MessageInfo.Type) - Method in class org.apache.cxf.service.model.MessageInfo
 
setType(Class) - Method in class org.apache.cxf.tools.common.model.JAnnotation
 
setType(String) - Method in class org.apache.cxf.tools.common.model.JavaType
 
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.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setTypeClass(Class) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
setTypeClass(Class) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
setTypeClass(Class) - Method in class org.apache.cxf.aegis.type.java5.EnumType
 
setTypeClass(Class) - Method in class org.apache.cxf.aegis.type.Type
 
setTypeClass(Class<?>) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setTypeCreationOptions(TypeCreationOptions) - Method in class org.apache.cxf.aegis.AegisContext
Set the configuration object.
setTypeCreator(TypeCreator) - Method in class org.apache.cxf.aegis.type.DefaultTypeMapping
 
setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.AegisContext
Set the type mapping object used by this context.
setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.basic.BeanTypeInfo
 
setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
setTypeMapping(TypeMapping) - Method in class org.apache.cxf.aegis.type.Type
 
setTypeMapping(TypeMapping) - Method in interface org.apache.cxf.aegis.type.TypeCreator
 
setTypeName(QName) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setTypeQName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setUnmarshallerListener(Unmarshaller.Listener) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Sets the Unmarshaller.Listener that will be registered on the Unmarshallers
setUnmarshallerProperties(Map<String, Object>) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
Set a map of JAXB unmarshaller properties.
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() - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
setUp() - Method in class org.apache.cxf.tools.common.ToolTestBase
 
SETUP_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
setupBeans() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
setUpBus() - Method in class org.apache.cxf.test.AbstractCXFSpringTest
 
setUpBus() - Method in class org.apache.cxf.test.AbstractCXFTest
 
setupInterceptorChain(Endpoint) - Method in class org.apache.cxf.endpoint.ClientImpl
 
setupMessage(Message, ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
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.
setUse(String) - Method in class org.apache.cxf.binding.soap.model.SoapBodyInfo
 
setUse(String) - Method in class org.apache.cxf.binding.soap.model.SoapHeaderInfo
 
setUse(String) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
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.frontend.ClientProxyFactoryBean
 
setUserObject(String, Object) - Method in interface org.apache.cxf.tools.common.toolspec.ToolContext
 
setUserProviders(List<?>) - Method in class org.apache.cxf.jaxrs.provider.ProviderFactory
Use for injection of entityProviders
setUseSchemaImports(boolean) - Method in class org.apache.cxf.wsdl11.ServiceWSDLBuilder
Set whether to emit references to imported schema files.
setValidating(boolean) - Method in class org.apache.cxf.tools.common.dom.ExtendedDocumentBuilder
 
setValidating(boolean) - Method in class org.apache.cxf.tools.common.dom.SchemaValidatingSAXParser
 
setValidationEventHandler(ValidationEventHandler) - Method in class org.apache.cxf.jaxb.JAXBDataBinding
 
setValidationMode(int) - Method in class org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader
 
setValue(String) - Method in class org.apache.cxf.databinding.source.mime.MimeAttribute
 
setValue(Object) - Method in class org.apache.cxf.tools.common.model.JAnnotationElement
 
setValue(String) - Method in class org.apache.cxf.tools.common.model.JavaExpression
Set the Value value.
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.
setValueName(QName) - Method in class org.apache.cxf.aegis.type.collection.MapType
 
setValueType(Object) - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
setVerb(String) - Method in class org.apache.cxf.wsdl.http.BindingType
Sets the value of the verb property.
setVersion(SoapVersion) - Method in class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
setVersion(SoapVersion) - Method in class org.apache.cxf.binding.soap.SoapMessage
 
setWant(boolean) - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Sets the value of the want property.
setWebServiceName(String) - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
setWrapped(boolean) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setWrapperStyle(boolean) - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
setWriteOuter(boolean) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
setWriteOuter(boolean) - Method in class org.apache.cxf.aegis.type.Type
 
setWriteXsiTypes(boolean) - Method in class org.apache.cxf.aegis.AegisContext
Controls whether Aegis writes xsi:type attributes on all elements.
setWsdlLocation(String) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
Specifies the URL where the proxy can find the WSDL defining the service the proxy implements.
setWsdlLocation(String) - Method in class org.apache.cxf.frontend.ServerFactoryBean
Specifies the location of the WSDL defining the service interface used by the factory to create services.
setWSDLLocation(EndpointReferenceType, String...) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setWsdlURL(String) - Method in class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
 
setWsdlURL(String) - Method in class org.apache.cxf.frontend.ClientProxyFactoryBean
Specifies the URL where the proxy can find the WSDL defining the service the proxy implements.
setWsdlURL(URL) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setWsdlURL(String) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
setWsdlURL(URL) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
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
 
setXOPPackage(boolean) - Method in class org.apache.cxf.jaxb.attachment.JAXBAttachmentMarshaller
 
severe(String) - Method in class org.apache.cxf.common.logging.AbstractDelegatingLogger
 
SHORT_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
ShortType - Class in org.apache.cxf.aegis.type.basic
 
ShortType() - Constructor for class org.apache.cxf.aegis.type.basic.ShortType
 
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
 
shutdown(boolean) - Method in class org.apache.cxf.bus.CXFBusImpl
 
shutdown(boolean) - Method in class org.apache.cxf.bus.ManagedBus
 
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.DestinationFactoryManagerImpl
 
shutdown() - Method in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
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() - Method in class org.apache.cxf.transport.servlet.ServletDestination
 
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
 
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
 
SimpleEndpointImplFactory - Class in org.apache.cxf.endpoint
Create ordinary EndpointImpl objects.
SimpleEndpointImplFactory() - Constructor for class org.apache.cxf.endpoint.SimpleEndpointImplFactory
 
SimpleMethodDispatcher - Class in org.apache.cxf.frontend
 
SimpleMethodDispatcher() - Constructor for class org.apache.cxf.frontend.SimpleMethodDispatcher
 
simpleName - Variable in class org.apache.cxf.tools.common.model.JavaType
 
SimpleServiceBuilder - Class in org.apache.cxf.simple
 
SimpleServiceBuilder() - Constructor for class org.apache.cxf.simple.SimpleServiceBuilder
 
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
 
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.TwoStageMap
 
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
 
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.
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
 
Soap11 - Class in org.apache.cxf.binding.soap
Singleton object that represents the SOAP 1.1 version.
SOAP11_BINDING_ID - Static variable in class org.apache.cxf.binding.soap.SoapBindingConstants
 
SOAP11_PREFIX - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
Soap11FaultInInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
Soap11FaultInInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor
 
Soap11FaultOutInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
Soap11FaultOutInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.Soap11FaultOutInterceptor
 
Soap12 - Class in org.apache.cxf.binding.soap
Represents the SOAP 1.2 version
SOAP12_BINDING_ID - Static variable in class org.apache.cxf.binding.soap.SoapBindingConstants
 
SOAP12_PREFIX - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
Soap12FaultInInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
Soap12FaultInInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.Soap12FaultInInterceptor
 
Soap12FaultOutInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
Soap12FaultOutInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.Soap12FaultOutInterceptor
 
SOAP_11_BINDING - Static variable in class org.apache.cxf.binding.soap.SoapBindingFactory
 
SOAP_11_HTTP_BINDING - Static variable in class org.apache.cxf.binding.soap.SoapTransportFactory
 
SOAP_12_BINDING - Static variable in class org.apache.cxf.binding.soap.SoapBindingFactory
 
SOAP_12_HTTP_BINDING - Static variable in class org.apache.cxf.binding.soap.SoapTransportFactory
 
SOAP_ACTION - Static variable in class org.apache.cxf.binding.soap.SoapBindingConstants
 
SOAP_ACTION - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
SOAP_ENCODING_URI - Static variable in class org.apache.cxf.binding.soap.Soap11
 
SOAP_NAMESPACE - Static variable in class org.apache.cxf.binding.soap.Soap11
 
SOAP_NAMESPACE - Static variable in class org.apache.cxf.binding.soap.Soap12
 
soapAction - Variable in class org.apache.cxf.ws.addressing.ProblemActionType
 
SoapActionInInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
SoapActionInInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapActionInInterceptor
 
SoapActionOutInterceptor - Class in org.apache.cxf.binding.soap.interceptor
Deprecated. 
SoapActionOutInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapActionOutInterceptor
Deprecated.  
SoapAddress - Interface in org.apache.cxf.tools.common.extensions.soap
 
SoapAddressPlugin - Class in org.apache.cxf.binding.soap.wsdl11
 
SoapAddressPlugin() - Constructor for class org.apache.cxf.binding.soap.wsdl11.SoapAddressPlugin
 
SoapArrayType - Class in org.apache.cxf.aegis.type.encoded
 
SoapArrayType() - Constructor for class org.apache.cxf.aegis.type.encoded.SoapArrayType
 
SoapBinding - Class in org.apache.cxf.binding.soap
 
SoapBinding(BindingInfo) - Constructor for class org.apache.cxf.binding.soap.SoapBinding
 
SoapBinding(BindingInfo, SoapVersion) - Constructor for class org.apache.cxf.binding.soap.SoapBinding
 
SoapBinding - Interface in org.apache.cxf.tools.common.extensions.soap
 
SoapBindingConfiguration - Class in org.apache.cxf.binding.soap
 
SoapBindingConfiguration() - Constructor for class org.apache.cxf.binding.soap.SoapBindingConfiguration
 
SoapBindingConstants - Class in org.apache.cxf.binding.soap
 
SoapBindingFactory - Class in org.apache.cxf.binding.soap
 
SoapBindingFactory() - Constructor for class org.apache.cxf.binding.soap.SoapBindingFactory
 
SoapBindingInfo - Class in org.apache.cxf.binding.soap.model
 
SoapBindingInfo(ServiceInfo, String) - Constructor for class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
SoapBindingInfo(ServiceInfo, String, SoapVersion) - Constructor for class org.apache.cxf.binding.soap.model.SoapBindingInfo
 
SoapBindingInfoConfigBeanDefinitionParser - Class in org.apache.cxf.binding.soap.spring
 
SoapBindingInfoConfigBeanDefinitionParser() - Constructor for class org.apache.cxf.binding.soap.spring.SoapBindingInfoConfigBeanDefinitionParser
 
SOAPBindingUtil - Class in org.apache.cxf.tools.util
 
SoapBody - Interface in org.apache.cxf.tools.common.extensions.soap
 
SoapBodyInfo - Class in org.apache.cxf.binding.soap.model
 
SoapBodyInfo() - Constructor for class org.apache.cxf.binding.soap.model.SoapBodyInfo
 
SOAPConstants - Class in org.apache.cxf.common.util
SOAP constants from the specifications.
SoapEncodingUtil - Class in org.apache.cxf.aegis.type.encoded
Utilitiy methods for SOAP reading and writing encoded mesages.
SoapFault - Exception in org.apache.cxf.binding.soap
 
SoapFault(Message, Throwable, QName) - Constructor for exception org.apache.cxf.binding.soap.SoapFault
 
SoapFault(Message, QName) - Constructor for exception org.apache.cxf.binding.soap.SoapFault
 
SoapFault(String, QName) - Constructor for exception org.apache.cxf.binding.soap.SoapFault
 
SoapFault(String, Throwable, QName) - Constructor for exception org.apache.cxf.binding.soap.SoapFault
 
SoapFault - Interface in org.apache.cxf.tools.common.extensions.soap
 
SoapHeader - Class in org.apache.cxf.binding.soap
 
SoapHeader(QName, Object) - Constructor for class org.apache.cxf.binding.soap.SoapHeader
 
SoapHeader(QName, Object, DataBinding) - Constructor for class org.apache.cxf.binding.soap.SoapHeader
 
SoapHeader - Interface in org.apache.cxf.tools.common.extensions.soap
 
SoapHeaderFault - Interface in org.apache.cxf.tools.common.extensions.soap
 
SoapHeaderInfo - Class in org.apache.cxf.binding.soap.model
 
SoapHeaderInfo() - Constructor for class org.apache.cxf.binding.soap.model.SoapHeaderInfo
 
SoapHeaderInterceptor - Class in org.apache.cxf.binding.soap.interceptor
Perform databinding of the SOAP headers.
SoapHeaderInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapHeaderInterceptor
 
SoapHeaderOutFilterInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
SoapHeaderOutFilterInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor
 
SoapInterceptor - Interface in org.apache.cxf.binding.soap.interceptor
 
SoapMessage - Class in org.apache.cxf.binding.soap
 
SoapMessage(Message) - Constructor for class org.apache.cxf.binding.soap.SoapMessage
 
SoapOperation - Interface in org.apache.cxf.tools.common.extensions.soap
 
SoapOperationInfo - Class in org.apache.cxf.binding.soap.model
 
SoapOperationInfo() - Constructor for class org.apache.cxf.binding.soap.model.SoapOperationInfo
 
SoapOutInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
SoapOutInterceptor(Bus) - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor
 
SoapOutInterceptor(Bus, String) - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor
 
SoapOutInterceptor.SOAPHeaderWriter - Class in org.apache.cxf.binding.soap.interceptor
 
SoapOutInterceptor.SOAPHeaderWriter(XMLStreamWriter, SoapHeader, SoapVersion) - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
 
SoapOutInterceptor.SoapOutEndingInterceptor - Class in org.apache.cxf.binding.soap.interceptor
 
SoapOutInterceptor.SoapOutEndingInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SoapOutEndingInterceptor
 
SoapPreProtocolOutInterceptor - Class in org.apache.cxf.binding.soap.interceptor
This interceptor is responsible for setting up the SOAP version and header, so that this is available to any pre-protocol interceptors that require these to be available.
SoapPreProtocolOutInterceptor() - Constructor for class org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor
 
SoapRef - Class in org.apache.cxf.aegis.type.encoded
SoapRef represents an encoded SOAP 1.1 href or SOAP 1.2 ref object.
SoapRef() - Constructor for class org.apache.cxf.aegis.type.encoded.SoapRef
 
SoapRef.Action - Interface in org.apache.cxf.aegis.type.encoded
 
SoapRefRegistry - Class in org.apache.cxf.aegis.type.encoded
SoapRefRegistry handles resolving all SOAP encoded references.
SoapRefRegistry() - Constructor for class org.apache.cxf.aegis.type.encoded.SoapRefRegistry
 
SoapRefType - Class in org.apache.cxf.aegis.type.encoded
SoapRefType reads and writes SoapRef objects.
SoapRefType(Type) - Constructor for class org.apache.cxf.aegis.type.encoded.SoapRefType
 
SoapTransportFactory - Class in org.apache.cxf.binding.soap
 
SoapTransportFactory() - Constructor for class org.apache.cxf.binding.soap.SoapTransportFactory
 
SoapVersion - Interface in org.apache.cxf.binding.soap
 
SoapVersionEditor - Class in org.apache.cxf.binding.soap
 
SoapVersionEditor() - Constructor for class org.apache.cxf.binding.soap.SoapVersionEditor
 
SoapVersionFactory - Class in org.apache.cxf.binding.soap
 
SoapVersionFactory() - Constructor for class org.apache.cxf.binding.soap.SoapVersionFactory
 
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
 
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
 
SourceProvider - Class in org.apache.cxf.jaxrs.provider
 
SourceProvider() - Constructor for class org.apache.cxf.jaxrs.provider.SourceProvider
 
SourceType - Class in org.apache.cxf.aegis.type.xml
Reads and writes javax.xml.transform.Source types.
SourceType() - Constructor for class org.apache.cxf.aegis.type.xml.SourceType
 
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
 
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
 
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
 
SqlDateType - Class in org.apache.cxf.aegis.type.basic
Type for the java.sql.Date class which serializes as an xsd:date (no time information).
SqlDateType() - Constructor for class org.apache.cxf.aegis.type.basic.SqlDateType
 
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
 
standaloneSet() - Method in class org.apache.cxf.staxutils.AbstractDOMStreamReader
 
standaloneSet() - Method in class org.apache.cxf.staxutils.DepthXMLStreamReader
 
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
 
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
 
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
 
status(int) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
StaxBuilder - Class in org.apache.cxf.aegis.util.jdom
Builds a JDOM org.jdom.Document using a XMLStreamReader.
StaxBuilder() - Constructor for class org.apache.cxf.aegis.util.jdom.StaxBuilder
Default constructor.
StaxBuilder(Map) - Constructor for class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
StaxBuilder(XMLInputFactory) - Constructor for class org.apache.cxf.aegis.util.jdom.StaxBuilder
 
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
 
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
 
StaxOutInterceptor.StaxOutEndingInterceptor - Class in org.apache.cxf.interceptor
 
StaxOutInterceptor.StaxOutEndingInterceptor() - Constructor for class org.apache.cxf.interceptor.StaxOutInterceptor.StaxOutEndingInterceptor
 
StaxSerializer - Class in org.apache.cxf.aegis.util.jdom
 
StaxSerializer() - Constructor for class org.apache.cxf.aegis.util.jdom.StaxSerializer
 
StaxStreamFilter - Class in org.apache.cxf.staxutils
 
StaxStreamFilter(QName...) - Constructor for class org.apache.cxf.staxutils.StaxStreamFilter
 
StAXUtil - Class in org.apache.cxf.tools.util
 
StaxUtils - Class in org.apache.cxf.staxutils
 
stdOut - Variable in class org.apache.cxf.tools.common.ToolTestBase
 
StemMatchingQueryHandler - Interface in org.apache.cxf.transports.http
 
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
 
storeReplyTo(EndpointReferenceType, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Store ReplyTo EPR in the context
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
 
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
 
StringProvider - Class in org.apache.cxf.jaxrs.provider
 
StringProvider() - Constructor for class org.apache.cxf.jaxrs.provider.StringProvider
 
StringType - Class in org.apache.cxf.aegis.type.basic
 
StringType() - Constructor for class org.apache.cxf.aegis.type.basic.StringType
 
StringUtils - Class in org.apache.cxf.common.util
 
StructType - Class in org.apache.cxf.aegis.type.encoded
StructType is a small extension of the BeanType which can properly read and write SOAP encoded structs.
StructType() - Constructor for class org.apache.cxf.aegis.type.encoded.StructType
 
StructType(BeanTypeInfo) - Constructor for class org.apache.cxf.aegis.type.encoded.StructType
 
style - Variable in class org.apache.cxf.tools.common.model.JavaType
 
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.
subSet(T, T) - Method in class org.apache.cxf.common.util.SortedArraySet
 
supportsAlternative(Collection<PolicyAssertion>, List<QName>) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
supportsAlternative(Collection<PolicyAssertion>, Assertor) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
supportsDataReader(Message, Class<?>) - Method in class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
 
suppressClientReceiveErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
suppressClientSendErrors - Variable in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
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
 

T

tag(EntityTag) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
tag(String) - Method in class org.apache.cxf.jaxrs.impl.ResponseBuilderImpl
 
Tag - Class in org.apache.cxf.tools.common
 
Tag() - Constructor for class org.apache.cxf.tools.common.Tag
 
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.tools.common.model.JavaType
 
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
 
tearDown() - Method in class org.apache.cxf.tools.common.ProcessorTestBase
 
tearDown() - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
tearDown() - Method in class org.apache.cxf.tools.common.ToolTestBase
 
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
 
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
 
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
 
ThreadLocalMessageBodyWorkers - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalMessageBodyWorkers() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalMessageBodyWorkers
 
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
 
ThreadLocalSecurityContext - Class in org.apache.cxf.jaxrs.impl.tl
 
ThreadLocalSecurityContext() - Constructor for class org.apache.cxf.jaxrs.impl.tl.ThreadLocalSecurityContext
 
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.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
 
throwUsage(ErrorVisitor) - Method in class org.apache.cxf.tools.common.toolspec.parser.CommandLineParser
 
TIME_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
TimestampType - Class in org.apache.cxf.aegis.type.basic
Type for the Time class which serializes to an xs:time.
TimestampType() - Constructor for class org.apache.cxf.aegis.type.basic.TimestampType
 
TimeType - Class in org.apache.cxf.aegis.type.basic
Type for the Time class which serializes to an xs:time.
TimeType() - Constructor for class org.apache.cxf.aegis.type.basic.TimeType
 
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.
TLSClientParametersConfig(TLSClientParametersType) - Constructor for class org.apache.cxf.configuration.jsse.spring.TLSClientParametersConfig
 
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
 
tm - Variable in class org.apache.cxf.aegis.type.AbstractTypeCreator
 
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.wsdl.WSDLConstants
 
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
 
TOKEN_QNAME - Static variable in class org.apache.cxf.common.xmlschema.XmlSchemaConstants
 
TokenConsumer - Interface in org.apache.cxf.tools.common.toolspec.parser
 
TokenInputStream - Class in org.apache.cxf.tools.common.toolspec.parser
 
TokenInputStream(String[]) - Constructor for class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
toMixedCaseName(List<String>, boolean) - Static method in class org.apache.cxf.tools.util.NameUtil
 
toMixedCaseVariableName(String[], boolean, boolean) - Static method in class org.apache.cxf.tools.util.NameUtil
 
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
 
Tool - Interface in org.apache.cxf.tools.common.toolspec
 
TOOL_SPEC_PUBLIC_ID - Static variable in interface org.apache.cxf.tools.common.toolspec.Tool
 
ToolConstants - Class in org.apache.cxf.tools.common
 
ToolContainer - Interface in org.apache.cxf.tools.common.toolspec
 
ToolContext - Class in org.apache.cxf.tools.common
 
ToolContext() - Constructor for class org.apache.cxf.tools.common.ToolContext
 
ToolContext - Interface in org.apache.cxf.tools.common.toolspec
 
ToolException - Exception in org.apache.cxf.tools.common
 
ToolException() - Constructor for exception org.apache.cxf.tools.common.ToolException
 
ToolException(Message) - Constructor for exception org.apache.cxf.tools.common.ToolException
 
ToolException(String) - Constructor for exception org.apache.cxf.tools.common.ToolException
 
ToolException(Message, Throwable) - Constructor for exception org.apache.cxf.tools.common.ToolException
 
ToolException(String, Throwable) - Constructor for exception org.apache.cxf.tools.common.ToolException
 
ToolException(Throwable) - Constructor for exception org.apache.cxf.tools.common.ToolException
 
ToolRunner - Class in org.apache.cxf.tools.common.toolspec
 
toolspec - Variable in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
 
toolspec - Variable in class org.apache.cxf.tools.common.toolspec.parser.Argument
 
ToolSpec - Class in org.apache.cxf.tools.common.toolspec
 
ToolSpec() - Constructor for class org.apache.cxf.tools.common.toolspec.ToolSpec
 
ToolSpec(InputStream) - Constructor for class org.apache.cxf.tools.common.toolspec.ToolSpec
 
ToolSpec(InputStream, boolean) - Constructor for class org.apache.cxf.tools.common.toolspec.ToolSpec
 
ToolSpec(Document) - Constructor for class org.apache.cxf.tools.common.toolspec.ToolSpec
 
TOOLSPECS_BASE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
ToolSupport - Class in org.apache.cxf.tools.common.toolspec
 
ToolSupport() - Constructor for class org.apache.cxf.tools.common.toolspec.ToolSupport
 
ToolTestBase - Class in org.apache.cxf.tools.common
 
ToolTestBase() - Constructor for class org.apache.cxf.tools.common.ToolTestBase
 
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
 
toStartTag(XMLStreamReader) - Static method in class org.apache.cxf.tools.util.StAXUtil
 
toStaxType(int) - Static method in class org.apache.cxf.aegis.util.stax.JDOMStreamReader
 
toString() - Method in class org.apache.cxf.aegis.type.AbstractTypeCreator.TypeClassInfo
 
toString() - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
toString() - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
toString() - Method in class org.apache.cxf.aegis.type.Type
 
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.util.AbstractTwoStageCache
 
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, int) - Static method in class org.apache.cxf.helpers.IOUtils
 
toString(Reader) - 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(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.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() - Method in class org.apache.cxf.tools.common.model.JAnnotation
 
toString() - Method in class org.apache.cxf.tools.common.model.JAnnotationElement
 
toString() - Method in class org.apache.cxf.tools.common.model.JavaExpression
 
toString() - Method in class org.apache.cxf.tools.common.model.JavaInterface
 
toString() - Method in class org.apache.cxf.tools.common.model.JavaMethod
 
toString() - Method in class org.apache.cxf.tools.common.model.JavaParameter
 
toString() - Method in class org.apache.cxf.tools.common.model.JavaType
 
toString() - Method in class org.apache.cxf.tools.common.Tag
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.Argument
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.DuplicateArgument
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.DuplicateOption
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.InvalidOption
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.MissingArgument
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.MissingOption
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UnexpectedArgument
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UnexpectedOption
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor.UserError
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.Form
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.Option
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.OptionGroup
 
toString() - Method in class org.apache.cxf.tools.common.toolspec.parser.TokenInputStream
 
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.builder.primitive.PrimitiveAssertion
 
toWordList(String) - Static method in class org.apache.cxf.tools.util.NameUtil
 
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
 
TrailingBlocks - Class in org.apache.cxf.aegis.type.encoded
TrailingBlocks reads and writes the extra objects referenced but not written in the main message parts.
TrailingBlocks() - Constructor for class org.apache.cxf.aegis.type.encoded.TrailingBlocks
 
TrailingBlocks(TypeMapping) - Constructor for class org.apache.cxf.aegis.type.encoded.TrailingBlocks
 
TrailingBlocks(ObjectType) - Constructor for class org.apache.cxf.aegis.type.encoded.TrailingBlocks
 
TRANSFER_ENCODING - Static variable in class org.apache.cxf.helpers.HttpHeaderHelper
 
transform(String) - Method in class org.apache.cxf.interceptor.LoggingOutInterceptor
Transform the string before display.
transform(InputStream, OutputStream) - Method in class org.apache.cxf.tools.common.toolspec.ToolSpec
 
TRANSPORT - Static variable in interface org.apache.cxf.message.Message
 
TRANSPORT_ID - Static variable in class org.apache.cxf.binding.soap.SoapTransportFactory
 
transportFactory - Variable in class org.apache.cxf.transport.http_jetty.JettyHTTPDestination
 
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
 
trim(String, String) - Static method in class org.apache.cxf.common.util.StringUtils
 
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
 
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
 
TwoStageMap<K,V> - Class in org.apache.cxf.common.util
A Map backed by a limted capacity strong HashMap ("eden") containing the youngest entries, overflowing into an unlimted WeakMapHash ("aged") containing the older entries.
TwoStageMap() - Constructor for class org.apache.cxf.common.util.TwoStageMap
 
TwoStageMap(int) - Constructor for class org.apache.cxf.common.util.TwoStageMap
 
Type - Class in org.apache.cxf.aegis.type
A Type reads and writes XML fragments to create and write objects.
Type() - Constructor for class org.apache.cxf.aegis.type.Type
 
type - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
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.tools.common.model.JavaType
 
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
 
typeClass - Variable in class org.apache.cxf.aegis.type.Type
 
TypeClassInitializer - Class in org.apache.cxf.endpoint.dynamic
 
TypeClassInitializer(ServiceInfo, S2JJAXBModel) - Constructor for class org.apache.cxf.endpoint.dynamic.TypeClassInitializer
 
TypeCreationOptions - Class in org.apache.cxf.aegis.type
 
TypeCreationOptions() - Constructor for class org.apache.cxf.aegis.type.TypeCreationOptions
 
TypeCreator - Interface in org.apache.cxf.aegis.type
 
TypeMapping - Interface in org.apache.cxf.aegis.type
 
TypeUtil - Class in org.apache.cxf.aegis.type
Static methods/constants for Aegis.

U

UID - Class in org.apache.cxf.aegis.util
 
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
 
undefer() - Method in class org.apache.cxf.bus.extension.DeferredMap
 
unindent() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
UNKNOWN_PROPTOCL_EX_MSG - Static variable in class org.apache.cxf.tools.util.URLFactory
 
UNLIMITED_REGEX_SUFFIX - Static variable in class org.apache.cxf.jaxrs.model.URITemplate
 
UNMARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
unmarshall(Unmarshaller, Object, MessagePartInfo, boolean) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
unmarshall(Unmarshaller, Object, QName, Class<?>, boolean) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
unmarshallArray(Unmarshaller, Object, QName, Class<?>, List<Object>) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
unmarshallException(Unmarshaller, Object, MessagePartInfo) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
unmarshalWithBridge(TypeReference, Set<Class<?>>, Object, AttachmentUnmarshaller) - Static method in class org.apache.cxf.jaxb.JAXBEncoderDecoder
 
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
 
unregister(ServiceContractResolver) - Method in class org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl
 
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
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.TExtensibleDocumented
 
unsetAnyTopLevelOptionalElement() - Method in class org.apache.cxf.wsdl.TDefinitions
 
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
 
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
 
unsetRequired() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
unsetRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElement
 
unsetSuppressClientReceiveErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
unsetSuppressClientSendErrors() - Method in class org.apache.cxf.transports.http.configuration.HTTPServerPolicy
 
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
 
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.
UNWRAP_JAXB_ELEMENT - Static variable in class org.apache.cxf.jaxb.JAXBDataBinding
 
unwrapJAXBElement - Variable in class org.apache.cxf.jaxb.JAXBDataBase
 
UnwrappedOperationInfo - Class in org.apache.cxf.service.model
 
UnwrappedOperationInfo(OperationInfo) - Constructor for class org.apache.cxf.service.model.UnwrappedOperationInfo
 
updateBindingOperation(BindingOperationInfo) - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
updateBusReferencesInContext(Bus, ApplicationContext) - Static method in class org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor
 
updateDefinition(Definition, Map<String, Definition>, Map<String, SchemaReference>, String, EndpointInfo) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
updatePolicy(Policy) - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
updatePublishedEndpointUrl(String, Definition, QName) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
updateResponseHeaders(Message) - Method in class org.apache.cxf.transport.http.AbstractHTTPDestination
 
updateSchemaImports(Schema, Map<String, SchemaReference>, String) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
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
 
UriBuilderImpl(URI) - Constructor for class org.apache.cxf.jaxrs.impl.UriBuilderImpl
 
uriDecode(String) - Static method in class org.apache.cxf.jaxrs.utils.JAXRSUtils
 
UriInfoImpl - Class in org.apache.cxf.jaxrs.impl
 
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
 
URIParserUtil - Class in org.apache.cxf.tools.util
 
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
 
URITemplate(String, boolean) - Constructor for class org.apache.cxf.jaxrs.model.URITemplate
 
URIType - Class in org.apache.cxf.aegis.type.basic
Type for a URI
URIType() - Constructor for class org.apache.cxf.aegis.type.basic.URIType
 
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.
UrlEncoded - Class in org.apache.cxf.wsdl.http
Java class for anonymous complex type.
UrlEncoded() - Constructor for class org.apache.cxf.wsdl.http.UrlEncoded
 
URLFactory - Class in org.apache.cxf.tools.util
 
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.
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.http.gzip.GZIPOutInterceptor
Key under which we store an indication of whether compression is permitted or required, for use by the ending interceptor.
USE_JAXB_BRIDGE - Static variable in class org.apache.cxf.jaxb.JAXBDataBinding
 
USE_LITERAL - Static variable in class org.apache.cxf.common.util.SOAPConstants
Constant used to specify a literal binding use.
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
 
usesUtilityTypes() - Method in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
 
usesUtilityTypes() - Method in class org.apache.cxf.aegis.type.Type
True if this type requires the import of the aegisTypes schema.
usesXmime() - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
usesXmime() - Method in class org.apache.cxf.aegis.type.Type
 
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() - Method in class org.apache.cxf.frontend.AbstractServiceFactory
 
validate() - Method in interface org.apache.cxf.service.ServiceBuilder
 
validateElementName(QName, QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
validateQNameNamespace(QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
Validate that a qualified name points to some namespace in the schema.
validateServiceModel() - Method in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
validateTypeName(QName, QName) - Method in class org.apache.cxf.common.xmlschema.SchemaCollection
 
validateWSDL() - Method in class org.apache.cxf.tools.common.ToolContext
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ConnectionType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ProxyServerType
 
value() - Method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
 
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.bus.BusState
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.message.FaultMode
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.tools.common.model.JavaType.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transport.http.gzip.GZIPOutInterceptor.UseGzip
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
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.transports.http.configuration.ServerCacheControlType
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.
valueOf(String) - Static method in enum org.apache.cxf.wsdl.WSDLConstants.WSDLVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.bus.BusState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.apache.cxf.common.util.CacheMap
 
values() - Method in class org.apache.cxf.common.util.TwoStageMap
 
values() - Method in class org.apache.cxf.common.util.WeakIdentityHashMap
 
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're 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're 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're 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're declared.
values() - Method in class org.apache.cxf.jaxrs.impl.MetadataMap
 
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're 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're declared.
values() - Static method in enum org.apache.cxf.tools.common.model.JavaType.Style
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transport.http.gzip.GZIPOutInterceptor.UseGzip
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ClientCacheControlType
Returns an array containing the constants of this enum type, in the order they're 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're 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're declared.
values() - Static method in enum org.apache.cxf.transports.http.configuration.ServerCacheControlType
Returns an array containing the constants of this enum type, in the order they're 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're declared.
values() - Static method in enum org.apache.cxf.wsdl.WSDLConstants.WSDLVersion
Returns an array containing the constants of this enum type, in the order they're 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
 
VelocityGenerator - Class in org.apache.cxf.tools.common
 
VelocityGenerator() - Constructor for class org.apache.cxf.tools.common.VelocityGenerator
 
VelocityGenerator(boolean) - Constructor for class org.apache.cxf.tools.common.VelocityGenerator
 
VelocityWriter - Class in org.apache.cxf.tools.common
 
VelocityWriter(Writer) - Constructor for class org.apache.cxf.tools.common.VelocityWriter
 
VelocityWriter(Writer, int) - Constructor for class org.apache.cxf.tools.common.VelocityWriter
 
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
 
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(Document) - 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(Element) - Constructor for class org.apache.cxf.staxutils.W3CDOMStreamWriter
 
W3CNamespaceContext - Class in org.apache.cxf.aegis.util.stax
 
W3CNamespaceContext() - Constructor for class org.apache.cxf.aegis.util.stax.W3CNamespaceContext
 
W3CNamespaceContext - Class in org.apache.cxf.staxutils
 
W3CNamespaceContext() - Constructor for class org.apache.cxf.staxutils.W3CNamespaceContext
 
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
 
WIRE_BUS_ATTRIBUTE - 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) - 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
 
WorkQueueManagerImplMBeanWrapper - Class in org.apache.cxf.workqueue
 
WorkQueueManagerImplMBeanWrapper(WorkQueueManagerImpl) - Constructor for class org.apache.cxf.workqueue.WorkQueueManagerImplMBeanWrapper
 
wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
If one of these types arrives unoptimized, we need to convert it to the desired return type.
wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.ByteArrayType
 
wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.DataHandlerType
 
wrapBytes(byte[], String) - Method in class org.apache.cxf.aegis.type.mtom.DataSourceType
 
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() - 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
 
WRAPPERGEN_NEEDED - Static variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 
write(Object, QName, boolean, Element, Type) - Method in class org.apache.cxf.aegis.AegisElementDataWriter
 
write(Object, QName, boolean, SinkT, Type) - Method in interface org.apache.cxf.aegis.AegisWriter
Write an object to the sink.
write(Object, QName, boolean, XMLStreamWriter, Type) - Method in class org.apache.cxf.aegis.AegisXMLStreamDataWriter
Write an object to the output.
write(Object, MessagePartInfo, Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
 
write(Object, Element) - Method in class org.apache.cxf.aegis.databinding.ElementDataWriter
 
write(Object, MessagePartInfo, XMLStreamWriter) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
 
write(Object, XMLStreamWriter) - Method in class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
 
write(Source, XMLStreamWriter) - Method in class org.apache.cxf.aegis.type.xml.SourceType
 
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(Object, T) - Method in class org.apache.cxf.jaxb.io.DataWriterImpl
 
write(Object, MessagePartInfo, T) - Method in class org.apache.cxf.jaxb.io.DataWriterImpl
 
WRITE - Static variable in class org.apache.cxf.phase.Phase
 
write(int) - Method in class org.apache.cxf.tools.common.toolspec.AbstractToolContainer.GenericOutputStream
 
write(char[]) - Method in class org.apache.cxf.tools.common.VelocityWriter
 
write(String) - Method in class org.apache.cxf.tools.common.VelocityWriter
 
WRITE_ATTACHMENTS - Static variable in class org.apache.cxf.interceptor.AttachmentOutInterceptor
 
WRITE_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
WRITE_XSI_TYPE_KEY - Static variable in class org.apache.cxf.aegis.databinding.AegisDatabinding
Deprecated. 2.1
writeAttachments() - Method in class org.apache.cxf.attachment.AttachmentSerializer
Write the end of the body boundary and any attachments included.
writeAttribute(MessageWriter) - Method in class org.apache.cxf.aegis.type.encoded.ArrayTypeInfo
 
writeAttribute(MessageWriter, QName, String) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
 
writeAttribute(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeAttribute(String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeAttribute(String, String, String, String) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
 
writeAttribute(String, String, String) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
 
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) - 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
 
writeBlocks(MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.TrailingBlocks
Writes all of the unmarshalled objects in the MarshalRegistry.
writeCacheTo(OutputStream) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder, int) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCData(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeCharacters(char[], int, int) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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.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.aegis.util.stax.JDOMStreamWriter
 
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.aegis.util.stax.JDOMStreamWriter
 
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.W3CDOMStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeDefaultValue(Writer, String, String, String) - Method in interface org.apache.cxf.tools.common.model.DefaultValueWriter
 
writeDefaultValue(Writer, String, String, String) - Method in class org.apache.cxf.tools.common.model.JavaType
 
writeDocument(Document, XMLStreamWriter) - Method in class org.apache.cxf.aegis.util.jdom.StaxSerializer
 
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.aegis.util.stax.JDOMStreamWriter
 
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(QName, Object, Type, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
writeElement(QName, Object, Type, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.StructType
Writes a nested element with an unqualified name.
writeElement(Element, XMLStreamWriter) - Method in class org.apache.cxf.aegis.util.jdom.StaxSerializer
 
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) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeEmptyElement(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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.aegis.util.stax.JDOMStreamWriter
 
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.aegis.util.stax.JDOMStreamWriter
 
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.W3CDOMStreamWriter
 
writeEndElement() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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
 
writeId(MessageWriter, String) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
Writes a SOAP 1.1 id attribute.
writeNamespace(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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.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
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.Base64Type
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BeanType
Writes the object to the MessageWriter.
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BigDecimalType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BigIntegerType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.BooleanType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ByteType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.CalendarType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterAsStringType
Writes the object to the MessageWriter.
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.CharacterType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.DateTimeType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.DateType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.DoubleType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.FloatType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.IntType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.LongType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.ShortType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.SqlDateType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.StringType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.TimestampType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.TimeType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.basic.URIType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.collection.CollectionType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.collection.MapType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.java5.DurationType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.java5.EnumType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.java5.XMLGregorianCalendarType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.Type
Writes the object to the MessageWriter.
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.DocumentType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMDocumentType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.JDOMElementType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.SourceType
 
writeObject(Object, MessageWriter, Context) - Method in class org.apache.cxf.aegis.type.xml.XMLStreamReaderType
 
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
 
writeProcessingInstruction(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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.
writeProperty(QName, Object, Object, Class, BeanTypeInfo) - Method in class org.apache.cxf.aegis.type.basic.BeanType
Write the specified property to a field.
writeProperty(QName, Object, Object, Class, BeanTypeInfo) - Method in class org.apache.cxf.aegis.type.encoded.StructType
Adds special handeling for SoapRefs
writeQName(Definition, QName) - Static method in class org.apache.cxf.helpers.XMLUtils
 
writer - Variable in class org.apache.cxf.aegis.AegisElementDataWriter
 
writeRef(MessageWriter, String) - Static method in class org.apache.cxf.aegis.type.encoded.SoapEncodingUtil
Writes a SOAP 1.1 ref attribute.
writeResponse(String, String, EndpointInfo, OutputStream) - Method in class org.apache.cxf.transport.http.WSDLQueryHandler
 
writeResponse(String, String, EndpointInfo, OutputStream) - Method in interface org.apache.cxf.transports.http.QueryHandler
Write query response to output stream
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.basic.BeanType
 
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.basic.ObjectType
 
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.collection.MapType
 
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
Throws UnsupportedOperationException
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.encoded.SoapRefType
 
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.java5.EnumType
 
writeSchema(Element) - Method in class org.apache.cxf.aegis.type.Type
If this type should correspond to a global, named, schema type, here is where the type object adds it to the schema.
writeSpaces() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeStartDocument() - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeStartDocument(String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeStartDocument(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
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) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.aegis.util.stax.JDOMStreamWriter
 
writeStartElement(String, String, String) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
 
writeStartElement(String, String) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
 
writeStartElement(String) - Method in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor.SOAPHeaderWriter
 
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(XMLStreamWriter, String, String, String) - Static method in class org.apache.cxf.staxutils.StaxUtils
 
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(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(Source, OutputStream, 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(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AegisElementProvider
 
writeTo(Entry, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AtomEntryProvider
 
writeTo(Feed, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.AtomFeedProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.BinaryDataProvider
 
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.PrimitiveTextProvider
 
writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.SourceProvider
 
writeTo(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.cxf.jaxrs.provider.StringProvider
 
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
writeToOutputStream(Message, BindingInfo, Service) - Method in class org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
 
writeValue(Object, MessageWriter, Context, Type, String, String) - Method in class org.apache.cxf.aegis.type.basic.ArrayType
 
writeValue(Object, MessageWriter, Context, Type) - Method in class org.apache.cxf.aegis.type.encoded.SoapArrayType
 
writeValue(Object) - Method in class org.apache.cxf.aegis.xml.jdom.AttributeWriter
 
writeValue(Object) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
writeValue(Object, String, String) - Method in class org.apache.cxf.aegis.xml.jdom.JDOMWriter
 
writeValue(Object) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValue(Object) - Method in class org.apache.cxf.aegis.xml.stax.AttributeWriter
 
writeValue(Object) - Method in class org.apache.cxf.aegis.xml.stax.ElementWriter
 
writeValueAsBoolean(boolean) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsBoolean(boolean) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValueAsByte(Byte) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsByte(Byte) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValueAsCharacter(Character) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsCharacter(Character) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValueAsDouble(Double) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsDouble(Double) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValueAsFloat(Float) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsFloat(Float) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValueAsInt(Integer) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsInt(Integer) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValueAsLong(Long) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsLong(Long) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeValueAsShort(Short) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeValueAsShort(Short) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeXml(Node, OutputStream) - Static method in class org.apache.cxf.helpers.DOMUtils
 
writeXsiNil() - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeXsiNil() - Method in interface org.apache.cxf.aegis.xml.MessageWriter
 
writeXsiType(QName) - Method in class org.apache.cxf.aegis.xml.AbstractMessageWriter
 
writeXsiType(QName) - Method in interface org.apache.cxf.aegis.xml.MessageWriter
As per 2.6.1 in XML Schema Part 1: "An element information item in an instance may, however, explicitly assert its type using the attribute xsi:type."
written - Variable in class org.apache.cxf.io.AbstractWrappedOutputStream
 
WROTE_ENVELOPE_START - Static variable in class org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor
 
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.
WSAW_ACTION_QNAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_ENDPOINT_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_INTERFACE_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_PREFIX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_SERVICENAME_NAME - 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.wsdl.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.wsdl.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.wsdl.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.wsdl
 
WSDLConstants.WSDLVersion - Enum in org.apache.cxf.wsdl
 
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
 
WSDLEndpointFactory - Interface in org.apache.cxf.wsdl11
A factory to create an internal EndpointInfo from a WSDL4J Port.
WSDLExtensibilityPlugin - Interface in org.apache.cxf.wsdl
 
WSDLHelper - Class in org.apache.cxf.helpers
 
WSDLHelper() - Constructor for class org.apache.cxf.helpers.WSDLHelper
 
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
 
WSDLQueryException - Exception in org.apache.cxf.transport.http
 
WSDLQueryException(Message, Throwable) - Constructor for exception org.apache.cxf.transport.http.WSDLQueryException
 
WSDLQueryHandler - Class in org.apache.cxf.transport.http
 
WSDLQueryHandler() - Constructor for class org.apache.cxf.transport.http.WSDLQueryHandler
 
WSDLQueryHandler(Bus) - Constructor for class org.apache.cxf.transport.http.WSDLQueryHandler
 
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
 
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, 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
 
wsdlURL - Variable in class org.apache.cxf.service.factory.ReflectionServiceFactoryBean
 

X

XFireCompatibilityServiceConfiguration - Class in org.apache.cxf.aegis.databinding
This service configuration uses XFire-compatible conventions for assigning namespace URI's to Java packages when naming services.
XFireCompatibilityServiceConfiguration() - Constructor for class org.apache.cxf.aegis.databinding.XFireCompatibilityServiceConfiguration
 
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_MIME_ATTR_LOCAL_NAME - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
XML_MIME_BASE64 - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
XML_MIME_CONTENT_TYPE - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
XML_MIME_NS - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
XML_NAMESPACE_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XmlAttribute - Annotation Type in org.apache.cxf.aegis.type.java5
 
XmlAttribute - Annotation Type in org.codehaus.xfire.aegis.type.java5
Deprecated. use org.apache.cxf.aegis.type.java5.XmlAttribute
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
 
XMLBeanTypeInfo - Class in org.apache.cxf.aegis.type.basic
 
XMLBeanTypeInfo(Class, List, String) - Constructor for class org.apache.cxf.aegis.type.basic.XMLBeanTypeInfo
 
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
 
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
 
XmlElement - Annotation Type in org.apache.cxf.aegis.type.java5
 
XmlElement - Annotation Type in org.codehaus.xfire.aegis.type.java5
Deprecated. use org.apache.cxf.aegis.type.java5.XmlElement
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
 
XMLGregorianCalendarType - Class in org.apache.cxf.aegis.type.java5
 
XMLGregorianCalendarType() - Constructor for class org.apache.cxf.aegis.type.java5.XMLGregorianCalendarType
 
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
 
XmlParamType - Annotation Type in org.apache.cxf.aegis.type.java5
Annotates services method parameters to provide information about how they are to be serialized.
XmlParamType - Annotation Type in org.codehaus.xfire.aegis.type.java5
Deprecated. use org.apache.cxf.aegis.type.java5.XmlParamType
XmlPrimitiveAssertion - Class in org.apache.cxf.ws.policy.builder.xml
XmlPrimitiveAssertion is a primitive implementation of an AssertionBuilder that simply wraps the underlying xml element.
XmlPrimitiveAssertion(Element, PolicyConstants) - Constructor for class org.apache.cxf.ws.policy.builder.xml.XmlPrimitiveAssertion
Constructs a XmlPrimitiveAssertion from an xml element.
XMLPrimitiveAssertionBuilder - Class in org.apache.cxf.ws.policy.builder.xml
 
XMLPrimitiveAssertionBuilder() - Constructor for class org.apache.cxf.ws.policy.builder.xml.XMLPrimitiveAssertionBuilder
 
XMLPrimitiveAssertionBuilder(Collection<QName>) - Constructor for class org.apache.cxf.ws.policy.builder.xml.XMLPrimitiveAssertionBuilder
 
XmlReturnType - Annotation Type in org.apache.cxf.aegis.type.java5
Annotates a service's return type to provide information about how it is to be serialized.
XmlReturnType - Annotation Type in org.codehaus.xfire.aegis.type.java5
Deprecated. use org.apache.cxf.aegis.type.java5.XmlReturnType
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
 
XMLSchemaQNames - Class in org.apache.cxf.common.util
This class provides QNames for all of the XML Schema types.
XmlSchemaTools - Class in org.apache.cxf.common.xmlschema
Some functions that avoid problems with Commons XML Schema.
XMLStreamDataReader - Class in org.apache.cxf.aegis.databinding
 
XMLStreamDataReader(AegisDatabinding) - Constructor for class org.apache.cxf.aegis.databinding.XMLStreamDataReader
 
XMLStreamDataReader - Class in org.apache.cxf.databinding.source
 
XMLStreamDataReader() - Constructor for class org.apache.cxf.databinding.source.XMLStreamDataReader
 
XMLStreamDataWriter - Class in org.apache.cxf.aegis.databinding
 
XMLStreamDataWriter(AegisDatabinding) - Constructor for class org.apache.cxf.aegis.databinding.XMLStreamDataWriter
 
XMLStreamDataWriter - Class in org.apache.cxf.databinding.source
 
XMLStreamDataWriter() - Constructor for class org.apache.cxf.databinding.source.XMLStreamDataWriter
 
XMLStreamReaderType - Class in org.apache.cxf.aegis.type.xml
Reads and writes org.w3c.dom.Document types.
XMLStreamReaderType() - Constructor for class org.apache.cxf.aegis.type.xml.XMLStreamReaderType
 
XMLStreamWriterCallback - Interface in org.apache.cxf.databinding.stax
 
XmlType - Annotation Type in org.apache.cxf.aegis.type.java5
 
XmlType - Annotation Type in org.codehaus.xfire.aegis.type.java5
Deprecated. use org.apache.cxf.aegis.type.java5.XmlType
XMLTypeCreator - Class in org.apache.cxf.aegis.type
Deduce mapping information from an xml file.
XMLTypeCreator() - Constructor for class org.apache.cxf.aegis.type.XMLTypeCreator
 
XMLUtils - Class in org.apache.cxf.helpers
 
XOP_HREF - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
XOP_INCLUDE - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
XOP_NS - Static variable in class org.apache.cxf.aegis.type.mtom.AbstractXOPType
 
XPathAssert - Class in org.apache.cxf.test
XPath test assertions.
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
 
XsDateFormat - Class in org.apache.cxf.aegis.util.date
An instance of Format, which may be used to parse and format xs:date values.
XsDateFormat() - Constructor for class org.apache.cxf.aegis.util.date.XsDateFormat
Creates a new instance.
XsDateTimeFormat - Class in org.apache.cxf.aegis.util.date
An instance of Format, which may be used to parse and format xs:dateTime values.
XsDateTimeFormat() - Constructor for class org.apache.cxf.aegis.util.date.XsDateTimeFormat
Creates a new instance.
XSI_NS - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
XSI_PREFIX - Static variable in class org.apache.cxf.common.util.SOAPConstants
 
XsTimeFormat - Class in org.apache.cxf.aegis.util.date
An instance of Format, which may be used to parse and format xs:time values.
XsTimeFormat() - Constructor for class org.apache.cxf.aegis.util.date.XsTimeFormat
Creates a new instance.

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

Apache CXF