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

A

A_XSI_NIL - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
A_XSI_TYPE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
abort() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
abort() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
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
 
AbstractCachedOutputStream - Class in org.apache.cxf.io
 
AbstractCachedOutputStream(PipedInputStream) - Constructor for class org.apache.cxf.io.AbstractCachedOutputStream
 
AbstractCachedOutputStream() - Constructor for class org.apache.cxf.io.AbstractCachedOutputStream
 
AbstractMessageContainer - Class in org.apache.cxf.service.model
 
AbstractPhaseInterceptor<T extends Message> - Class in org.apache.cxf.phase
 
AbstractPhaseInterceptor() - Constructor for class org.apache.cxf.phase.AbstractPhaseInterceptor
 
AbstractPropertiesHolder - Class in org.apache.cxf.service.model
 
AbstractPropertiesHolder() - Constructor for class org.apache.cxf.service.model.AbstractPropertiesHolder
 
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
 
AbstractWrappedOutputStream(Message) - Constructor for class org.apache.cxf.io.AbstractWrappedOutputStream
 
activateViaNS(String) - Method in interface org.apache.cxf.extension.ExtensionManager
 
add(Interceptor) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
add(List<Interceptor>) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
add(Interceptor) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
addAfter(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
addBefore(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
addBinding(BindingInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
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
 
addExtensions(ExtensionRegistry, String, String, ClassLoader) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensions(ExtensionRegistry, Class<?>, Class<? extends TExtensibilityElementImpl>) - Static method in class org.apache.cxf.wsdl.JAXBExtensionHelper
 
addExtensor(Object) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
addExtensor(Object) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
addFault(QName, QName) - Method in class org.apache.cxf.service.model.OperationInfo
Adds an fault to this operation.
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.
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.
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).
addSchema(SchemaInfo) - Method in class org.apache.cxf.service.model.TypeInfo
 
alreadyFlushed() - Method in class org.apache.cxf.io.AbstractWrappedOutputStream
 
Attachment - Interface in org.apache.cxf.message
 
AutomaticWorkQueue - Interface in org.apache.cxf.workqueue
 

B

BASE_PATH - Static variable in interface org.apache.cxf.message.Message
 
Binding - Interface in org.apache.cxf.binding
A Binding provides interceptors and message creation logic for a specific protocol binding.
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(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
 
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_FACTORY_PROPERTY_NAME - Static variable in interface org.apache.cxf.BusFactory
 
BusException - Exception in org.apache.cxf
The BusException class is used to indicate a bus exception has occured.
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.
BusFactory - Interface in org.apache.cxf
 
BusFactoryHelper - Class in org.apache.cxf
 
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

CachedOutputStreamCallback - Interface in org.apache.cxf.io
 
clear() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
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
 
close() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
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
 
compareTo(Object) - Method in class org.apache.cxf.phase.Phase
 
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.
containsKey(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
containsValue(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
CONTENT_TYPE - Static variable in interface org.apache.cxf.message.Message
 
ContextInspector - Interface in org.apache.cxf.endpoint
 
copyContent(Message, Message) - Static method in class org.apache.cxf.message.MessageImpl
 
copyStream(InputStream, OutputStream, int) - Static method in class org.apache.cxf.io.AbstractCachedOutputStream
 
copyStreamWithBase64Encoding(InputStream, OutputStream, int) - Static method in class org.apache.cxf.io.AbstractCachedOutputStream
 
createBinding(BindingInfo) - Method in interface org.apache.cxf.binding.BindingFactory
Create a Binding from the BindingInfo metadata.
createBus() - Method in interface org.apache.cxf.BusFactory
Creates a new bus.
createInterface(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
createMessage() - Method in interface org.apache.cxf.binding.Binding
 
createMessage(Message) - Method in interface org.apache.cxf.binding.Binding
 
createMessage(QName) - Method in class org.apache.cxf.service.model.OperationInfo
 
createReader(Class<T>) - Method in interface org.apache.cxf.databinding.DataReaderFactory
 
createWriter(Class<T>) - Method in interface org.apache.cxf.databinding.DataWriterFactory
 
currentStream - Variable in class org.apache.cxf.io.AbstractCachedOutputStream
 

D

DataBinding - Interface in org.apache.cxf.databinding
 
DataReader<T> - Interface in org.apache.cxf.databinding
 
DataReaderFactory - Interface in org.apache.cxf.databinding
 
DataWriter<T> - Interface in org.apache.cxf.databinding
 
DataWriterFactory - Interface in org.apache.cxf.databinding
 
DEFAULT_ADDRESSING_BUILDER - Static variable in class org.apache.cxf.ws.addressing.JAXWSAConstants
Used by AddressingBuilder factory method.
DEFAULT_BUS_FACTORY - Static variable in interface org.apache.cxf.BusFactory
 
deregisterCallback(CachedOutputStreamCallback) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
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.
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.
dispose() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
doClose() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
Perform any actions required on stream closure (handle response etc.)
doFlush() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
Perform any actions required on stream flush (freeze headers, reset output stream ...
doIntercept(Message) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
doIntercept(Message, String) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
doIntercept(Message) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
Invokes each phase's handler in turn.
doIntercept(Message, String) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
Invokes each phase's handler in turn.
doInterceptInSubChain(Message) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
doInterceptInSubChain(Message) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
Invokes following inteceptors in a sub chain until the last chain in the sub chain calls finishSubChain, which makes the flow continues in the main chain.

E

ENCODING - Static variable in interface org.apache.cxf.message.Message
 
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
 
EndpointInfo() - Constructor for class org.apache.cxf.service.model.EndpointInfo
 
EndpointInfo(ServiceInfo, String) - Constructor for class org.apache.cxf.service.model.EndpointInfo
 
EndpointReferenceUtils - Class in org.apache.cxf.wsdl
Provides utility methods for obtaining endpoint references, wsdl definitions, etc.
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
 
entrySet() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
equals(Object) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
equals(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
equals(Object) - Method in class org.apache.cxf.phase.Phase
 
Exchange - Interface in org.apache.cxf.message
 
ExchangeImpl - Class in org.apache.cxf.message
 
ExchangeImpl() - Constructor for class org.apache.cxf.message.ExchangeImpl
 
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.
ExtensionManager - Interface in org.apache.cxf.extension
 

F

Fault - Exception in org.apache.cxf.interceptor
A Fault that occurs during invocation processing.
Fault(Message, Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Message) - Constructor for exception org.apache.cxf.interceptor.Fault
 
Fault(Throwable) - Constructor for exception org.apache.cxf.interceptor.Fault
 
FAULT_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
 
finishSubChain() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
finishSubChain() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
FIXED_PARAMETER_ORDER - Static variable in interface org.apache.cxf.message.Message
 
flush() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
flush() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 

G

get(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
get(Class<T>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
get(Class<T>) - Method in interface org.apache.cxf.message.Exchange
Convenience method for storing/retrieving typed objects from the map.
get(Class<T>) - Method in class org.apache.cxf.message.ExchangeImpl
 
get(Class<T>) - Method in interface org.apache.cxf.message.Message
Convenience method for storing/retrieving typed objects from the map.
get(Class<T>) - Method in class org.apache.cxf.message.MessageImpl
 
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.
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
 
getAddress(Object) - Method in interface org.apache.cxf.endpoint.ContextInspector
 
getAddress() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getAddress() - Method in interface org.apache.cxf.transport.Destination
 
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
 
getAfter() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getAfter() - Method in interface org.apache.cxf.phase.PhaseInterceptor
A Set of IDs that this interceptor needs to run after.
getAnonymousURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getAttachmentMimeType() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getAttachmentMimeType() - Method in interface org.apache.cxf.message.Message
 
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
 
getAttachments() - Method in class org.apache.cxf.message.MessageImpl
 
getAutomaticWorkQueue() - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Get the manager's work queue.
getBackChannel() - Method in interface org.apache.cxf.transport.Conduit
Retreive the back-channel Destination.
getBackChannel(Message, Message, EndpointReferenceType) - Method in interface org.apache.cxf.transport.Destination
Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.
getBefore() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getBefore() - Method in interface org.apache.cxf.phase.PhaseInterceptor
A Set of IDs that this interceptor needs to run before.
getBinding() - Method in interface org.apache.cxf.endpoint.Endpoint
 
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
 
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
 
getBindingOperation() - Method in class org.apache.cxf.service.model.BindingFaultInfo
 
getBindingOperation() - Method in class org.apache.cxf.service.model.BindingMessageInfo
 
getBindings() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getCallbacks() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
getConcreteName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getConduit() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getConduit() - Method in interface org.apache.cxf.message.Exchange
 
getConduit() - Method in class org.apache.cxf.message.ExchangeImpl
 
getConduit() - Method in interface org.apache.cxf.message.Message
 
getConduit() - Method in class org.apache.cxf.message.MessageImpl
 
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
 
getContent(Class<T>) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContent(Class<T>) - Method in interface org.apache.cxf.message.Message
Retrieve the encapsulated content as a particular type (a result type if message is outbound, a source type if message is inbound)
getContent(Class<T>) - Method in class org.apache.cxf.message.MessageImpl
 
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
 
getContextualProperty(String) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getContextualProperty(String) - Method in interface org.apache.cxf.message.Message
 
getContextualProperty(String) - Method in class org.apache.cxf.message.MessageImpl
 
getDataBinding() - Method in interface org.apache.cxf.service.Service
 
getDataHandler() - Method in interface org.apache.cxf.message.Attachment
 
getDataReaderFactory() - Method in interface org.apache.cxf.databinding.DataBinding
 
getDataWriterFactory() - Method in interface org.apache.cxf.databinding.DataBinding
 
getDefaultBus() - Method in interface org.apache.cxf.BusFactory
Returns the default bus, creating it if necessary.
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.
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.
getDuplicateMessageIDText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getElement() - 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.
getEnableSchemaValidation() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getEnableSchemaValidationForAllPort() - Method in interface org.apache.cxf.service.Service
 
getEndpoint() - Method in interface org.apache.cxf.endpoint.Client
 
getEndpoint(QName) - Method in class org.apache.cxf.service.model.ServiceInfo
 
getEndpointInfo() - Method in interface org.apache.cxf.endpoint.Endpoint
 
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 .
getEndpointReference(WSDLManager, Object) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets an endpoint reference for the provided implementor object.
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
 
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
 
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
 
getExtensor(Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensor(Class<T>) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getExtensors(Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensors() - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getExtensors(Class<T>) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getExtenstionRegistry() - Method in interface org.apache.cxf.wsdl.WSDLManager
Returns the ExtensionRegistry that the WSDLManager uses when reading WSDL files.
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.
getFaultInfo() - Method in class org.apache.cxf.service.model.BindingFaultInfo
 
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.
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
 
getFromQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getHeader(String) - Method in interface org.apache.cxf.message.Attachment
 
getHeaderNames() - Method in interface org.apache.cxf.message.Attachment
 
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
The ID of the interceptor.
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
 
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
 
getInMessage() - Method in interface org.apache.cxf.message.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
 
getInputName() - Method in class org.apache.cxf.service.model.OperationInfo
 
getInputStream() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
getInterceptorChain() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
getInterceptorChain() - Method in interface org.apache.cxf.message.Message
 
getInterceptorChain() - Method in class org.apache.cxf.message.MessageImpl
 
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) - 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
 
getIterator() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
getIterator() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
getMapRequiredQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMapRequiredText() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getMessage() - Method in exception org.apache.cxf.interceptor.Fault
 
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
 
getMessagePart(QName) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
Returns the message part with the given name, if found.
getMessagePartByIndex(int) - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
getMessagePartIndex(MessagePartInfo) - 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
 
getMetadataQName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
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.EndpointInfo
 
getName() - Method in class org.apache.cxf.service.model.InterfaceInfo
 
getName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
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
 
getNamespaceContext() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getNamespacePrefix() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
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
 
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
 
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.
getOrCreateDetail() - Method in exception org.apache.cxf.interceptor.Fault
 
getOut() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
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
 
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
 
getOutMessage() - Method in interface org.apache.cxf.message.Exchange
 
getOutMessage() - Method in class org.apache.cxf.message.ExchangeImpl
 
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
 
getOutputName() - Method in class org.apache.cxf.service.model.OperationInfo
 
getPackageName() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getPhase() - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
getPhase() - Method in interface org.apache.cxf.phase.PhaseInterceptor
 
getPort(WSDLManager, EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the WSDL port for the provided endpoint reference.
getPortName(EndpointReferenceType) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Gets the port name of the provided endpoint reference.
getPrefix(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
getPriority() - Method in class org.apache.cxf.phase.Phase
 
getProperty(String) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getProperty(String, Class<T>) - Method in class org.apache.cxf.service.model.AbstractPropertiesHolder
 
getProperty(String) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getProperty(String, Class<T>) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
getProperty(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
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
 
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
 
getRequired() - Method in class org.apache.cxf.wsdl.TExtensibilityElementImpl
Get whether or not the semantics of this extension are required.
getSchema(ServiceInfo, MessagePartInfo) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getSchema(String) - Method in class org.apache.cxf.service.model.TypeInfo
 
getSchema(ServiceInfo) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
getSchemas(ServiceInfo) - Method in interface org.apache.cxf.databinding.DataBinding
 
getSchemas() - Method in class org.apache.cxf.service.model.TypeInfo
 
getServers() - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
getService() - Method in interface org.apache.cxf.endpoint.Endpoint
 
getService() - Method in class org.apache.cxf.service.model.BindingInfo
 
getService() - Method in class org.apache.cxf.service.model.EndpointInfo
 
getService() - Method in class org.apache.cxf.service.model.InterfaceInfo
 
getService(Exchange) - Static method in class org.apache.cxf.service.model.ServiceModelUtil
 
getService() - Method in class org.apache.cxf.service.model.TypeInfo
 
getServiceInfo() - Method in interface org.apache.cxf.service.Service
 
getServiceName(EndpointReferenceType) - 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
 
getSupportedFormats() - Method in interface org.apache.cxf.databinding.DataReaderFactory
 
getSupportedFormats() - Method in interface org.apache.cxf.databinding.DataWriterFactory
 
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
 
getTempFile() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
getThreadingModel() - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Get the threading model.
getTo() - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Accessor for the To property.
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.DestinationFactory
 
getTypeClass() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
getTypeInfo() - Method in class org.apache.cxf.service.model.SchemaInfo
 
getTypeInfo() - Method in class org.apache.cxf.service.model.ServiceInfo
 
getTypeQName() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
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
 
getWebServiceAnnotation(Class<?>) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Get the WebService for the provided class.
getWrappedOperation() - Method in class org.apache.cxf.service.model.BindingOperationInfo
 
getWrappedOperation() - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
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
 
getWSDLNamespacePrefix() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getWSDLNamespaceURI() - Method in interface org.apache.cxf.ws.addressing.AddressingConstants
 
getXmlSchema() - Method in class org.apache.cxf.service.model.MessagePartInfo
 

H

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.
hasDetails() - Method in exception org.apache.cxf.interceptor.Fault
Indicates whether this fault has a detail message.
hashCode() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
hashCode() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
hashCode() - Method in class org.apache.cxf.phase.Phase
 
hasInput() - Method in class org.apache.cxf.service.model.OperationInfo
 
hasOutput() - Method in class org.apache.cxf.service.model.OperationInfo
 
HTTP_REQUEST_METHOD - Static variable in interface org.apache.cxf.message.Message
 

I

INBOUND_MESSAGE - Static variable in interface org.apache.cxf.message.Message
 
indent() - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
initComplete() - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Invoked when the Bus has been initialized.
initialize(ServiceInfo) - Method in interface org.apache.cxf.databinding.DataBinding
Initialize the service info (i.e.
insertInterceptor(List<Interceptor>, PhaseInterceptor) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
Interceptor<T extends Message> - Interface in org.apache.cxf.interceptor
 
InterceptorChain - Interface in org.apache.cxf.interceptor
 
InterceptorChain.State - Enum in org.apache.cxf.interceptor
 
InterceptorProvider - Interface in org.apache.cxf.interceptor
 
InterfaceInfo - Class in org.apache.cxf.service.model
 
InterfaceInfo(ServiceInfo, QName) - Constructor for class org.apache.cxf.service.model.InterfaceInfo
 
INVOCATION_OBJECTS - Static variable in interface org.apache.cxf.message.Message
 
invoke(BindingOperationInfo, Object[], Map<String, Object>) - Method in interface org.apache.cxf.endpoint.Client
Invokes an operation syncronously
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.
isElement() - Method in class org.apache.cxf.service.model.MessagePartInfo
 
isEmpty() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
isGET(T) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
isOneWay() - Method in interface org.apache.cxf.message.Exchange
 
isOneWay() - Method in class org.apache.cxf.message.ExchangeImpl
 
isOneWay() - Method in class org.apache.cxf.service.model.OperationInfo
 
isShutdown() - Method in interface org.apache.cxf.workqueue.AutomaticWorkQueue
Returns true if this object has been shut down.
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
 
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

JAXBExtensionHelper - Class in org.apache.cxf.wsdl
JAXBExtensionHelper
JAXBExtensionHelper(JAXBContext, Class<? extends TExtensibilityElementImpl>) - Constructor for class org.apache.cxf.wsdl.JAXBExtensionHelper
 
JAXWSAConstants - Class in org.apache.cxf.ws.addressing
A container for WS-Addressing constants.

K

KEY_SKIPPED - Static variable in class org.apache.cxf.service.model.MessagePartInfo
 
keySet() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 

M

MARSHAL - 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
 
MessageImpl - Class in org.apache.cxf.message
 
MessageImpl() - Constructor for class org.apache.cxf.message.MessageImpl
 
MessageInfo - Class in org.apache.cxf.service.model
 
MessageInfo(OperationInfo, QName) - Constructor for class org.apache.cxf.service.model.MessageInfo
 
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
 
MIME_HEADERS - Static variable in interface org.apache.cxf.message.Message
 
MTOM_ENABLED - Static variable in interface org.apache.cxf.message.Message
 

N

NA_XSI_NIL - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NA_XSI_TYPE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
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.BusFactoryHelper
 
NP_SCHEMA_XSD - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NP_SCHEMA_XSI - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NP_XMLNS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NU_SCHEMA_XSD - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NU_SCHEMA_XSI - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
NU_XMLNS - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 

O

Observable - Interface in org.apache.cxf.transport
Allows Observers to register for notification on incoming messages.
onClose(AbstractCachedOutputStream) - Method in interface org.apache.cxf.io.CachedOutputStreamCallback
 
onFlush(AbstractCachedOutputStream) - 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.AbstractCachedOutputStream
 
OperationInfo - Class in org.apache.cxf.service.model
 
OperationInfo() - Constructor for class org.apache.cxf.service.model.OperationInfo
 
opInfo - Variable in class org.apache.cxf.service.model.BindingOperationInfo
 
org.apache.cxf - package org.apache.cxf
 
org.apache.cxf.binding - package org.apache.cxf.binding
 
org.apache.cxf.buslifecycle - package org.apache.cxf.buslifecycle
 
org.apache.cxf.databinding - package org.apache.cxf.databinding
 
org.apache.cxf.endpoint - package org.apache.cxf.endpoint
 
org.apache.cxf.extension - package org.apache.cxf.extension
 
org.apache.cxf.interceptor - package org.apache.cxf.interceptor
 
org.apache.cxf.io - package org.apache.cxf.io
 
org.apache.cxf.message - package org.apache.cxf.message
 
org.apache.cxf.phase - package org.apache.cxf.phase
 
org.apache.cxf.service - package org.apache.cxf.service
 
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.transport - package org.apache.cxf.transport
 
org.apache.cxf.workqueue - package org.apache.cxf.workqueue
 
org.apache.cxf.ws.addressing - package org.apache.cxf.ws.addressing
 
org.apache.cxf.wsdl - package org.apache.cxf.wsdl
 
outMessage - Variable in class org.apache.cxf.io.AbstractWrappedOutputStream
 

P

PASSWORD - Static variable in interface org.apache.cxf.message.Message
 
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
 
PhaseInterceptor<T extends Message> - Interface in org.apache.cxf.phase
A phase interceptor participates in a PhaseInterceptorChain.
PhaseInterceptorChain - Class in org.apache.cxf.phase
A PhaseInterceptorChain orders Interceptors according to the phase the particpate in and also according to the before & after properties on an Interceptor.
PhaseInterceptorChain(List<Phase>) - Constructor for class org.apache.cxf.phase.PhaseInterceptorChain
 
PhaseManager - Interface in org.apache.cxf.phase
 
POST_INVOKE - Static variable in class org.apache.cxf.phase.Phase
 
POST_LOGICAL - Static variable in class org.apache.cxf.phase.Phase
 
POST_PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
POST_STREAM - Static variable in class org.apache.cxf.phase.Phase
 
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_PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
PRE_STREAM - Static variable in class org.apache.cxf.phase.Phase
 
PREPARE_SEND - 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, PrintWriter, Class<?>) - Constructor for class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
PROTOCOL_HEADERS - Static variable in interface org.apache.cxf.message.Message
 
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 interface org.apache.cxf.message.Exchange
Convenience method for storing/retrieving typed objects from the map.
put(Class<T>, T) - Method in class org.apache.cxf.message.ExchangeImpl
 
put(Class<T>, T) - Method in interface org.apache.cxf.message.Message
Convenience method for storing/retrieving typed objects from the map.
put(Class<T>, T) - Method in class org.apache.cxf.message.MessageImpl
 
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
 

Q

QUERY_STRING - Static variable in interface org.apache.cxf.message.Message
 

R

read(T) - Method in interface org.apache.cxf.databinding.DataReader
 
read(MessagePartInfo, T) - Method in interface org.apache.cxf.databinding.DataReader
 
read(QName, T, Class) - Method in interface org.apache.cxf.databinding.DataReader
 
READ - Static variable in class org.apache.cxf.phase.Phase
 
RECEIVE - Static variable in class org.apache.cxf.phase.Phase
 
register(Server) - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
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.AbstractCachedOutputStream
 
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.
registerLifeCycleListener(BusLifeCycleListener) - Method in interface org.apache.cxf.buslifecycle.BusLifeCycleManager
Register a listener to receive Bus lifecycle notification.
remove(Interceptor) - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
remove(Object) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
remove(Interceptor) - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
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.
REQUEST_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
REQUESTOR_ROLE - Static variable in interface org.apache.cxf.message.Message
 
reset() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
reset() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
resetOut(OutputStream, boolean) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
Replace the original stream with the new one, when with Attachment, needs to replace the xml writer stream with the stream used by AttachmentSerializer Or Copy the cached output stream to the "real" output stream, i.e.
RESPONSE_CODE - Static variable in interface org.apache.cxf.message.Message
 
RESPONSE_CONTEXT - Static variable in interface org.apache.cxf.endpoint.Client
 
resume() - Method in interface org.apache.cxf.interceptor.InterceptorChain
 
resume() - Method in class org.apache.cxf.phase.PhaseInterceptorChain
 
retrieveReplyTo(Conduit, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Retrieve ReplyTo EPR from the context.
retrieveTo(Conduit, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Retrieve To EPR from the context.
retrieveUsingAddressing(Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Retrieve UsingAddressing override flag from the context
run() - Method in interface org.apache.cxf.Bus
 
run() - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Only returns after workqueue has been shutdown.

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_VALIDATION_ENABLED - Static variable in interface org.apache.cxf.message.Message
 
SchemaInfo - Class in org.apache.cxf.service.model
 
SchemaInfo(TypeInfo, String) - Constructor for class org.apache.cxf.service.model.SchemaInfo
 
SEND - Static variable in class org.apache.cxf.phase.Phase
 
send(Message) - Method in interface org.apache.cxf.transport.Conduit
Send an outbound message.
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
 
ServerRegistry - Interface in org.apache.cxf.endpoint
 
Service - Interface in org.apache.cxf.service
 
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
 
Session - Interface in org.apache.cxf.transport
A Session which can be bound to HTTP, WS-Adddressing, etc.
setAction(AttributedURIType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the Action property.
setAddress(String) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setAddress(EndpointReferenceType, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Set the address of the provided endpoint reference.
setAfter(Set<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
setBefore(Set<String>) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
setBinding(BindingInfo) - Method in class org.apache.cxf.service.model.EndpointInfo
 
setConduit(Conduit) - Method in interface org.apache.cxf.message.Exchange
 
setConduit(Conduit) - Method in class org.apache.cxf.message.ExchangeImpl
 
setConduit(Conduit) - Method in class org.apache.cxf.message.MessageImpl
 
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
 
setDataBinding(DataBinding) - Method in interface org.apache.cxf.service.Service
 
setDefaultBus(Bus) - Method in interface org.apache.cxf.BusFactory
Sets the default bus.
setDefaultNamespace(String) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
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.
setElement(boolean) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setElement(Element) - Method in class org.apache.cxf.service.model.SchemaInfo
 
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.
setEnableSchemaValidation(boolean) - Method in interface org.apache.cxf.endpoint.Endpoint
 
setEnableSchemaValidationForAllPort(boolean) - Method in interface org.apache.cxf.service.Service
 
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.Endpoint
 
setExecutor(Executor) - Method in interface org.apache.cxf.service.Service
 
setExtension(T, Class<T>) - Method in interface org.apache.cxf.Bus
 
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.
setId(String) - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
setId(String) - Method in interface org.apache.cxf.message.Message
 
setId(String) - Method in class org.apache.cxf.message.MessageImpl
 
setId(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
setInFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setInFaultMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setInFaultMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setInFaultObserver(MessageObserver) - Method in interface org.apache.cxf.endpoint.Endpoint
 
setInInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setInInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setInMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setInMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setInput(String, MessageInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
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
 
setMessage(String) - Method in exception org.apache.cxf.interceptor.Fault
 
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
 
setMetadata(EndpointReferenceType, List<Source>) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Sets the metadata on the provided endpoint reference.
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.EndpointInfo
 
setName(QName) - Method in class org.apache.cxf.service.model.InterfaceInfo
 
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
 
setNamespaceContext(NamespaceContext) - Method in class org.apache.cxf.wsdl.PrettyPrintXMLStreamWriter
 
setNamespaceURI(String) - Method in class org.apache.cxf.service.model.SchemaInfo
 
setOneWay(boolean) - Method in interface org.apache.cxf.message.Exchange
 
setOneWay(boolean) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOutFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutFaultInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setOutFaultMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setOutFaultMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOutFaultObserver(MessageObserver) - Method in interface org.apache.cxf.endpoint.Endpoint
 
setOutInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
 
setOutInterceptors(List<Interceptor>) - Method in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
 
setOutMessage(Message) - Method in interface org.apache.cxf.message.Exchange
 
setOutMessage(Message) - Method in class org.apache.cxf.message.ExchangeImpl
 
setOutput(String, MessageInfo) - Method in class org.apache.cxf.service.model.OperationInfo
 
setOutputDir(File) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
setPhase(String) - Method in class org.apache.cxf.phase.AbstractPhaseInterceptor
 
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 class org.apache.cxf.service.model.AbstractPropertiesHolder
 
setProperty(String, Object) - Method in class org.apache.cxf.service.model.UnwrappedOperationInfo
 
setRelatesTo(RelatesToType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the RelatesTo 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.wsdl.TExtensibilityElementImpl
 
setSchema(Schema) - Method in interface org.apache.cxf.databinding.DataReaderFactory
 
setSchema(Schema) - Method in interface org.apache.cxf.databinding.DataWriterFactory
 
setServiceAndPortName(EndpointReferenceType, QName, String) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
Sets the service and port name of the provided endpoint reference.
setSession(Session) - Method in class org.apache.cxf.message.ExchangeImpl
 
setTargetNamespace(String) - Method in class org.apache.cxf.service.model.ServiceInfo
 
setThreadingModel(WorkQueueManager.ThreadingModel) - Method in interface org.apache.cxf.workqueue.WorkQueueManager
Set the threading model.
setThreshold(long) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
setTo(AttributedURIType) - Method in interface org.apache.cxf.ws.addressing.AddressingProperties
Mutator for the To property.
setTypeClass(Class<?>) - Method in class org.apache.cxf.service.model.MessagePartInfo
 
setTypeInfo(TypeInfo) - Method in class org.apache.cxf.service.model.ServiceInfo
 
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
 
setWSDLLocation(EndpointReferenceType, String...) - Static method in class org.apache.cxf.wsdl.EndpointReferenceUtils
 
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.
size() - Method in class org.apache.cxf.message.AbstractWrappedMessage
 
size() - Method in class org.apache.cxf.service.model.AbstractMessageContainer
 
STACKTRACE - Static variable in exception org.apache.cxf.interceptor.Fault
 
start() - Method in interface org.apache.cxf.endpoint.Server
 
STARTING_AFTER_INTERCEPTOR_ID - Static variable in interface org.apache.cxf.interceptor.InterceptorChain
 
stop() - Method in interface org.apache.cxf.endpoint.Server
 
storeReplyTo(EndpointReferenceType, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Store ReplyTo EPR in the context
storeTo(EndpointReferenceType, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Store To EPR in the context
storeUsingAddressing(boolean, Message) - Static method in class org.apache.cxf.ws.addressing.WSAContextUtils
Store UsingAddressing override flag in the context

T

TExtensibilityElementImpl - Class in org.apache.cxf.wsdl
Implements the ExtensibilityElement interface.
TExtensibilityElementImpl() - Constructor for class org.apache.cxf.wsdl.TExtensibilityElementImpl
 
toString() - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
TRANSPORT - Static variable in interface org.apache.cxf.message.Message
 
TypeInfo - Class in org.apache.cxf.service.model
 
TypeInfo(ServiceInfo) - Constructor for class org.apache.cxf.service.model.TypeInfo
 

U

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(Server) - Method in interface org.apache.cxf.endpoint.ServerRegistry
 
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.
UnwrappedOperationInfo - Class in org.apache.cxf.service.model
 
UnwrappedOperationInfo(OperationInfo) - Constructor for class org.apache.cxf.service.model.UnwrappedOperationInfo
 
USER_LOGICAL - Static variable in class org.apache.cxf.phase.Phase
 
USER_PROTOCOL - Static variable in class org.apache.cxf.phase.Phase
 
USER_STREAM - Static variable in class org.apache.cxf.phase.Phase
 
USERNAME - Static variable in interface org.apache.cxf.message.Message
 

V

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.workqueue.WorkQueueManager.ThreadingModel
Returns the enum constant of this type with the specified name.
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.workqueue.WorkQueueManager.ThreadingModel
Returns an array containing the constants of this enum type, in the order they're declared.

W

WorkQueue - Interface in org.apache.cxf.workqueue
 
WorkQueueManager - Interface in org.apache.cxf.workqueue
 
WorkQueueManager.ThreadingModel - Enum in org.apache.cxf.workqueue
 
write(Object, T) - Method in interface org.apache.cxf.databinding.DataWriter
 
write(Object, MessagePartInfo, T) - Method in interface org.apache.cxf.databinding.DataWriter
 
write(byte[], int, int) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
write(byte[]) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
write(int) - Method in class org.apache.cxf.io.AbstractCachedOutputStream
 
WRITE - 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
 
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
 
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
 
WSAContextUtils - Class in org.apache.cxf.ws.addressing
Holder for utility methods relating to contexts.
WSDL11_NAMESPACE - Static variable in class org.apache.cxf.wsdl.WSDLConstants
 
WSDLConstants - Class in org.apache.cxf.wsdl
 
WSDLManager - Interface in org.apache.cxf.wsdl
WSDLManager

X

XMLMessage - Class in org.apache.cxf.message
 
XMLMessage(Message) - Constructor for class org.apache.cxf.message.XMLMessage
 

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

-