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

abort() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
abort() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
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
 
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.
AbstractDataBinding - Class in org.apache.cxf.databinding
Supply default implementations, as appropriate, for DataBinding.
AbstractDataBinding() - Constructor for class org.apache.cxf.databinding.AbstractDataBinding
 
AbstractDescriptionElement - Class in org.apache.cxf.service.model
 
AbstractDescriptionElement() - Constructor for class org.apache.cxf.service.model.AbstractDescriptionElement
 
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
 
AbstractMessageContainer - Class in org.apache.cxf.service.model
 
AbstractPhaseInterceptor<T extends Message> - Class in org.apache.cxf.phase
Provides a starting point implementation for a interceptors that participate in phased message processing.
AbstractPhaseInterceptor(String) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor to live in a specified phase.
AbstractPhaseInterceptor(String, String) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor with a specified id.
AbstractPhaseInterceptor(String, boolean) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor and specifies if it gets a system determined unique id.
AbstractPhaseInterceptor(String, String, boolean) - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
Instantiates the interceptor with a specified id or with a system determined unique id.
AbstractPolicyInterceptorProvider - Class in org.apache.cxf.ws.policy
 
AbstractPolicyInterceptorProvider(QName) - Constructor for class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
AbstractPolicyInterceptorProvider(Collection<QName>) - Constructor for class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
 
AbstractPropertiesHolder - Class in org.apache.cxf.service.model
 
AbstractPropertiesHolder() - Constructor for class org.apache.cxf.service.model.AbstractPropertiesHolder
 
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
 
AbstractValidator - Class in org.apache.cxf.tools.validator
 
AbstractValidator() - Constructor for class org.apache.cxf.tools.validator.AbstractValidator
 
AbstractWrappedMessage - Class in org.apache.cxf.message
A base class to build your own message implementations on.
AbstractWrappedMessage(Message) - Constructor for class org.apache.cxf.message.AbstractWrappedMessage
 
AbstractWrappedOutputStream - Class in org.apache.cxf.io
Provides a convenient hook onFirstWrite() for those needing to wrap an output stream.
AbstractWrappedOutputStream() - Constructor for class org.apache.cxf.io.AbstractWrappedOutputStream
 
AbstractWrapperHelper - Class in org.apache.cxf.databinding
This wrapper helper will use reflection to handle the wrapped message
AbstractWrapperHelper(Class<?>, Method[], Method[], Field[]) - Constructor for class org.apache.cxf.databinding.AbstractWrapperHelper
 
AbstractWSDLPlugin - Class in org.apache.cxf.wsdl
 
AbstractWSDLPlugin() - Constructor for class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
ACCEPT_CONTENT_TYPE - Static variable in interface org.apache.cxf.message.Message
 
action - Variable in class org.apache.cxf.ws.addressing.ProblemActionType
 
add(Interceptor<? extends Message>) - Method in interface org.apache.cxf.interceptor.InterceptorChain
Adds a single interceptor to the interceptor chain.
add(Collection<Interceptor<? extends Message>>) - Method in interface org.apache.cxf.interceptor.InterceptorChain
Adds multiple interceptors to the interceptor chain.
add(Collection<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Collection<Interceptor<? extends Message>>, boolean) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Interceptor) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Interceptor, boolean) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
addAfter(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain after the specified collection of interceptors.
addAfter(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain after the specified interceptor.
addBefore(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain before the specified collection of interceptors.
addBefore(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain before the specified interceptor.
addBinding(BindingInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addDefinition(Object, Definition) - Method in interface org.apache.cxf.wsdl.WSDLManager
Adds a definition into the cache for lookup later
addEndpoint(EndpointInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addErrorMessage(String) - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
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 ExtensibilityElement>, String) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensor(Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
addExtensor(Object) - Method in interface org.apache.cxf.service.model.Extensible
 
addFault(QName, QName) - Method in class org.apache.cxf.service.model.OperationInfo
Adds an fault to this operation.
addFault(FaultInfo) - Method in class org.apache.cxf.service.model.OperationInfo
Adds a fault to this operation.
addFault(QName, QName) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
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
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.
addNamedWorkQueue(String, AutomaticWorkQueue) - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Adds a named work queue
addNewSchema(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
addOperation(BindingOperationInfo) - Method in class org.apache.cxf.service.model.BindingInfo
Adds an operation to this service.
addOperation(QName) - Method in class org.apache.cxf.service.model.InterfaceInfo
Adds an operation to this service.
addOutOfBandMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
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
 
AEGIS_DATABINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
algorithm - Variable in class org.apache.cxf.configuration.security.SecureRandomParameters
 
AlternativeSelector - Interface in org.apache.cxf.ws.policy
 
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
 
anyTopLevelOptionalElement - Variable in class org.apache.cxf.wsdl.TDefinitions
 
APPLIESTO_ELEM_NAME - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
AssertionBuilder - Interface in org.apache.cxf.ws.policy
AssertionBuilder is an interface used to build an Assertion object from a given xml element.
AssertionBuilderLoader - Interface in org.apache.cxf.ws.policy
Marker interface for objects that would load and register additional AssertionBuilders when loaded.
AssertionBuilderRegistry - Interface in org.apache.cxf.ws.policy
AssertionBuilderRegistry is used to manage AssertionBuilders and create Assertion objects from given xml elements.
AssertionInfo - Class in org.apache.cxf.ws.policy
 
AssertionInfo(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 interface org.apache.cxf.ws.policy.Assertor
 
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.
ASYNC_METHOD_SUFFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
ASYNC_POST_RESPONSE_DISPATCH - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the server should send the response asynchronously.
Attachment - Interface in org.apache.cxf.message
 
ATTACHMENTS - Static variable in interface org.apache.cxf.message.Message
 
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
 
authorization - Variable in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
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
 

B

BASE_PATH - Static variable in interface org.apache.cxf.message.Message
 
BaseDataReader - Interface in org.apache.cxf.databinding
Non-parameterized base interface for DataReader<T>
BaseDataWriter - Interface in org.apache.cxf.databinding
The 'write' side of the data binding abstraction of CXF.
beanLoaded(String, T) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener
Return true if the bean that was loaded meets the requirements at which point, the loader will stop loading additional beans of the given type
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
 
BindingFactory - Interface in org.apache.cxf.binding
A factory interface for creating Bindings from BindingInfo metadata.
BindingFactoryManager - Interface in org.apache.cxf.binding
The manager interface represents a repository for accessing BindingFactorys.
BindingFaultInfo - Class in org.apache.cxf.service.model
 
BindingFaultInfo(FaultInfo, BindingOperationInfo) - Constructor for class org.apache.cxf.service.model.BindingFaultInfo
 
BindingInfo - Class in org.apache.cxf.service.model
 
BindingInfo(ServiceInfo, String) - Constructor for class org.apache.cxf.service.model.BindingInfo
 
BindingMessageInfo - Class in org.apache.cxf.service.model
 
BindingMessageInfo() - Constructor for class org.apache.cxf.service.model.BindingMessageInfo
 
BindingMessageInfo(MessageInfo, BindingOperationInfo) - Constructor for class org.apache.cxf.service.model.BindingMessageInfo
 
BindingOperationInfo - Class in org.apache.cxf.service.model
 
BindingOperationInfo() - Constructor for class org.apache.cxf.service.model.BindingOperationInfo
 
BindingOperationInfo(BindingInfo, OperationInfo) - Constructor for class org.apache.cxf.service.model.BindingOperationInfo
 
BindingType - Class in org.apache.cxf.wsdl.http
Java class for bindingType complex type.
BindingType() - Constructor for class org.apache.cxf.wsdl.http.BindingType
 
buffer - Variable in class org.apache.cxf.io.AbstractThresholdOutputStream
 
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
 
buildAssertion() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
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.
buildOperation(QName, String, String) - Method in class org.apache.cxf.service.model.BindingInfo
 
Bus - Interface in org.apache.cxf
The Bus is the central place in CXF.
bus - Variable in class org.apache.cxf.transport.TransportURIResolver
 
bus - Variable in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
BUS_FACTORY_PROPERTY_NAME - Static variable in class org.apache.cxf.BusFactory
 
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
 
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.

C

cached - Variable in class org.apache.cxf.io.DelegatingInputStream
 
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
 
cacheInput() - Method in class org.apache.cxf.io.DelegatingInputStream
Read the entire original input stream and cache it.
canAssert(QName) - Method in interface org.apache.cxf.ws.policy.Assertor
 
cancel(boolean) - Method in class org.apache.cxf.endpoint.ClientCallback
 
cancelled - Variable in class org.apache.cxf.endpoint.ClientCallback
 
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
 
certConstraints - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
certConstraints - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
CertificateConstraintsType - Class in org.apache.cxf.configuration.security
This structure holds a list of regular expressions that corresponds to a sequence of Certificate Constraints on either the Subject or Issuer DN.
CertificateConstraintsType() - Constructor for class org.apache.cxf.configuration.security.CertificateConstraintsType
 
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_ALLOW_ELEMENT_REFS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ANT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_ANT_PROP - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_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_RESERVE_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SCHEMA_DIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SCHEMA_URL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SCHEMANS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SERVER - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SERVICE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SERVICENAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SOAP12 - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SOURCEDIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_STYLE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SUPPRESS_GEN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_SUPPRESS_WARNINGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_TNS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_TRANSPORT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_TYPES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_USE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_USE_FQCN_FAULT_SERIAL_VERSION_UID - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_USETYPES - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_VALIDATE_WSDL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_VERBOSE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WEBSERVICE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WRAPPERBEAN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDL_VERSION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDLLIST - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDLLOCATION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_WSDLURL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_XJC_ARGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CFG_XSDURL - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
check() - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
checkEffectivePolicy(Policy) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
checkNamespaceMap(Map<String, String>) - Static method in class org.apache.cxf.databinding.AbstractDataBinding
 
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
 
cipherSuitesFilter - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
cipherSuitesFilter - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
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
 
clearDefaultBusForAnyThread(Bus) - Static method in class org.apache.cxf.BusFactory
Removes a bus from being a thread default bus for any thread.
Client - Interface in org.apache.cxf.endpoint
 
CLIENT_ADDRESSING_PROPERTIES - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
Well-known Property names for AddressingProperties in BindingProvider Context.
CLIENT_ADDRESSING_PROPERTIES_INBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
Well-known Property names for AddressingProperties in Handler Context.
CLIENT_ADDRESSING_PROPERTIES_OUTBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
CLIENT_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
CLIENT_IN_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
CLIENT_INFAULT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
CLIENT_OUT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
CLIENT_POLICY_IN_FAULT_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
ClientAuthentication - Class in org.apache.cxf.configuration.security
Java class for ClientAuthentication complex type.
ClientAuthentication() - Constructor for class org.apache.cxf.configuration.security.ClientAuthentication
 
clientAuthentication - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
ClientCallback - Class in org.apache.cxf.endpoint
 
ClientCallback() - Constructor for class org.apache.cxf.endpoint.ClientCallback
 
clientCreated(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleListener
 
clientCreated(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
clientDestroyed(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleListener
 
clientDestroyed(Client) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
ClientLifeCycleListener - Interface in org.apache.cxf.endpoint
 
ClientLifeCycleManager - Interface in org.apache.cxf.endpoint
 
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.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(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() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
CLT_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
combinator - Variable in class org.apache.cxf.configuration.security.DNConstraintsType
 
CombinatorType - Enum in org.apache.cxf.configuration.security
Java class for CombinatorType.
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
 
compareTo(Object) - Method in class org.apache.cxf.phase.Phase
 
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.
Conduit - Interface in org.apache.cxf.transport
A pipe between peers that channels transport-level messages.
ConduitInitiator - Interface in org.apache.cxf.transport
Factory for Conduits.
ConduitInitiatorManager - Interface in org.apache.cxf.transport
The ConduitInitiatorManager provides an interface to register and retrieve transport factories.
ConduitSelector - Interface in org.apache.cxf.endpoint
Strategy for retreiving a Conduit to mediate an outbound message.
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
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.
ConfiguredBeanLocator - Interface in org.apache.cxf.configuration
 
ConfiguredBeanLocator.BeanLoaderListener<T> - Interface in org.apache.cxf.configuration
 
Configurer - Interface in org.apache.cxf.configuration
The configurer's interface A class that implements this interface will perform a bean's configuration work
CONNECTION_TIMEOUT - Static variable in interface org.apache.cxf.message.Message
 
containsExtensor(Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
containsKey(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
containsValue(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
content - Variable in class org.apache.cxf.wsdl.TDocumentation
 
CONTENT_TYPE - Static variable in interface org.apache.cxf.message.Message
 
context - Variable in class org.apache.cxf.endpoint.ClientCallback
 
ContextInspector - Interface in org.apache.cxf.endpoint
 
Continuation - Interface in org.apache.cxf.continuations
Represents transport-neutral suspended invocation instances or continuations
ContinuationInfo - Class in org.apache.cxf.continuations
Utility class which can be used to associate an inbound message, as well as a user object, if any, with continuation
ContinuationInfo(Message) - Constructor for class org.apache.cxf.continuations.ContinuationInfo
 
ContinuationProvider - Interface in org.apache.cxf.continuations
Provides transport-neutral support for creating suspended invocation primitives or continuations
convertToXML(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
copyContent(Message, Message) - Static method in class org.apache.cxf.message.MessageImpl
 
copyStream(InputStream, OutputStream, int) - Static method in class org.apache.cxf.io.CachedOutputStream
 
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
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
createBinding(BindingInfo) - Method in interface org.apache.cxf.binding.BindingFactory
Create a Binding from the BindingInfo metadata.
createBinding(BindingType) - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of JAXBElement<BindingType>}
createBindingInfo(Service, String, Object) - Method in interface org.apache.cxf.binding.BindingFactory
Create a "default" BindingInfo object for the service.
createBindingType() - Method in class org.apache.cxf.wsdl.http.ObjectFactory
Create an instance of BindingType
createBus() - Method in class org.apache.cxf.BusFactory
Creates a new bus.
createCertificateConstraintsType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of CertificateConstraintsType
createCertStoreType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of CertStoreType
createCipherSuites() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of CipherSuites
createClientAuthentication() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of ClientAuthentication
createDefinitions(TDefinitions) - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of JAXBElement<TDefinitions>}
createDNConstraintsType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of DNConstraintsType
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
createExtension(Map<String, Object>) - Method in interface org.apache.cxf.wsdl.WSDLExtensibilityPlugin
 
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>}
createFiltersType() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of FiltersType
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>}
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>}
createJAXBContext() - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
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
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(QName, MessageInfo.Type) - Method in class org.apache.cxf.service.model.OperationInfo
 
createMessageID(AttributedURIType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedURIType>}
createMessageID(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200403.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createMessageID(AttributedURI) - Method in class org.apache.cxf.ws.addressing.v200408.ObjectFactory
Create an instance of JAXBElement<AttributedURI>}
createMetadata(MetadataType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<MetadataType>}
createMetadataType() - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of MetadataType
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
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
createReader(Class<T>) - Method in interface org.apache.cxf.databinding.DataBinding
 
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>}
createRetryAfter(AttributedUnsignedLongType) - Method in class org.apache.cxf.ws.addressing.ObjectFactory
Create an instance of JAXBElement<AttributedUnsignedLongType>}
createSecureRandomParameters() - Method in class org.apache.cxf.configuration.security.ObjectFactory
Create an instance of SecureRandomParameters
createService() - Method in interface org.apache.cxf.service.ServiceBuilder
 
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
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
createTFault() - Method in class org.apache.cxf.wsdl.ObjectFactory
Create an instance of TFault
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
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
createUnmarhsaller() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
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
createWrapperHelper(Class<?>, QName, List<String>, List<String>, List<Class<?>>) - Method in interface org.apache.cxf.databinding.WrapperCapableDatabinding
 
createWrapperObject(Class) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
createWrapperObject(List<?>) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
createWrapperObject(List<?>) - Method in interface org.apache.cxf.databinding.WrapperHelper
 
createWriter(Class<T>) - Method in interface org.apache.cxf.databinding.DataBinding
 
currentStream - Variable in class org.apache.cxf.io.CachedOutputStream
 
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
 
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
 

D

DATABIND_BEAN_NAME_SUFFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DataBinding - Annotation Type in org.apache.cxf.annotations
Specifies the DataBinding to use with the service
DataBinding - Interface in org.apache.cxf.databinding
 
DATABINDING_PLUGIN - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DataReader<T> - Interface in org.apache.cxf.databinding
The 'read' side of the data binding abstraction of CXF.
DataWriter<T> - Interface in org.apache.cxf.databinding
The 'write' side of the data binding abstraction of CXF.
DECOUPLED_CHANNEL_MESSAGE - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if this message arrived via a decoupled endpoint.
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_BUS_FACTORY - Static variable in class org.apache.cxf.BusFactory
 
DEFAULT_BUS_ID - Static variable in interface org.apache.cxf.Bus
 
DEFAULT_DATA_BINDING_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DEFAULT_PACKAGE_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DEFAULT_TEMP_DIR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
DEFAULT_USER_CFG_FILE - Static variable in interface org.apache.cxf.configuration.Configurer
 
defaultBus - Static variable in class org.apache.cxf.BusFactory
 
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.
DelegatingInputStream - Class in org.apache.cxf.io
 
DelegatingInputStream(InputStream) - Constructor for class org.apache.cxf.io.DelegatingInputStream
 
deregisterCallback(CachedOutputStreamCallback) - Method in class org.apache.cxf.io.CachedOutputStream
 
deregisterConduitInitiator(String) - Method in interface org.apache.cxf.transport.ConduitInitiatorManager
Unregister a ConduitInitiator.
deregisterDestinationFactory(String) - Method in interface org.apache.cxf.transport.DestinationFactoryManager
Unregister a DestinationFactory.
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 - 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.
DestinationWithEndpoint - Interface in org.apache.cxf.transport
A destination that has a specific endpoint.
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 interface org.apache.cxf.endpoint.Server
 
disableCNCheck - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
DNConstraintsType - Class in org.apache.cxf.configuration.security
This structure holds a list of regular expressions that corresponds to a sequence of Certificate Constraints.
DNConstraintsType() - Constructor for class org.apache.cxf.configuration.security.DNConstraintsType
 
doClose() - Method in class org.apache.cxf.io.CachedOutputStream
Perform any actions required on stream closure (handle response etc.)
documentation - Variable in class org.apache.cxf.wsdl.TDocumented
 
doFlush() - Method in class org.apache.cxf.io.CachedOutputStream
Perform any actions required on stream flush (freeze headers, reset output stream ...
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.
done - Variable in class org.apache.cxf.endpoint.ClientCallback
 
duplicate(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create a duplicate endpoint reference sharing all atributes

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
 
ENCODING - Static variable in interface org.apache.cxf.message.Message
 
ENDPOINT - Static variable in interface org.apache.cxf.databinding.BaseDataReader
 
ENDPOINT - Static variable in interface org.apache.cxf.databinding.BaseDataWriter
 
ENDPOINT - Static variable in interface org.apache.cxf.databinding.DataWriter
 
endpoint - Variable in class org.apache.cxf.endpoint.AbstractConduitSelector
 
Endpoint - Interface in org.apache.cxf.endpoint
Represents an endpoint that receives messages.
ENDPOINT_ADDRESS - Static variable in interface org.apache.cxf.message.Message
 
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
 
endpointName - Variable in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
 
EndpointPolicy - Interface in org.apache.cxf.ws.policy
Describes the policy of an inbound message.
EndpointProperties - Annotation Type in org.apache.cxf.annotations
Specifies properties to record for the endpoint
EndpointProperty - Annotation Type in org.apache.cxf.annotations
Specifies a property to record for the endpoint
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.
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
 
entries - Variable in class org.apache.cxf.extension.RegistryImpl
 
entrySet() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
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.interceptor.AbstractAttributedInterceptorProvider
 
equals(Object) - Method in class org.apache.cxf.io.CachedOutputStream
 
equals(Object) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
equals(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
equals(Object) - Method in class org.apache.cxf.phase.Phase
 
equals(Object) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
equals(Object, Object) - Static method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
equals(Object) - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
equals(Object) - Method in class org.apache.cxf.service.model.FaultInfo
 
equals(Object) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
equals(Object) - Method in class org.apache.cxf.service.model.OperationInfo
 
errorMessages - Variable in class org.apache.cxf.tools.validator.AbstractValidator
 
exception - Variable in class org.apache.cxf.endpoint.ClientCallback
 
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
 
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.
Extensible - Interface in org.apache.cxf.service.model
 

F

factoryAlgorithm - Variable in class org.apache.cxf.configuration.security.KeyManagersType
 
factoryAlgorithm - Variable in class org.apache.cxf.configuration.security.TrustManagersType
 
FailoverStrategy - Interface in org.apache.cxf.clustering
Supports pluggable strategies for alternate endpoint selection on failover.
FastInfoset - Annotation Type in org.apache.cxf.annotations
Enables FastInfoset negotiation
FAULT - Static variable in interface org.apache.cxf.databinding.BaseDataReader
 
Fault - Exception in org.apache.cxf.interceptor
A Fault that occurs during invocation processing.
Fault(Message, Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Message) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, Logger) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, ResourceBundle) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, Logger, Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, ResourceBundle, Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, Logger, Throwable, Object...) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(String, ResourceBundle, Throwable, Object...) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Message, Throwable, QName) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Message, QName) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Throwable, QName) - Constructor for exception org.apache.cxf.interceptor.Fault
 
fault - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
FAULT_CODE_CLIENT - Static variable in exception org.apache.cxf.interceptor.Fault
 
FAULT_CODE_SERVER - Static variable in exception org.apache.cxf.interceptor.Fault
 
FAULT_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
FAULT_IN_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
 
FAULT_OUT_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
 
FAULT_STACKTRACE_ENABLED - Static variable in interface org.apache.cxf.message.Message
 
FaultInfo - Class in org.apache.cxf.service.model
 
FaultInfo(QName, QName, OperationInfo) - Constructor for class org.apache.cxf.service.model.FaultInfo
 
FaultListener - Interface in org.apache.cxf.logging
Implement this interface to customize behavior for Exceptions thrown by the application implementing the service call.
FaultMode - Enum in org.apache.cxf.message
 
faultOccurred(Exception, String, Message) - Method in interface org.apache.cxf.logging.FaultListener
Handle the occurred exception.
Features - Annotation Type in org.apache.cxf.feature
 
fields - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
file - Variable in class org.apache.cxf.configuration.security.CertStoreType
 
file - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
FiltersType - Class in org.apache.cxf.configuration.security
Java class for FiltersType complex type.
FiltersType() - Constructor for class org.apache.cxf.configuration.security.FiltersType
 
findAllPolicyElementsOfLocalName(Document, String) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findAllPolicyElementsOfLocalName(Element, String) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findAllPolicyElementsOfLocalName(Element, String, List<Element>) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findBestEndpointInfo(QName, List<ServiceInfo>) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
findOptionalAttribute(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
findPolicyElement(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
FIXED_PARAMETER_ORDER - Static variable in interface org.apache.cxf.message.Message
 
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.wsdl.PrettyPrintXMLStreamWriter
 
fromValue(String) - Static method in enum org.apache.cxf.configuration.security.CombinatorType
 
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
 

G

GEN_FROM_SEI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
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.message.AbstractWrappedMessage
 
get(Class<T>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
get(MessagePartInfo) - Method in class org.apache.cxf.message.MessageContentsList
 
get(Class<T>) - Method in interface org.apache.cxf.message.StringMap
Convenience method for storing/retrieving typed objects from the map.
get(Class<T>) - Method in class org.apache.cxf.message.StringMapImpl
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(SortedSet<Phase>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>, List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.phase.PhaseChainCache
 
get(Object) - Method in interface org.apache.cxf.transport.Session
Get a variable from the session by the key.
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
 
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
 
getAddress(Object) - Method in interface org.apache.cxf.endpoint.ContextInspector
 
getAddress() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getAddress() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getAddress() - Method in interface org.apache.cxf.transport.Destination
 
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
 
getAddressWithId(String) - Method in interface org.apache.cxf.transport.MultiplexDestination
 
getAfter() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getAfter() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns a set containing the IDs of the interceptors that should be executed before this interceptor.
getAlgorithm() - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Gets the value of the algorithm property.
getAlternateAddresses(Exchange) - Method in interface org.apache.cxf.clustering.FailoverStrategy
Get the alternate addresses 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
 
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
 
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.
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.
getAttachmentMimeType() - Method in class org.apache.cxf.message.MessageImpl
 
getAttachments() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getAttachments() - Method in interface org.apache.cxf.message.Message
Retrieve any binary attachments associated with the message.
getAttachments() - Method in class org.apache.cxf.message.MessageImpl
 
getAuthorization() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the authorization property.
getAuthorizationType() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the authorizationType property.
getAutomaticWorkQueue() - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Get the manager's default work queue.
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.
getBaseURI() - Method in class org.apache.cxf.service.model.DescriptionInfo
 
getBeanName() - Method in interface org.apache.cxf.configuration.Configurable
Get the configurable object's Bean name
getBeanNamesOfType(Class<?>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Gets the names of all the configured beans of the specific type.
getBeanOfType(String, Class<T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Returns the bean of the given type and name.
getBeansOfType(Class<T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Gets all the configured beans of the specific types.
getBefore() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getBefore() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns a set containing the IDs of the interceptors that should be executed after this interceptor.
getBinding() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getBinding() - Method in interface org.apache.cxf.message.Exchange
 
getBinding() - Method in class org.apache.cxf.message.ExchangeImpl
 
getBinding() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getBinding() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getBinding(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getBinding() - Method in class org.apache.cxf.wsdl.TPort
Gets the value of the binding property.
getBindingFactory(String) - Method in interface org.apache.cxf.binding.BindingFactoryManager
Retrieves the BindingFactory registered with the given name.
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.
getBindingOperation() - Method in class org.apache.cxf.service.model.BindingFaultInfo
 
getBindingOperation() - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
getBindingOperationInfo() - Method in interface org.apache.cxf.message.Exchange
 
getBindingOperationInfo() - Method in class org.apache.cxf.message.ExchangeImpl
 
getBindings() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getBus() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getBus() - Method in interface org.apache.cxf.message.Exchange
 
getBus() - Method in class org.apache.cxf.message.ExchangeImpl
 
getBusConfigURL() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getBytes() - Method in class org.apache.cxf.io.CachedOutputStream
 
getCallbacks() - Method in class org.apache.cxf.io.CachedOutputStream
 
getCertConstraints() - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Get the certificate constraints type
getCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the certConstraints property.
getCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Gets the value of the certConstraints property.
getCertStore() - Method in class org.apache.cxf.configuration.security.TrustManagersType
Gets the value of the certStore property.
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
 
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.
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.
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
 
getCombinator() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
Gets the value of the combinator property.
getConcreteName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getConduit() - Method in interface org.apache.cxf.endpoint.Client
Get the Conduit that messages for this client will be sent on.
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.
getConduitInitiator(String) - Method in interface org.apache.cxf.transport.ConduitInitiatorManager
Returns the ConduitInitiator registered with the specified name, loading the appropriate plugin if necessary.
getConduitInitiatorForUri(String) - Method in interface org.apache.cxf.transport.ConduitInitiatorManager
 
getConduitSelector() - Method in interface org.apache.cxf.endpoint.Client
Get the ConduitSelector responsible for retreiving the Conduit.
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.
getContent(Class<T>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContent(Class<T>) - Method in interface org.apache.cxf.message.Message
Retrieve the encapsulated content as a particular type.
getContent(Class<T>) - Method in class org.apache.cxf.message.MessageImpl
 
getContent() - Method in class org.apache.cxf.wsdl.TDocumentation
Gets the value of the content property.
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
 
getContentsList(Message) - Static method in class org.apache.cxf.message.MessageContentsList
 
getContextualBoolean(Message, String, boolean) - Static method in class org.apache.cxf.message.MessageUtils
 
getContextualProperty(String) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContextualProperty(String) - Method in interface org.apache.cxf.message.Message
Queries the Message object's metadata for a specific property.
getContextualProperty(String) - Method in class org.apache.cxf.message.MessageImpl
 
getContinuation() - Method in interface org.apache.cxf.continuations.ContinuationProvider
Creates a new continuation or retrieves the existing one
getContractLocation(QName) - Method in interface org.apache.cxf.endpoint.ServiceContractResolver
Resolves a service's QName to a URI representing the location of a WSDL contract.
getContractLocation(QName) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Resolves a service's QName to a URI representing the location of a WSDL contract.
getCurrentMessage() - Static method in class org.apache.cxf.phase.PhaseInterceptorChain
 
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.headers.Header
 
getDataBinding() - Method in interface org.apache.cxf.headers.HeaderProcessor
 
getDataBinding() - Method in interface org.apache.cxf.service.Service
 
getDataHandler() - Method in interface org.apache.cxf.message.Attachment
 
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.
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
getDefaultFaultAction() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
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.
getDefinitions() - Method in interface org.apache.cxf.wsdl.WSDLManager
 
getDescribed() - Method in class org.apache.cxf.service.model.DescriptionInfo
 
getDescription() - Method in class org.apache.cxf.service.model.AbstractDescriptionElement
 
getDestination() - Method in interface org.apache.cxf.endpoint.Server
 
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.
getDestinationFactory(String) - Method in interface org.apache.cxf.transport.DestinationFactoryManager
Returns the DestinationFactory registered with the specified name, loading the appropriate plugin if necessary.
getDestinationFactoryForUri(String) - Method in interface org.apache.cxf.transport.DestinationFactoryManager
 
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.
getDirection() - Method in class org.apache.cxf.headers.Header
 
getDocumentation() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getDocumentation() - Method in class org.apache.cxf.wsdl.TDocumented
Gets the value of the documentation property.
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.service.model.SchemaInfo
Build and return a DOM tree for this schema.
getElement() - Method in class org.apache.cxf.wsdl.TPart
Gets the value of the element property.
getElementByQName(QName) - Method in class org.apache.cxf.service.model.SchemaInfo
 
getElementQName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getElementType() - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
Returns the type of this extensibility element.
getEndpoint() - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
 
getEndpoint() - Method in interface org.apache.cxf.endpoint.Client
 
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 interface org.apache.cxf.message.Exchange
 
getEndpoint() - Method in class org.apache.cxf.message.ExchangeImpl
 
getEndpoint(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getEndpointInfo() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getEndpointInfo(QName) - Method in interface org.apache.cxf.service.Service
 
getEndpointInfo() - Method in interface org.apache.cxf.transport.DestinationWithEndpoint
Return the ServiceModel endpoint description for this destination.
getEndpointName() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getEndpointName() - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Gets the value of the endpointName property.
getEndpointReference(URL, QName, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create an endpoint reference for the provided wsdl, service and portname.
getEndpointReference(String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Create an endpoint reference for the provided address.
getEndpointReference(AttributedURIType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
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.service.model.ServiceInfo
 
getEndpoints() - Method in interface org.apache.cxf.service.Service
 
getEndpointUnavailableQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getEndpointUnavailableText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getErrorMessage() - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
getErrorMessage() - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
getExchange() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getExchange() - Method in interface org.apache.cxf.message.Message
 
getExchange() - Method in class org.apache.cxf.message.MessageImpl
 
getExclude() - Method in class org.apache.cxf.configuration.security.FiltersType
Gets the value of the exclude property.
getExecutor() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getExecutor() - Method in interface org.apache.cxf.service.Service
 
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.
getExtensor(Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensor(Class<T>) - Method in interface org.apache.cxf.service.model.Extensible
 
getExtensors(Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensors() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensors(Class<T>) - Method in interface org.apache.cxf.service.model.Extensible
 
getExtenstionRegistry() - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
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.
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.
getFaultCode() - Method in exception org.apache.cxf.interceptor.Fault
 
getFaultInfo() - Method in class org.apache.cxf.service.model.BindingFaultInfo
 
getFaultInterceptors() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getFaultMode(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine the fault mode for the underlying (fault) message (for use on server side only).
getFaultName() - Method in class org.apache.cxf.service.model.FaultInfo
 
getFaultObserver() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
getFaultObserver() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getFaults() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getFaults() - Method in class org.apache.cxf.service.model.OperationInfo
Returns all faults for this operation.
getFaults() - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getFaultTo() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the FaultTo property.
getFaultToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getFaultVocabulary() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
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.
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
 
getHandlers() - Method in interface org.apache.cxf.transports.http.QueryHandlerRegistry
Returns list of QueryHandlers
getHeader(String) - Method in interface org.apache.cxf.message.Attachment
 
getHeaderNames() - Method in interface org.apache.cxf.message.Attachment
 
getHeaderProcessor(String) - Method in interface org.apache.cxf.headers.HeaderManager
 
getId() - Method in interface org.apache.cxf.Bus
 
getId() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getId() - Method in interface org.apache.cxf.message.Attachment
 
getId() - Method in interface org.apache.cxf.message.Message
 
getId() - Method in class org.apache.cxf.message.MessageImpl
 
getId() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getId() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns the ID of this interceptor.
getId(Map) - Method in interface org.apache.cxf.transport.MultiplexDestination
 
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 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
 
getInInterceptors() - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
getInInterceptors() - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
getInInterceptors() - Method in interface org.apache.cxf.interceptor.InterceptorProvider
Returns the list of interceptors attached to the incoming interceptor chain of the object.
getInMessage() - Method in interface org.apache.cxf.message.Exchange
Returns the inbound message for the exchange.
getInMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
getInPhases() - Method in interface org.apache.cxf.phase.PhaseManager
 
getInput() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getInput() - Method in class org.apache.cxf.service.model.OperationInfo
 
getInput() - Method in class org.apache.cxf.wsdl.TBindingOperation
Gets the value of the input property.
getInputName() - Method in class org.apache.cxf.service.model.OperationInfo
 
getInputStream() - Method in class org.apache.cxf.io.CachedOutputStream
 
getInputStream() - Method in class org.apache.cxf.io.DelegatingInputStream
 
getInterceptorChain() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getInterceptorChain() - Method in interface org.apache.cxf.message.Message
Returns a live copy of the messages interceptor chain.
getInterceptorChain() - Method in class org.apache.cxf.message.MessageImpl
 
getInterceptorProvider() - Method in interface org.apache.cxf.headers.HeaderProcessor
 
getInterceptors() - Method in interface org.apache.cxf.ws.policy.EffectivePolicy
 
getInterceptors() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getInterceptors(Collection<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
 
getInterfaceName(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getInvalidMapQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getInvalidMapText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getInvoker() - Method in interface org.apache.cxf.service.Service
 
getIsReferenceParameterQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getIssuerDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Gets the value of the issuerDNConstraints property.
getIterator() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
getIterator() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getJAXBContext() - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
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.
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.
getKeyPassword() - Method in class org.apache.cxf.configuration.security.KeyManagersType
Gets the value of the keyPassword property.
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.
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
 
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.endpoint.AbstractConduitSelector
 
getLogger() - Method in class org.apache.cxf.endpoint.DeferredConduitSelector
 
getLogger() - Method in class org.apache.cxf.endpoint.UpfrontConduitSelector
 
getMapRequiredQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMapRequiredText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMessage() - Method in class org.apache.cxf.continuations.ContinuationInfo
 
getMessage() - Method in exception org.apache.cxf.interceptor.Fault
 
getMessage() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getMessage(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
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.
getMessageDocumentation() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessageID() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the MessageID property.
getMessageIDQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMessageInfo() - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
getMessageInfo() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getMessageObserver() - Method in interface org.apache.cxf.transport.Destination
 
getMessageObserver() - Method in interface org.apache.cxf.transport.Observable
Retrieves the message observer for incoming messages
getMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns the message part with the given name, if found.
getMessagePart(int) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns the n'th message part.
getMessagePartByIndex(int) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessagePartIndex(MessagePartInfo) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessagePartQName(String) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessageParts() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns all message parts for this message.
getMessageParts() - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
getMessagePartsMap() - Method in class org.apache.cxf.service.model.MessageInfo
 
getMessages() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getMetadata() - Method in class org.apache.cxf.ws.addressing.EndpointReferenceType
Gets the value of the metadata property.
getMetadataQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMethods - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getMtomThreshold() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getMtomThreshold() - Method in interface org.apache.cxf.databinding.DataBinding
 
getName() - Method in class org.apache.cxf.headers.Header
 
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.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.
getNamedWorkQueue(String) - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Get the named work queue.
getNamespace() - Method in interface org.apache.cxf.headers.HeaderProcessor
 
getNamespace() - Method in class org.apache.cxf.wsdl.TImport
Gets the value of the namespace property.
getNamespaceContext() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getNamespaceMap() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getNamespaces() - Method in class org.apache.cxf.ws.addressing.NSManager
 
getNamespaceURI() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getNamespaceURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getNamespaceURI() - Method in interface org.apache.cxf.ws.addressing.AddressingType
 
getNoneURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getObject() - Method in interface org.apache.cxf.continuations.Continuation
Get arbitrary object associated with the continuation for context
getObject() - Method in class org.apache.cxf.headers.Header
 
getOperation() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns the operation of this container.
getOperation(QName) - Method in class org.apache.cxf.service.model.BindingInfo
Returns the operation info with the given name, if found.
getOperation(OperationInfo) - Method in class org.apache.cxf.service.model.BindingInfo
 
getOperation(QName) - Method in class org.apache.cxf.service.model.InterfaceInfo
Returns the operation info with the given name, if found.
getOperation(Exchange, String) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getOperation(Exchange, QName) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getOperation() - Method in class org.apache.cxf.wsdl.TBinding
Gets the value of the operation property.
getOperation() - Method in class org.apache.cxf.wsdl.TPortType
Gets the value of the operation property.
getOperationForWrapperElement(Exchange, QName, boolean) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getOperationInfo() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getOperationInputPartNames(OperationInfo) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
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.
getOption(Map<String, Object>, String) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOption(Map<String, Object>, String, Class<T>) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOption(Map<String, Object>, Class<T>) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOption(Map<String, Object>, String, String) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
getOptionality(Element) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getOrCreateDetail() - Method in exception org.apache.cxf.interceptor.Fault
Returns the detail node.
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 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
 
getOutInterceptors() - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
getOutInterceptors() - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
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
Returns the outbound message for the exchange.
getOutMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
getOutOfBandParts() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getOutPhases() - Method in interface org.apache.cxf.phase.PhaseManager
 
getOutput() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getOutput() - Method in class org.apache.cxf.service.model.OperationInfo
 
getOutput() - Method in class org.apache.cxf.wsdl.TBindingOperation
Gets the value of the output property.
getOutputFile() - Method in interface org.apache.cxf.service.ServiceBuilder
 
getOutputName() - Method in class org.apache.cxf.service.model.OperationInfo
 
getPackageName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
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
 
getPart() - Method in class org.apache.cxf.wsdl.TMessage
Gets the value of the part property.
getPartObject(int, Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
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.
getPeerCertificates() - Method in class org.apache.cxf.security.transport.TLSSessionInfo
 
getPhase() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getPhase() - Method in interface org.apache.cxf.phase.PhaseInterceptor
Returns the phase in which this interceptor is excecuted.
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.
getPolicy(InputStream) - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Creates a Policy object from an InputStream.
getPolicyReference(Element) - Method in interface org.apache.cxf.ws.policy.PolicyBuilder
Creates a PolicyReference object from a DOM element.
getPort(WSDLManager, EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the WSDL port for the provided endpoint reference.
getPort() - Method in class org.apache.cxf.wsdl.TService
Gets the value of the port property.
getPortName() - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Gets the value of the portName property.
getPortName() - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Gets the value of the portName property.
getPortName(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the port name of the provided endpoint reference.
getPortQName(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getPortType() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets the value of the portType property.
getPortType() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the portType property.
getPrefix(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getPrefixFromNS(String) - Method in class org.apache.cxf.ws.addressing.NSManager
 
getPriority() - Method in class org.apache.cxf.phase.Phase
 
getProperties() - Method in interface org.apache.cxf.Bus
 
getProperties() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getProperty(String) - Method in interface org.apache.cxf.Bus
 
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.wsdl.PrettyPrintXMLStreamWriter
 
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.
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.
getRegistrationType() - Method in interface org.apache.cxf.extension.BusExtension
 
getRegistry() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getRegularExpression() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
Gets the value of the regularExpression property.
getRelatesTo() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the RelatesTo property.
getRelatesToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getRelationshipReply() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getRelationshipType() - Method in class org.apache.cxf.ws.addressing.RelatesToType
Gets the value of the relationshipType property.
getRelationshipType() - Method in class org.apache.cxf.ws.addressing.v200403.Relationship
Gets the value of the relationshipType property.
getRelationshipType() - Method in class org.apache.cxf.ws.addressing.v200408.Relationship
Gets the value of the relationshipType property.
getRelationshipTypeQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
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
getRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
Get whether or not the semantics of this extension are required.
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.
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
 
getRest() - Method in class org.apache.cxf.wsdl.TOperation
Gets the rest of the content model.
getRuntimeException() - Method in exception org.apache.cxf.continuations.SuspendedInvocationException
Returns a transport-specific runtime exception
getSchema() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getSchema(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getSchema(ServiceInfo, MessagePartInfo) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getSchema(ServiceInfo) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getSchema(ServiceInfo, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getSchemaCollection() - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
getSchemaElementList() - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
getSchemaInfoList() - Method in class org.apache.cxf.service.model.ServiceSchemaInfo
 
getSchemas() - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
getSchemas() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getSchemasForDefinition(Definition) - Method in interface org.apache.cxf.wsdl.WSDLManager
This object will cache the schemas for a WSDL.
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.
getSelectedConduit(Message) - Method in class org.apache.cxf.endpoint.AbstractConduitSelector
Mechanics to actually get the Conduit from the ConduitInitiator if necessary.
getServerEndpointPolicy(EndpointInfo, Destination) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
getServers() - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
getService() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getService(Class<T>) - Method in interface org.apache.cxf.jca.outbound.CXFConnection
Retrieves a service object to invoke.
getService() - Method in interface org.apache.cxf.message.Exchange
 
getService() - Method in class org.apache.cxf.message.ExchangeImpl
 
getService() - Method in class org.apache.cxf.service.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
 
getServiceClass() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getServiceInfos() - Method in interface org.apache.cxf.service.Service
 
getServiceName() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getServiceName() - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Gets the value of the serviceName property.
getServiceName() - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Gets the value of the serviceName property.
getServiceName(EndpointReferenceType, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the service name of the provided endpoint reference.
getServiceNameType(QName, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getSession() - Method in interface org.apache.cxf.message.Exchange
 
getSession() - Method in class org.apache.cxf.message.ExchangeImpl
 
getSignature() - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getSignature() - Method in interface org.apache.cxf.databinding.WrapperHelper
 
getSoapAction() - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Gets the value of the soapAction property.
getSslCacheTimeout() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns the SSL cache timeout if it has been configured or the JDK default value
getSslCacheTimeout() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the sslCacheTimeout property.
getSSLSession() - Method in class org.apache.cxf.security.transport.TLSSessionInfo
 
getSSLSocketFactory() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns the SSLSocketFactory to be used, or null if none has been set.
getState() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
getState() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getSubjectDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Gets the value of the subjectDNConstraints property.
getSupportedReaderFormats() - Method in interface org.apache.cxf.databinding.DataBinding
 
getSupportedWriterFormats() - Method in interface org.apache.cxf.databinding.DataBinding
 
getSystemId() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getTarget() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getTarget() - Method in interface org.apache.cxf.transport.Conduit
 
getTargetNamespace() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getTargetNamespace(Exchange) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getTargetNamespace() - Method in class org.apache.cxf.wsdl.TDefinitions
Gets the value of the targetNamespace property.
getTempFile() - Method in class org.apache.cxf.io.CachedOutputStream
 
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
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.
getTopLevelDoc() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getToQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getTransportId() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getTransportIds() - Method in interface org.apache.cxf.transport.ConduitInitiator
 
getTransportIds() - Method in interface org.apache.cxf.transport.DestinationFactory
 
getTraversedExtensor(T, Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
Lookup a configuration value.
getTraversedExtensor(T, Class<T>) - Method in class org.apache.cxf.service.model.EndpointInfo
 
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.
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.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.
getTypeClass() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getTypeQName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getUnmarshaller() - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertionBuilder
 
getUnwrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getUnwrappedOperation() - Method in class org.apache.cxf.service.model.OperationInfo
 
getUriPrefixes() - Method in interface org.apache.cxf.transport.ConduitInitiator
 
getUriPrefixes() - Method in interface org.apache.cxf.transport.DestinationFactory
 
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.
getUserName() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Gets the value of the userName property.
getUserObject() - Method in class org.apache.cxf.continuations.ContinuationInfo
 
getUserPrincipal() - Method in interface org.apache.cxf.security.SecurityContext
 
getValue(Method, Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
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.
getVerb() - Method in class org.apache.cxf.wsdl.http.BindingType
Gets the value of the verb property.
getVocabulary() - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
getWrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getWrappedOperation() - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getWrapperObject(Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getWrapperParts(Object) - Method in class org.apache.cxf.databinding.AbstractWrapperHelper
 
getWrapperParts(Object) - Method in interface org.apache.cxf.databinding.WrapperHelper
 
getWSDLActionQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getWSDLDefinition(WSDLManager, EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the WSDL definition for the provided endpoint reference.
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
getWSDLLocation(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getWSDLNamespaceURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getWsdlURL() - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
getXmlSchema() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getXmlSchemaCollection() - Method in class org.apache.cxf.service.model.ServiceInfo
 
GZIP - Annotation Type in org.apache.cxf.annotations
Enables GZIP compression negotiation

H

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(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(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
handleMessage(T) - Method in interface org.apache.cxf.interceptor.Interceptor
Intercepts a message.
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
 
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.
hasConfiguredPropertyValue(String, String, String) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
For supporting "legacy" config, checks the configured bean to see if it has a property configured with the given name/value.
hasDetails() - Method in exception org.apache.cxf.interceptor.Fault
Indicates whether this fault has a detail message.
hasFaults() - Method in class org.apache.cxf.service.model.OperationInfo
 
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.jca.outbound.CXFConnectionSpec
 
hashCode() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
hashCode() - Method in class org.apache.cxf.phase.Phase
 
hashCode() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
hashCode() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
hashCode() - Method in class org.apache.cxf.service.model.FaultInfo
 
hashCode() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
hashCode() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasInput() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasOutput() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasProperty(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
hasValue(MessagePartInfo) - Method in class org.apache.cxf.message.MessageContentsList
 
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.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
 
HeaderProcessor - Interface in org.apache.cxf.headers
 
holdTempFile() - Method in class org.apache.cxf.io.CachedOutputStream
 
HTTP_REQUEST_METHOD - Static variable in interface org.apache.cxf.message.Message
 

I

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_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
Some properties to allow adding interceptors to the chain on a per-request basis.
INBOUND_MESSAGE - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the message is inbound.
include - Variable in class org.apache.cxf.configuration.security.FiltersType
 
indent() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
indentWithSpaces() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
InFaultInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the inbound fault interceptor chain.
InInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the inbound interceptor chain.
initComplete() - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Invoked when the Bus has been initialized.
initialize(Service) - Method in interface org.apache.cxf.databinding.DataBinding
Initialize the service info (i.e.
initialize(Map<String, Object>) - Method in interface org.apache.cxf.databinding.PropertiesAwareDataBinding
Initialize a databinding with provided properties
initialize(Server, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(Client, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initialize(Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
initializeBus(Bus) - Method in class org.apache.cxf.BusFactory
 
initializeProvider(InterceptorProvider, Bus) - Method in class org.apache.cxf.feature.AbstractFeature
 
input - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
Interceptor<T extends Message> - Interface in org.apache.cxf.interceptor
Base interface for all interceptors.
INTERCEPTOR_PROVIDERS - Static variable in interface org.apache.cxf.message.Message
As above, but Collection
InterceptorChain - Interface in org.apache.cxf.interceptor
Base interface for all interceptor chains.
InterceptorChain.State - Enum in org.apache.cxf.interceptor
 
InterceptorProvider - Interface in org.apache.cxf.interceptor
The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
InterfaceInfo - Class in org.apache.cxf.service.model
 
InterfaceInfo(ServiceInfo, QName) - Constructor for class org.apache.cxf.service.model.InterfaceInfo
 
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
 
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
 
INVOCATION_CONTEXT - Static variable in interface org.apache.cxf.message.Message
A Map keyed by a string that stores optional context information associated with the invocation that spawned the message.
invoke(String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(BindingOperationInfo, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(BindingOperationInfo, Object[], Map<String, Object>) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invoke(ClientCallback, String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object[], Map<String, Object>) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object[], Exchange) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(ClientCallback, BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invoke(BindingOperationInfo, Object[], Map<String, Object>, Exchange) - Method in interface org.apache.cxf.endpoint.Retryable
 
INVOKE - Static variable in class org.apache.cxf.phase.Phase
 
invoke(Exchange, Object) - Method in interface org.apache.cxf.service.invoker.Invoker
 
Invoker - Interface in org.apache.cxf.service.invoker
Invokers control how a particular service is invoked.
invokeWrapped(String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invokeWrapped(QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation synchronously
invokeWrapped(ClientCallback, String, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
invokeWrapped(ClientCallback, QName, Object...) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation asynchronously
isAll(QName) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isAppliesToElem(QName) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
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
 
isAttributeFormQualified() - Method in class org.apache.cxf.service.model.SchemaInfo
 
isCancelled() - Method in class org.apache.cxf.endpoint.ClientCallback
 
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.
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() - 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.message.AbstractWrappedMessage
 
isEnabled() - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
isExactlyOne(QName) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isFault(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if message is fault.
isGET(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
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
 
isNew() - Method in interface org.apache.cxf.continuations.Continuation
Is this a newly created Continuation.
isOneWay() - Method in interface org.apache.cxf.message.Exchange
Determines if the exchange is one-way.
isOneWay() - Method in class org.apache.cxf.message.ExchangeImpl
 
isOneWay() - Method in class org.apache.cxf.service.model.OperationInfo
 
isOptional() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
isOptional(Element) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isOptionalAttribute(QName) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isOutbound(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if message is outbound.
isPartialResponse(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if the current message is a partial response.
isPending() - Method in interface org.apache.cxf.continuations.Continuation
Get the pending status
isPolicyAsserted(PolicyOperator, AssertionInfoMap) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
isPolicyElem(QName) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isPolicyRefElem(QName) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
isPolicyURIsAttr(QName) - Static method in class org.apache.cxf.ws.policy.PolicyConstants
 
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(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Determines if a contract resolver is already registered with a registry.
isRequestor(Message) - Static method in class org.apache.cxf.message.MessageUtils
Determine if current messaging role is that of requestor.
isRequestor(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Determine if current messaging role is that of requestor.
isRequired() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Gets the value of the required property.
isRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElement
Gets the value of the required property.
isResumed() - Method in interface org.apache.cxf.continuations.Continuation
Get the resumed status
isSameAs(EndpointInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
isSetAlgorithm() - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
 
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
 
isSetBinding() - Method in class org.apache.cxf.wsdl.TPort
 
isSetCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetCertConstraints() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetCertStore() - Method in class org.apache.cxf.configuration.security.TrustManagersType
 
isSetCipherSuite() - Method in class org.apache.cxf.configuration.security.CipherSuites
 
isSetCipherSuites() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetCipherSuites() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetCipherSuitesFilter() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetCipherSuitesFilter() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetClientAuthentication() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
isSetCombinator() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
 
isSetContent() - Method in class org.apache.cxf.wsdl.TDocumentation
 
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
 
isSetInclude() - Method in class org.apache.cxf.configuration.security.FiltersType
 
isSetInput() - Method in class org.apache.cxf.wsdl.TBindingOperation
 
isSetIssuerDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
isSetJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetJsseProvider() - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
 
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
 
isSetMessage() - Method in class org.apache.cxf.wsdl.TFault
 
isSetMessage() - Method in class org.apache.cxf.wsdl.TParam
 
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
 
isSetRegularExpression() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
 
isSetRequired() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
isSetRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElement
 
isSetResource() - Method in class org.apache.cxf.configuration.security.CertStoreType
 
isSetResource() - Method in class org.apache.cxf.configuration.security.KeyStoreType
 
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
 
isSetSslCacheTimeout() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetSubjectDNConstraints() - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
isSetTargetNamespace() - Method in class org.apache.cxf.wsdl.TDefinitions
 
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
 
isSetUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
isSetUserName() - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
isSetVerb() - Method in class org.apache.cxf.wsdl.http.BindingType
 
isSetWant() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
isShutdown() - Method in interface org.apache.cxf.workqueue.AutomaticWorkQueue
Returns true if this object has been shut down.
isStrict() - Method in class org.apache.cxf.ws.policy.Intersector
 
issuerDNConstraints - Variable in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
isSynchronous() - Method in interface org.apache.cxf.message.Exchange
Determines if the exchange requires the frontend to wait for a response.
isSynchronous() - Method in class org.apache.cxf.message.ExchangeImpl
 
isThreadLocalRequestContext() - Method in interface org.apache.cxf.endpoint.Client
Checks if the Request context is thread local or global.
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
 
isUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns whether or not HttpsURLConnection.getDefaultHostnameVerifier() should be used to create https connections.
isUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the useHttpsURLConnectionDefaultHostnameVerifier property.
isUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Returns whether or not HttpsURLConnection.getDefaultSSLSocketFactory() should be used to create https connections.
isUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Gets the value of the useHttpsURLConnectionDefaultSslSocketFactory property.
isUserInRole(String) - Method in interface org.apache.cxf.security.SecurityContext
 
isValid() - Method in class org.apache.cxf.tools.validator.AbstractValidator
 
isValid() - Method in class org.apache.cxf.tools.validator.ServiceValidator
 
isWant() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Gets the value of the want property.
isXOP() - Method in interface org.apache.cxf.message.Attachment
Whether or not this is an XOP package.
iterator() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 

J

JAXB_BINDINGS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
JAXB_DATABINDING - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
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.
JAXBExtensionHelper - Class in org.apache.cxf.wsdl
JAXBExtensionHelper
JAXBExtensionHelper(Class<? extends ExtensibilityElement>, String) - Constructor for class org.apache.cxf.wsdl.JAXBExtensionHelper
 
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
 
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
 
jsseProvider - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
jsseProvider - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 

K

KEEP_CONDUIT_ALIVE - Static variable in interface org.apache.cxf.endpoint.Client
 
keyManagers - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
keyManagers - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
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.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

loadBean(String, Class<? extends T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator.BeanLoaderListener
Return true to have the loader go ahead and load the bean.
loadBeansOfType(Class<T>, ConfiguredBeanLocator.BeanLoaderListener<T>) - Method in interface org.apache.cxf.configuration.ConfiguredBeanLocator
Iterates through the beans of the given type, calling the listener to determine if it should be loaded or not.
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
Logging - Annotation Type in org.apache.cxf.annotations
Enables message Logging

M

MAINTAIN_SESSION - Static variable in interface org.apache.cxf.message.Message
 
MARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
MARSHAL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
Message - Interface in org.apache.cxf.message
The base interface for all all message implementations.
message - Variable in class org.apache.cxf.wsdl.TFault
 
message - Variable in class org.apache.cxf.wsdl.TParam
 
MessageContentsList - Class in org.apache.cxf.message
 
MessageContentsList() - Constructor for class org.apache.cxf.message.MessageContentsList
 
MessageContentsList(Object...) - Constructor for class org.apache.cxf.message.MessageContentsList
 
MessageContentsList(List<?>) - Constructor for class org.apache.cxf.message.MessageContentsList
 
MessageImpl - Class in org.apache.cxf.message
 
MessageImpl() - Constructor for class org.apache.cxf.message.MessageImpl
 
MessageImpl(Message) - Constructor for class org.apache.cxf.message.MessageImpl
 
MessageInfo - Class in org.apache.cxf.service.model
A message for an operation.
MessageInfo(OperationInfo, MessageInfo.Type, QName) - Constructor for class org.apache.cxf.service.model.MessageInfo
 
MessageInfo.Type - Enum in org.apache.cxf.service.model
 
MessageObserver - Interface in org.apache.cxf.transport
Observer for incoming messages.
MessagePartInfo - Class in org.apache.cxf.service.model
 
MessagePartInfo(QName, AbstractMessageContainer) - Constructor for class org.apache.cxf.service.model.MessagePartInfo
 
MessageUtils - Class in org.apache.cxf.message
Holder for utility methods relating to messages.
metadata - Variable in class org.apache.cxf.ws.addressing.EndpointReferenceType
 
MetadataType - Class in org.apache.cxf.ws.addressing
Java class for MetadataType complex type.
MetadataType() - Constructor for class org.apache.cxf.ws.addressing.MetadataType
 
MIME_HEADERS - Static variable in interface org.apache.cxf.message.Message
A Map containing the MIME headers for a SOAP message.
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, 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.
mName - Variable in class org.apache.cxf.service.model.AbstractMessageContainer
 
MTOM_ENABLED - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying in the runtime is configured to process MTOM attachments.
MTOM_THRESHOLD - Static variable in interface org.apache.cxf.message.Message
 
mtomThreshold - Variable in class org.apache.cxf.databinding.AbstractDataBinding
 
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.

N

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
 
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_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
 
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) - Constructor for class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertion
 
NestedPrimitiveAssertion(Element, PolicyBuilder, 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.
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
NO_CLASSES - Static variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
NO_PARAMS - Static variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
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.
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_WSA - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
NS_WSAM - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
NS_WSAW - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
NS_WSDLI - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
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
 
NSManager - Class in org.apache.cxf.ws.addressing
Only public/static/final fields can be resolved The prefix MUST ends with _PREFIX Namespace MUST starts with NS_ The value of the _PREFIX is the suffix of NS_ e.g public static final String WSAW_PREFIX = "wsaw"; public static final String NS_WSAW = "http://www.w3.org/2006/05/addressing/wsdl";
NSManager() - Constructor for class org.apache.cxf.ws.addressing.NSManager
 
NullConduitSelector - Class in org.apache.cxf.endpoint
Strategy for null Conduit retrieval.
NullConduitSelector() - Constructor for class org.apache.cxf.endpoint.NullConduitSelector
 

O

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.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
Observable - Interface in org.apache.cxf.transport
Allows Observers to register for notification on incoming messages.
onClose(CachedOutputStream) - Method in interface org.apache.cxf.io.CachedOutputStreamCallback
 
ONE_WAY_REQUEST - Static variable in interface org.apache.cxf.message.Message
 
onFirstWrite() - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
onFlush(CachedOutputStream) - Method in interface org.apache.cxf.io.CachedOutputStreamCallback
 
onMessage(Message) - Method in interface org.apache.cxf.transport.MessageObserver
Called for an incoming message, i.e.
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
 
OperationInfo - Class in org.apache.cxf.service.model
 
OperationInfo() - Constructor for class org.apache.cxf.service.model.OperationInfo
 
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
 
optional - Variable in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
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.annotations - package org.apache.cxf.annotations
 
org.apache.cxf.binding - package org.apache.cxf.binding
Interfaces for protocol bindings and their factories.
org.apache.cxf.buslifecycle - package org.apache.cxf.buslifecycle
 
org.apache.cxf.clustering - package org.apache.cxf.clustering
 
org.apache.cxf.configuration - package org.apache.cxf.configuration
 
org.apache.cxf.configuration.jsse - package org.apache.cxf.configuration.jsse
 
org.apache.cxf.configuration.security - package org.apache.cxf.configuration.security
 
org.apache.cxf.continuations - package org.apache.cxf.continuations
 
org.apache.cxf.databinding - package org.apache.cxf.databinding
 
org.apache.cxf.endpoint - package org.apache.cxf.endpoint
Client and Server related classes.
org.apache.cxf.extension - package org.apache.cxf.extension
 
org.apache.cxf.feature - package org.apache.cxf.feature
 
org.apache.cxf.headers - package org.apache.cxf.headers
 
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.jca.outbound - package org.apache.cxf.jca.outbound
 
org.apache.cxf.logging - package org.apache.cxf.logging
 
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.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.invoker - package org.apache.cxf.service.invoker
 
org.apache.cxf.service.model - package org.apache.cxf.service.model
 
org.apache.cxf.tools.common - package org.apache.cxf.tools.common
 
org.apache.cxf.tools.validator - package org.apache.cxf.tools.validator
 
org.apache.cxf.transport - package org.apache.cxf.transport
Transport related classes.
org.apache.cxf.transports.http - package org.apache.cxf.transports.http
 
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
 
OUT_INTERCEPTORS - Static variable in interface org.apache.cxf.message.Message
 
OutFaultInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the outbound fault interceptor chain.
OutInterceptors - Annotation Type in org.apache.cxf.interceptor
Specifies a list of classes that are added to the outbound interceptor chain.
output - Variable in class org.apache.cxf.wsdl.TBindingOperation
 
outputLocked - Variable in class org.apache.cxf.io.CachedOutputStream
 

P

parameterOrder - Variable in class org.apache.cxf.wsdl.TOperation
 
part - Variable in class org.apache.cxf.wsdl.TMessage
 
PARTIAL_RESPONSE_MESSAGE - Static variable in interface org.apache.cxf.message.Message
 
password - Variable in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
password - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
PATH_INFO - Static variable in interface org.apache.cxf.message.Message
 
pause() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
pause() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
Phase - Class in org.apache.cxf.phase
 
Phase() - Constructor for class org.apache.cxf.phase.Phase
 
Phase(String, int) - Constructor for class org.apache.cxf.phase.Phase
 
PhaseChainCache - Class in org.apache.cxf.phase
The PhaseChainCache provides default interceptor chains for SOAP requests and responses, both from the client and web service side.
PhaseChainCache() - Constructor for class org.apache.cxf.phase.PhaseChainCache
 
PhaseComparator - Class in org.apache.cxf.phase
 
PhaseComparator() - Constructor for class org.apache.cxf.phase.PhaseComparator
 
PhaseInterceptor<T extends Message> - Interface in org.apache.cxf.phase
A phase interceptor is an intercetor that participates in a PhaseInterceptorChain.
PhaseInterceptorChain - Class in org.apache.cxf.phase
A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.
PhaseInterceptorChain(SortedSet<Phase>) - Constructor for class org.apache.cxf.phase.PhaseInterceptorChain
 
PhaseManager - Interface in org.apache.cxf.phase
 
Policies - Annotation Type in org.apache.cxf.annotations
Used to attach multiple Policy annotations to a method or type if policies need to be added to more than one place in the wsdl.
Policy - Annotation Type in org.apache.cxf.annotations
Attaches a Policy to a service or method
Policy.DEFAULT - Class in org.apache.cxf.annotations
 
Policy.DEFAULT() - Constructor for class org.apache.cxf.annotations.Policy.DEFAULT
 
Policy.Placement - Enum in org.apache.cxf.annotations
 
POLICY_ELEM_NAME - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
POLICY_IN_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
POLICY_OUT_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
POLICY_OVERRIDE - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
PolicyAssertion - Interface in org.apache.cxf.ws.policy
 
POLICYATTACHMENT_ELEM_NAME - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
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.
PolicyEngine - Interface in org.apache.cxf.ws.policy
 
PolicyException - Exception in org.apache.cxf.ws.policy
PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.
PolicyException(Message, Throwable) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyException(Message) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyException(Throwable) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyException(AssertionInfo) - Constructor for exception org.apache.cxf.ws.policy.PolicyException
 
PolicyInterceptorProvider - Interface in org.apache.cxf.ws.policy
 
PolicyInterceptorProviderLoader - Interface in org.apache.cxf.ws.policy
Marker interface for objects that would load and register additional PolicyInterceptorProviders when loaded.
PolicyInterceptorProviderRegistry - Interface in org.apache.cxf.ws.policy
InterceptorProviderRegistry is used to manage InterceptorProviders that provide assertion domain specific interceptors.
PolicyProvider - Interface in org.apache.cxf.ws.policy
 
POLICYREFERENCE_ELEM_NAME - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
port - Variable in class org.apache.cxf.wsdl.TService
 
PORT_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
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
 
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.CachedOutputStream
Perform any actions required after stream closure (close the other related stream etc.)
postShutdown() - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Invoked after the Bus is shutdown.
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 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_SEND - Static variable in class org.apache.cxf.phase.Phase
 
PREPARE_SEND_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
preShutdown() - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Invoked before the Bus is shutdown.
PrettyPrintXMLStreamWriter - Class in org.apache.cxf.wsdl
 
PrettyPrintXMLStreamWriter(XMLStreamWriter, Class<?>) - Constructor for class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
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) - 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
 
ProblemActionType - Class in org.apache.cxf.ws.addressing
Java class for ProblemActionType complex type.
ProblemActionType() - Constructor for class org.apache.cxf.ws.addressing.ProblemActionType
 
PropertiesAwareDataBinding - Interface in org.apache.cxf.databinding
Provides for alternative ways of initializing DataBindings
PROPOGATE_EXCEPTION - Static variable in interface org.apache.cxf.message.Message
 
PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
PROTOCOL_HEADERS - Static variable in interface org.apache.cxf.message.Message
 
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
 
ProxyAuthorizationPolicy - Class in org.apache.cxf.configuration.security
Java class for ProxyAuthorizationPolicy complex type.
ProxyAuthorizationPolicy() - Constructor for class org.apache.cxf.configuration.security.ProxyAuthorizationPolicy
 
put(String, Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
put(Class<T>, T) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
put(Class<T>, T) - Method in class org.apache.cxf.message.ExchangeImpl
 
put(String, Object) - Method in class org.apache.cxf.message.ExchangeImpl
 
put(MessagePartInfo, Object) - Method in class org.apache.cxf.message.MessageContentsList
 
put(String, Object) - Method in class org.apache.cxf.message.MessageImpl
 
put(Class<T>, T) - Method in interface org.apache.cxf.message.StringMap
Convenience method for storing/retrieving typed objects from the map.
put(Class<T>, T) - Method in class org.apache.cxf.message.StringMapImpl
 
put(Object, Object) - Method in interface org.apache.cxf.transport.Session
Put a variable into the session with a key.
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.

Q

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
 

R

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 - Static variable in class org.apache.cxf.phase.Phase
 
RECEIVE - Static variable in class org.apache.cxf.phase.Phase
 
RECEIVE_TIMEOUT - Static variable in interface org.apache.cxf.message.Message
 
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
 
refresh() - Method in class org.apache.cxf.service.model.ServiceInfo
 
register(EndpointResolver) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Register an endpoint resolver.
register(Server) - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
register(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Registers a contract resolver.
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(AssertionBuilder) - Method in interface org.apache.cxf.ws.policy.AssertionBuilderRegistry
Register the builder for all qnames from the builders getKnownElements call.
register(PolicyInterceptorProvider) - Method in interface org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry
Register the builder for all qnames from the provider getAssertionTypes call.
registerBindingFactory(String, BindingFactory) - Method in interface org.apache.cxf.binding.BindingFactoryManager
Registers a BindingFactory using the provided name.
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.
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.
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
 
registerLifeCycleListener(BusLifeCycleListener) - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleManager
Register a listener to receive Bus lifecycle notification.
registerListener(ClientLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
registerListener(ServerLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
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
 
regularExpression - Variable in class org.apache.cxf.configuration.security.DNConstraintsType
 
RelatesToType - Class in org.apache.cxf.ws.addressing
Java class for RelatesToType complex type.
RelatesToType() - Constructor for class org.apache.cxf.ws.addressing.RelatesToType
 
Relationship - Class in org.apache.cxf.ws.addressing.v200403
Java class for Relationship complex type.
Relationship() - Constructor for class org.apache.cxf.ws.addressing.v200403.Relationship
 
Relationship - Class in org.apache.cxf.ws.addressing.v200408
Java class for Relationship complex type.
Relationship() - Constructor for class org.apache.cxf.ws.addressing.v200408.Relationship
 
relationshipType - Variable in class org.apache.cxf.ws.addressing.RelatesToType
 
relationshipType - Variable in class org.apache.cxf.ws.addressing.v200403.Relationship
 
relationshipType - Variable in class org.apache.cxf.ws.addressing.v200408.Relationship
 
releaseTempFileHold() - Method in class org.apache.cxf.io.CachedOutputStream
 
remove(Interceptor<? extends Message>) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
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
 
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
 
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
removeFault(QName) - Method in class org.apache.cxf.service.model.OperationInfo
Removes a fault from this operation.
removeMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Removes an message part from this container.
removeOperation(BindingOperationInfo) - Method in class org.apache.cxf.service.model.BindingInfo
Removes an operation from this service.
removeOperation(OperationInfo) - Method in class org.apache.cxf.service.model.InterfaceInfo
Removes an operation from this service.
removeProperty(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
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, Bus) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Renew logical endpoint reference via the Bus EndpointResolverRegistry.
ReplyAfterType - Class in org.apache.cxf.ws.addressing.v200403
Java class for ReplyAfterType complex type.
ReplyAfterType() - Constructor for class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
 
ReplyAfterType - Class in org.apache.cxf.ws.addressing.v200408
Java class for ReplyAfterType complex type.
ReplyAfterType() - Constructor for class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
 
REPLYTO_PROPERTY - Static variable in class org.apache.cxf.ws.addressing.WSAContextUtils
 
REQUEST_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
REQUEST_URI - Static variable in interface org.apache.cxf.message.Message
 
REQUESTOR_ROLE - Static variable in interface org.apache.cxf.message.Message
Boolean property specifying if the message is a request message.
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.continuations.Continuation
Reset the continuation
reset() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
reset() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
resetContextCache() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
resetContextCache() - Method in interface org.apache.cxf.message.Message
 
resetContextCache() - Method in class org.apache.cxf.message.MessageImpl
 
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(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(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.
resource - Variable in class org.apache.cxf.configuration.security.CertStoreType
 
resource - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
RESPONSE_CODE - Static variable in interface org.apache.cxf.message.Message
 
RESPONSE_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
rest - Variable in class org.apache.cxf.wsdl.TOperation
 
result - Variable in class org.apache.cxf.endpoint.ClientCallback
 
resume() - Method in interface org.apache.cxf.continuations.Continuation
Resume a suspended request
resume() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
resume() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
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.
run() - Method in interface org.apache.cxf.Bus
 
run() - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Only returns after workqueue has been shutdown.
RUNTIME_DATABINDING_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 

S

schedule(Runnable, long) - Method in interface org.apache.cxf.workqueue.WorkQueue
Schedules a work item for execution at some time in the future.
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
 
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
 
SchemaValidation - Annotation Type in org.apache.cxf.annotations
Enables SchemaValidation
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
SEI_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SEI_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
selectAlternateAddress(List<String>) - Method in interface org.apache.cxf.clustering.FailoverStrategy
Select one of the alternate addresses 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 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
 
SEND - Static variable in class org.apache.cxf.phase.Phase
 
SEND_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
serialize(XMLStreamWriter) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
serialize(XMLStreamWriter) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
Server - Interface in org.apache.cxf.endpoint
 
SERVER_ADDRESSING_PROPERTIES_INBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
SERVER_ADDRESSING_PROPERTIES_OUTBOUND - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
SERVER_CLASS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
SERVER_IN_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
SERVER_OUT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
SERVER_OUTFAULT_ASSERTIONS - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
SERVER_POLICY_OUT_FAULT_INTERCEPTOR_ID - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
ServerLifeCycleListener - Interface in org.apache.cxf.endpoint
 
ServerLifeCycleManager - Interface in org.apache.cxf.endpoint
 
ServerRegistry - Interface in org.apache.cxf.endpoint
 
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_MODEL_PROPERTY - Static variable in interface org.apache.cxf.databinding.PropertiesAwareDataBinding
Identifies org.apache.cxf.service.Service model object
SERVICE_NAME - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
ServiceBuilder - Interface in org.apache.cxf.service
 
ServiceContractResolver - Interface in org.apache.cxf.endpoint
A ServiceContractResolver resolves a service's QName to the URI of the service's WSDL contract.
ServiceContractResolverRegistry - Interface in org.apache.cxf.endpoint
A registry for maintaining a collection of contract resolvers.
ServiceInfo - Class in org.apache.cxf.service.model
 
ServiceInfo() - Constructor for class org.apache.cxf.service.model.ServiceInfo
 
ServiceModelUtil - Class in org.apache.cxf.service.model
 
serviceName - Variable in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
 
serviceName - Variable in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
 
ServiceNameType - Class in org.apache.cxf.ws.addressing.v200403
Java class for ServiceNameType complex type.
ServiceNameType() - Constructor for class org.apache.cxf.ws.addressing.v200403.ServiceNameType
 
ServiceNameType - Class in org.apache.cxf.ws.addressing.v200408
Java class for ServiceNameType complex type.
ServiceNameType() - Constructor for class org.apache.cxf.ws.addressing.v200408.ServiceNameType
 
ServiceNameType - Class in org.apache.cxf.ws.addressing.wsdl
Java class for ServiceNameType complex type.
ServiceNameType() - Constructor for class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
 
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
 
ServiceValidator - Class in org.apache.cxf.tools.validator
 
ServiceValidator() - Constructor for class org.apache.cxf.tools.validator.ServiceValidator
 
Session - Interface in org.apache.cxf.transport
A Session which can be bound to HTTP, WS-Adddressing, etc.
set(int, Object) - Method in class org.apache.cxf.message.MessageContentsList
 
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.
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.
setAfter(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain after the specified collection of interceptors.
setAlgorithm(String) - Method in class org.apache.cxf.configuration.security.SecureRandomParameters
Sets the value of the algorithm property.
setAlternativeSelector(AlternativeSelector) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setAny(Object) - Method in class org.apache.cxf.ws.addressing.AttributedAnyType
Sets the value of the any property.
setAsserted(boolean) - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
setAssertionBuilderRegistry(AssertionBuilderRegistry) - Method in class org.apache.cxf.ws.policy.builder.primitive.NestedPrimitiveAssertionBuilder
 
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.databinding.BaseDataReader
Attach a collection of attachments to a binding.
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.databinding.BaseDataWriter
Attach a collection of attachments to this writer.
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setAttachments(Collection<Attachment>) - Method in interface org.apache.cxf.message.Message
 
setAttachments(Collection<Attachment>) - Method in class org.apache.cxf.message.MessageImpl
 
setAuthorization(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the authorization property.
setAuthorizationType(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the authorizationType property.
setBaseURI(String) - Method in class org.apache.cxf.service.model.DescriptionInfo
 
setBefore(Collection<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
Specifies that the current interceptor needs to be added to the interceptor chain before the specified collection of interceptors.
setBinding(BindingInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setBinding(QName) - Method in class org.apache.cxf.wsdl.TPort
Sets the value of the binding property.
setBindingId(String) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setBus(Bus) - Method in class org.apache.cxf.databinding.AbstractDataBinding
This call is used to set the bus.
setBus(Bus) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setBus(Bus) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
setBusConfigURL(URL) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setCertConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
Set the certificate constraints type
setCertConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the certConstraints property.
setCertConstraints(CertificateConstraintsType) - Method in class org.apache.cxf.configuration.security.TLSServerParametersType
Sets the value of the certConstraints property.
setCertStore(CertStoreType) - Method in class org.apache.cxf.configuration.security.TrustManagersType
Sets the value of the certStore 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.
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.
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.
setClientEndpointPolicy(EndpointInfo, EndpointPolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setCombinator(CombinatorType) - Method in class org.apache.cxf.configuration.security.DNConstraintsType
Sets the value of the combinator property.
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 interface org.apache.cxf.endpoint.Client
Set the ConduitSelector responsible for retreiving the Conduit.
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
 
setContextualProperty(String, Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setContextualProperty(String, Object) - Method in interface org.apache.cxf.message.Message
 
setContextualProperty(String, Object) - Method in class org.apache.cxf.message.MessageImpl
 
setData(T) - Method in class org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion
 
setDataBinding(DataBinding) - Method in class org.apache.cxf.headers.Header
 
setDataBinding(DataBinding) - Method in interface org.apache.cxf.service.Service
 
setDefaultBus(Bus) - Static method in class org.apache.cxf.BusFactory
Sets the default bus.
setDefaultNamespace(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setDelegate(AbstractPropertiesHolder, boolean) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setDescription(DescriptionInfo) - Method in class org.apache.cxf.service.model.AbstractDescriptionElement
 
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
 
setDetail(Element) - Method in exception org.apache.cxf.interceptor.Fault
Sets a details Node on this fault.
setDirection(Header.Direction) - Method in class org.apache.cxf.headers.Header
 
setDisableCNCheck(boolean) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Set whether or not JSEE should omit checking if the host name specified in the URL matches that of the Common Name (CN) on the server's certificate.
setDisableCNCheck(boolean) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the disableCNCheck property.
setDocumentation(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setDocumentation(TDocumentation) - Method in class org.apache.cxf.wsdl.TDocumented
Sets the value of the documentation property.
setEffectiveClientFaultPolicy(EndpointInfo, BindingFaultInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveClientRequestPolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveClientResponsePolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveServerFaultPolicy(EndpointInfo, BindingFaultInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveServerRequestPolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setEffectiveServerResponsePolicy(EndpointInfo, BindingOperationInfo, EffectivePolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
setElement(boolean) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setElement(Element) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setElement(QName) - Method in class org.apache.cxf.wsdl.TPart
Sets the value of the element property.
setElementQName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
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 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.jca.outbound.CXFConnectionSpec
 
setEndpointName(String) - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Sets the value of the endpointName property.
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
 
setExecutor(Executor) - Method in interface org.apache.cxf.endpoint.Client
Sets the executor which is used to process Asynchronous responses.
setExecutor(Executor) - Method in interface org.apache.cxf.endpoint.Endpoint
 
setExecutor(Executor) - Method in interface org.apache.cxf.service.Service
 
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
 
setExtensionRegistry(ExtensionRegistry) - Method in class org.apache.cxf.wsdl.AbstractWSDLPlugin
 
setExtensionRegistry(ExtensionRegistry) - Method in interface org.apache.cxf.wsdl.WSDLExtensibilityPlugin
 
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.
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.
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.
setFrom(EndpointReferenceType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the From property.
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
 
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
 
setIndex(int) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
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
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
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(String, MessageInfo) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
setInput(TBindingOperationMessage) - Method in class org.apache.cxf.wsdl.TBindingOperation
Sets the value of the input property.
setInputStream(InputStream) - Method in class org.apache.cxf.io.DelegatingInputStream
 
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
 
setInterfaceName(EndpointReferenceType, QName) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setInvoker(Invoker) - Method in interface org.apache.cxf.service.Service
 
setIssuerDNConstraints(DNConstraintsType) - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Sets the value of the issuerDNConstraints property.
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.
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.
setKeyPassword(String) - Method in class org.apache.cxf.configuration.security.KeyManagersType
Sets the value of the keyPassword property.
setKeyStore(KeyStoreType) - Method in class org.apache.cxf.configuration.security.KeyManagersType
Sets the value of the keyStore property.
setKeyStore(KeyStoreType) - Method in class org.apache.cxf.configuration.security.TrustManagersType
Sets the value of the keyStore property.
setKnownElements(Collection<QName>) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertionBuilder
 
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.
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
 
setMessageDocumentation(String) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
setMessageID(AttributedURIType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the MessageID property.
setMessageObserver(MessageObserver) - Method in 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.
setMethods - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
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.
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(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.wsdl.TImport
Sets the value of the namespace property.
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setNamespaceMap(Map<String, String>) - Method in class org.apache.cxf.databinding.AbstractDataBinding
Set a map of from URI to prefix.
setNamespaceURI(String) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setNotAsserted(String) - Method in class org.apache.cxf.ws.policy.AssertionInfo
 
setObject(Object) - Method in interface org.apache.cxf.continuations.Continuation
Sets arbitrary object associated with the continuation for context
setObject(Object) - Method in class org.apache.cxf.headers.Header
 
setOneWay(boolean) - Method in interface org.apache.cxf.message.Exchange
 
setOneWay(boolean) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOptional(boolean) - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutFaultInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
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
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutInterceptors(List<Interceptor<? extends Message>>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setOutMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setOutMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOutput(String, MessageInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
setOutput(String, MessageInfo) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
setOutput(TBindingOperationMessage) - Method in class org.apache.cxf.wsdl.TBindingOperation
Sets the value of the output property.
setOutputDir(File) - Method in class org.apache.cxf.io.CachedOutputStream
 
setParameterOrdering(List<String>) - Method in class org.apache.cxf.service.model.OperationInfo
 
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.
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
 
setPortName(String) - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Sets the value of the portName property.
setPortName(String) - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Sets the value of the portName property.
setPortName(EndpointReferenceType, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setPortType(AttributedQName) - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Sets the value of the portType property.
setPortType(AttributedQName) - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Sets the value of the portType property.
setPrefix(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setPriority(int) - Method in class org.apache.cxf.phase.Phase
 
setProperty(String, Object) - Method in interface org.apache.cxf.Bus
 
setProperty(String, Object) - Method in interface org.apache.cxf.databinding.BaseDataReader
Set an arbitrary property on the reader.
setProperty(String, Object) - Method in interface org.apache.cxf.databinding.BaseDataWriter
Set a property for the writer.
setProperty(String, Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
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.
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.
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.
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
 
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.
setSchema(Schema) - Method in interface org.apache.cxf.databinding.BaseDataReader
Supply a schema to validate the input.
setSchema(Schema) - Method in interface org.apache.cxf.databinding.BaseDataWriter
Attach a schema to the writer.
setSchema(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
 
setSchemas(Collection<DOMSource>) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
setSchemas(SchemaCollection, List<SchemaInfo>) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setSecureRandom(SecureRandom) - Method in class org.apache.cxf.configuration.jsse.TLSParameterBase
This sets the secure random provider and alogorithm.
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.
setServerEndpointPolicy(EndpointInfo, EndpointPolicy) - Method in interface org.apache.cxf.ws.policy.PolicyEngine
 
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.
setServiceClass(Class<?>) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setServiceClass(Class) - Method in interface org.apache.cxf.service.ServiceBuilder
 
setServiceName(QName) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setServiceName(ServiceNameType) - Method in class org.apache.cxf.ws.addressing.v200403.EndpointReferenceType
Sets the value of the serviceName property.
setServiceName(ServiceNameType) - Method in class org.apache.cxf.ws.addressing.v200408.EndpointReferenceType
Sets the value of the serviceName property.
setServiceSchemaInfo(ServiceSchemaInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setSession(Session) - Method in class org.apache.cxf.message.ExchangeImpl
 
setSoapAction(String) - Method in class org.apache.cxf.ws.addressing.ProblemActionType
Sets the value of the soapAction property.
setSslCacheTimeout(int) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
This sets the SSL Session Cache timeout value for client sessions handled by CXF
setSslCacheTimeout(int) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the sslCacheTimeout property.
setSSLSocketFactory(SSLSocketFactory) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
This sets the SSLSocketFactory to use, causing all other properties of this bean (and its superclass) to get ignored (this takes precendence).
setStrict(boolean) - Method in class org.apache.cxf.ws.policy.Intersector
 
setSubjectDNConstraints(DNConstraintsType) - Method in class org.apache.cxf.configuration.security.CertificateConstraintsType
Sets the value of the subjectDNConstraints property.
setSynchronous(boolean) - Method in interface org.apache.cxf.message.Exchange
 
setSynchronous(boolean) - Method in class org.apache.cxf.message.ExchangeImpl
 
setSystemId(String) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setTargetNamespace(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setTargetNamespace(String) - Method in class org.apache.cxf.wsdl.TDefinitions
Sets the value of the targetNamespace property.
setThreadDefaultBus(Bus) - Static method in class org.apache.cxf.BusFactory
Sets the default bus for the thread.
setThreadLocalRequestContext(boolean) - Method in interface org.apache.cxf.endpoint.Client
Sets whether the request context is thread local or global to this client.
setThreshold(long) - Method in class org.apache.cxf.io.CachedOutputStream
 
setTo(EndpointReferenceType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the To property.
setTo(AttributedURIType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the To property.
setTopLevelDoc(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setTransportId(String) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setTransportId(String) - Method in interface org.apache.cxf.service.ServiceBuilder
 
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.
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(QName) - Method in class org.apache.cxf.wsdl.TBinding
Sets the value of the type property.
setType(QName) - Method in class org.apache.cxf.wsdl.TPart
Sets the value of the type property.
setTypeClass(Class<?>) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setTypeQName(QName) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setUnwrappedOperation(BindingOperationInfo) - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
setUnwrappedOperation(OperationInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
SETUP - Static variable in class org.apache.cxf.phase.Phase
 
SETUP_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
setupValidation(XMLStreamReader, ServiceInfo) - Method in interface org.apache.cxf.io.StaxValidationManager
Install the schemas onto the reader for validation.
setupValidation(XMLStreamWriter, ServiceInfo) - Method in interface org.apache.cxf.io.StaxValidationManager
 
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.
setUseHttpsURLConnectionDefaultHostnameVerifier(boolean) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Sets whether or not HttpsURLConnection.getDefaultHostnameVerifier() should be used to create https connections.
setUseHttpsURLConnectionDefaultHostnameVerifier(boolean) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the useHttpsURLConnectionDefaultHostnameVerifier property.
setUseHttpsURLConnectionDefaultSslSocketFactory(boolean) - Method in class org.apache.cxf.configuration.jsse.TLSClientParameters
Sets whether or not HttpsURLConnection.getDefaultSSLSocketFactory() should be used to create https connections.
setUseHttpsURLConnectionDefaultSslSocketFactory(boolean) - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
Sets the value of the useHttpsURLConnectionDefaultSslSocketFactory property.
setUserName(String) - Method in class org.apache.cxf.configuration.security.AuthorizationPolicy
Sets the value of the userName property.
setUserObject(Object) - Method in class org.apache.cxf.continuations.ContinuationInfo
 
setValue(QName) - Method in class org.apache.cxf.ws.addressing.AttributedQNameType
Sets the value of the value property.
setValue(BigInteger) - Method in class org.apache.cxf.ws.addressing.AttributedUnsignedLongType
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.AttributedURIType
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.RelatesToType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200403.AttributedQName
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200403.AttributedURI
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200403.Relationship
Sets the value of the value property.
setValue(BigInteger) - Method in class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200408.AttributedQName
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200408.AttributedURI
Sets the value of the value property.
setValue(String) - Method in class org.apache.cxf.ws.addressing.v200408.Relationship
Sets the value of the value property.
setValue(BigInteger) - Method in class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
Sets the value of the value property.
setValue(AnonymousType) - Method in class org.apache.cxf.ws.addressing.wsdl.Anonymous
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.wsdl.AttributedQNameType
Sets the value of the value property.
setValue(QName) - Method in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
Sets the value of the value property.
setVerb(String) - Method in class org.apache.cxf.wsdl.http.BindingType
Sets the value of the verb property.
setWant(boolean) - Method in class org.apache.cxf.configuration.security.ClientAuthentication
Sets the value of the want property.
setWSDLLocation(EndpointReferenceType, String...) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
setWsdlURL(URL) - Method in class org.apache.cxf.jca.outbound.CXFConnectionSpec
 
setXmlSchema(XmlSchemaAnnotated) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
shutdown(boolean) - Method in interface org.apache.cxf.Bus
 
shutdown() - Method in interface org.apache.cxf.transport.Destination
Shutdown the Destination, i.e.
shutdown(boolean) - Method in interface org.apache.cxf.workqueue.AutomaticWorkQueue
Initiates an orderly shutdown.
shutdown(boolean) - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Shuts down the manager's work queue.
SIMPLE_FRONTEND - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
size() - Method in class org.apache.cxf.io.CachedOutputStream
 
size() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
size() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
soapAction - Variable in class org.apache.cxf.ws.addressing.ProblemActionType
 
sslCacheTimeout - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
STACKTRACE - Static variable in exception org.apache.cxf.interceptor.Fault
 
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 interface org.apache.cxf.endpoint.Server
 
started - Variable in class org.apache.cxf.endpoint.ClientCallback
 
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 interface org.apache.cxf.endpoint.ServerLifeCycleListener
 
startServer(Server) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
StaxValidationManager - Interface in org.apache.cxf.io
This interface defines a bus service for Stax validation.
StemMatchingQueryHandler - Interface in org.apache.cxf.transports.http
 
stop() - Method in interface org.apache.cxf.endpoint.Server
 
stopServer(Server) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleListener
 
stopServer(Server) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
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
StringMap - Interface in org.apache.cxf.message
 
StringMapImpl - Class in org.apache.cxf.message
A variation on HashMap which allows lookup by Class, via the string returned by Class.getName().
StringMapImpl() - Constructor for class org.apache.cxf.message.StringMapImpl
 
StringMapImpl(Map<String, Object>) - Constructor for class org.apache.cxf.message.StringMapImpl
 
subjectDNConstraints - Variable in class org.apache.cxf.configuration.security.CertificateConstraintsType
 
supportsAlternative(PolicyAssertion, List<QName>) - Method in class org.apache.cxf.ws.policy.AssertionInfoMap
 
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
 
suspend(long) - Method in interface org.apache.cxf.continuations.Continuation
This method will suspend the request for the timeout or until resume is called
suspend() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
suspend() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
SuspendedInvocationException - Exception in org.apache.cxf.continuations
Represents transport-specific exceptions which are used to indicate that a given invocation was suspended
SuspendedInvocationException(Throwable) - Constructor for exception org.apache.cxf.continuations.SuspendedInvocationException
 
SuspendedInvocationException() - Constructor for exception org.apache.cxf.continuations.SuspendedInvocationException
 
SVR_GENERATOR - Static variable in class org.apache.cxf.tools.common.ToolConstants
 

T

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
 
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
 
threadBusses - Static variable in class org.apache.cxf.BusFactory
 
threshold - Variable in class org.apache.cxf.io.AbstractThresholdOutputStream
 
thresholdNotReached() - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
thresholdReached() - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
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
 
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
 
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
 
TLSServerParametersType - Class in org.apache.cxf.configuration.security
Java class for TLSServerParametersType complex type.
TLSServerParametersType() - Constructor for class org.apache.cxf.configuration.security.TLSServerParametersType
 
TLSSessionInfo - Class in org.apache.cxf.security.transport
An immutable struct that contains information about a negotiated TLS Session, including the (potentially negotiated) peer certificates as well as the currently effective TLS ciper suite.
TLSSessionInfo(String) - Constructor for class org.apache.cxf.security.transport.TLSSessionInfo
This constructor has the effect of calling TLSSessionInfo(null, suite)
TLSSessionInfo(String, SSLSession, Certificate[]) - Constructor for class org.apache.cxf.security.transport.TLSSessionInfo
 
TMessage - Class in org.apache.cxf.wsdl
Java class for tMessage complex type.
TMessage() - Constructor for class org.apache.cxf.wsdl.TMessage
 
ToolConstants - Class in org.apache.cxf.tools.common
 
TOOLSPECS_BASE - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
TOperation - Class in org.apache.cxf.wsdl
Java class for tOperation complex type.
TOperation() - Constructor for class org.apache.cxf.wsdl.TOperation
 
toString() - Method in class org.apache.cxf.io.CachedOutputStream
 
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.ws.policy.AssertionInfo
 
toString() - Method in class org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
 
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
 
TRANSPORT - Static variable in interface org.apache.cxf.message.Message
 
TransportURIResolver - Class in org.apache.cxf.transport
 
TransportURIResolver(Bus) - Constructor for class org.apache.cxf.transport.TransportURIResolver
 
trustManagers - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
trustManagers - Variable in class org.apache.cxf.configuration.security.TLSServerParametersType
 
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
 
type - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
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
 
TYPES_PROPERTY - Static variable in interface org.apache.cxf.databinding.PropertiesAwareDataBinding
Indentifies a set of all classes which can be used to initialize a DataBinding

U

unBuffer() - Method in class org.apache.cxf.io.AbstractThresholdOutputStream
 
unindent() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
UNMARSHAL - Static variable in class org.apache.cxf.phase.Phase
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
unregister(EndpointResolver) - Method in interface org.apache.cxf.endpoint.EndpointResolverRegistry
Unregister an endpoint resolver.
unregister(Server) - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
unregister(ServiceContractResolver) - Method in interface org.apache.cxf.endpoint.ServiceContractResolverRegistry
Removes a contract resolver from the registry.
unregister(K) - Method in interface org.apache.cxf.extension.Registry
Unregisters the object stored under the given key from this registry.
unregister(K) - Method in class org.apache.cxf.extension.RegistryImpl
 
unregisterBindingFactory(String) - Method in interface org.apache.cxf.binding.BindingFactoryManager
Deregisters the BindingFactory with the provided name.
unregisterLifeCycleListener(BusLifeCycleListener) - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleManager
Unregister a listener so that it will no longer receive Bus lifecycle events.
unRegisterListener(ClientLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ClientLifeCycleManager
 
unRegisterListener(ServerLifeCycleListener) - Method in interface org.apache.cxf.endpoint.ServerLifeCycleManager
 
unsetAny() - Method in class org.apache.cxf.wsdl.TExtensibleDocumented
 
unsetAnyTopLevelOptionalElement() - Method in class org.apache.cxf.wsdl.TDefinitions
 
unsetCipherSuite() - Method in class org.apache.cxf.configuration.security.CipherSuites
 
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
 
unsetInclude() - Method in class org.apache.cxf.configuration.security.FiltersType
 
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
 
unsetRegularExpression() - Method in class org.apache.cxf.configuration.security.DNConstraintsType
 
unsetRequired() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
unsetRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElement
 
unsetSslCacheTimeout() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
unsetUseHttpsURLConnectionDefaultHostnameVerifier() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
unsetUseHttpsURLConnectionDefaultSslSocketFactory() - Method in class org.apache.cxf.configuration.security.TLSClientParametersType
 
unsetWant() - Method in class org.apache.cxf.configuration.security.ClientAuthentication
 
unwind(Message) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
UnwrappedOperationInfo - Class in org.apache.cxf.service.model
 
UnwrappedOperationInfo(OperationInfo) - Constructor for class org.apache.cxf.service.model.UnwrappedOperationInfo
 
updatePolicy(Policy) - Method in interface org.apache.cxf.ws.policy.EndpointPolicy
 
updateSchemaLocation(Element) - Method in class org.apache.cxf.databinding.AbstractDataBinding
 
updateUnwrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
UpfrontConduitSelector - Class in org.apache.cxf.endpoint
Strategy for eager upfront retreival of a Conduit to mediate an outbound message.
UpfrontConduitSelector() - Constructor for class org.apache.cxf.endpoint.UpfrontConduitSelector
Normal constructor.
UpfrontConduitSelector(Conduit) - Constructor for class org.apache.cxf.endpoint.UpfrontConduitSelector
Constructor, allowing a specific conduit to override normal selection.
url - Variable in class org.apache.cxf.configuration.security.CertStoreType
 
url - Variable in class org.apache.cxf.configuration.security.KeyStoreType
 
UrlEncoded - Class in org.apache.cxf.wsdl.http
Java class for anonymous complex type.
UrlEncoded() - Constructor for class org.apache.cxf.wsdl.http.UrlEncoded
 
UrlReplacement - Class in org.apache.cxf.wsdl.http
Java class for anonymous complex type.
UrlReplacement() - Constructor for class org.apache.cxf.wsdl.http.UrlReplacement
 
useHttpsURLConnectionDefaultHostnameVerifier - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
useHttpsURLConnectionDefaultSslSocketFactory - Variable in class org.apache.cxf.configuration.security.TLSClientParametersType
 
USER_CFG_FILE_PROPERTY_NAME - Static variable in interface org.apache.cxf.configuration.Configurer
 
USER_CFG_FILE_PROPERTY_URL - Static variable in interface org.apache.cxf.configuration.Configurer
 
USER_LOGICAL - Static variable in class org.apache.cxf.phase.Phase
 
USER_LOGICAL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
USER_PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
USER_PROTOCOL_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
USER_STREAM - Static variable in class org.apache.cxf.phase.Phase
 
USER_STREAM_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
userName - Variable in class org.apache.cxf.configuration.security.AuthorizationPolicy
 
UsingAddressing - Class in org.apache.cxf.ws.addressing.wsdl
 
UsingAddressing() - Constructor for class org.apache.cxf.ws.addressing.wsdl.UsingAddressing
 

V

validate() - Method in interface org.apache.cxf.service.ServiceBuilder
 
value() - Method in enum org.apache.cxf.configuration.security.CombinatorType
 
value - Variable in class org.apache.cxf.ws.addressing.AttributedQNameType
 
value - Variable in class org.apache.cxf.ws.addressing.AttributedUnsignedLongType
 
value - Variable in class org.apache.cxf.ws.addressing.AttributedURIType
 
value - Variable in class org.apache.cxf.ws.addressing.RelatesToType
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.AttributedQName
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.AttributedURI
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.Relationship
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.ReplyAfterType
 
value - Variable in class org.apache.cxf.ws.addressing.v200403.ServiceNameType
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.AttributedQName
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.AttributedURI
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.Relationship
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.ReplyAfterType
 
value - Variable in class org.apache.cxf.ws.addressing.v200408.ServiceNameType
 
value - Variable in class org.apache.cxf.ws.addressing.wsdl.Anonymous
 
value() - Method in enum org.apache.cxf.ws.addressing.wsdl.AnonymousType
 
value - Variable in class org.apache.cxf.ws.addressing.wsdl.AttributedQNameType
 
value - Variable in class org.apache.cxf.ws.addressing.wsdl.ServiceNameType
 
valueOf(String) - Static method in enum org.apache.cxf.annotations.Policy.Placement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.annotations.WSDLDocumentation.Placement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.cxf.configuration.security.CombinatorType
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(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.ws.addressing.wsdl.AnonymousType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.cxf.annotations.Policy.Placement
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.annotations.WSDLDocumentation.Placement
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.cxf.configuration.security.CombinatorType
Returns an array containing the constants of this enum type, in the order they'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() - 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.ws.addressing.wsdl.AnonymousType
Returns an array containing the constants of this enum type, in the order they're declared.
verb - Variable in class org.apache.cxf.wsdl.http.BindingType
 

W

want - Variable in class org.apache.cxf.configuration.security.ClientAuthentication
 
WorkQueue - Interface in org.apache.cxf.workqueue
 
WorkQueueManager - Interface in org.apache.cxf.workqueue
 
wrappedStream - Variable in class org.apache.cxf.io.AbstractWrappedOutputStream
 
WrapperCapableDatabinding - Interface in org.apache.cxf.databinding
To create the WrapperHelper instance for the wrapper capable data binding
WrapperHelper - Interface in org.apache.cxf.databinding
This wrapper helper will help to create a wrapper object with part elements or get a list of part elements from a wrapper object.
wrapperType - Variable in class org.apache.cxf.databinding.AbstractWrapperHelper
 
write(Object, T) - Method in interface org.apache.cxf.databinding.DataWriter
Write an object to an output sink.
write(Object, MessagePartInfo, T) - Method in interface org.apache.cxf.databinding.DataWriter
Write an object to an output sink, including extra processing based on the WSDL service model for a particular message part.
write(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(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 - Static variable in class org.apache.cxf.phase.Phase
 
WRITE_ENDING - Static variable in class org.apache.cxf.phase.Phase
 
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
 
writeCacheTo(OutputStream) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder, int) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder, String, int) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCacheTo(StringBuilder, String) - Method in class org.apache.cxf.io.CachedOutputStream
 
writeCData(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
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.wsdl.PrettyPrintXMLStreamWriter
 
writeDefaultNamespace(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeDTD(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
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.wsdl.PrettyPrintXMLStreamWriter
 
writeEndElement() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeEntityRef(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeNamespace(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeProcessingInstruction(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeProcessingInstruction(String, String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
writeResponse(String, String, EndpointInfo, OutputStream) - Method in interface org.apache.cxf.transports.http.QueryHandler
Write query response to output stream
writeSpaces() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
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.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
 
written - Variable in class org.apache.cxf.io.AbstractWrappedOutputStream
 
WSA_ADDRESS_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_ERF_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_METADATA_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_NAMESPACE_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
WSA_PREFIX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_REFERENCEPARAMETERS_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSA_XSD - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAContextUtils - Class in org.apache.cxf.ws.addressing
Holder for utility methods relating to contexts.
WSAM_ACTION_QNAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_ENDPOINT_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_INTERFACE_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_PREFIX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAM_SERVICENAME_NAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_ACTION_QNAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_PREFIX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSAW_USINGADDRESSING_QNAME - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSDL_DEFINITION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
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_PORT - Static variable in interface org.apache.cxf.message.Message
 
WSDL_SERVICE - Static variable in interface org.apache.cxf.message.Message
 
WSDLDocumentation - Annotation Type in org.apache.cxf.annotations
Adds documentation nodes to the generated WSDL
WSDLDocumentation.DEFAULT - Class in org.apache.cxf.annotations
 
WSDLDocumentation.DEFAULT() - Constructor for class org.apache.cxf.annotations.WSDLDocumentation.DEFAULT
 
WSDLDocumentation.Placement - Enum in org.apache.cxf.annotations
 
WSDLDocumentationCollection - Annotation Type in org.apache.cxf.annotations
Used to attache multiple WSDLDocumentation annotations to a method or type if documentation needs to be added to more than one place in the wsdl.
WSDLExtensibilityPlugin - Interface in org.apache.cxf.wsdl
 
WSDLExtensionLoader - Interface in org.apache.cxf.wsdl
Marker interface to mark beans in the config that register addition WSDLExtensors so the WSDLManager can load the additional extensors on demand
WSDLI_PFX - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSDLI_WSDLLOCATION - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
 
WSDLManager - Interface in org.apache.cxf.wsdl
WSDLManager
WSU_ID_ATTR_NAME - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 
WSU_NAMESPACE_URI - Static variable in class org.apache.cxf.ws.policy.PolicyConstants
 

X

XML_BINDING_FORMAT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_FORMAT - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_FORMAT_PREFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_HTTP_ADDRESS - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_HTTP_PREFIX - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_NAMESPACE_URI - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
XML_SCHEMA_COLLECTION - Static variable in class org.apache.cxf.tools.common.ToolConstants
 
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
 
XMLMessage - Class in org.apache.cxf.message
 
XMLMessage(Message) - Constructor for class org.apache.cxf.message.XMLMessage
 
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) - 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
 

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