All Classes and Interfaces
Class
Description
Abstract bean holding functionality common for creating
JAX-RS Server and Client objects.
This class represents an attachment; generally a multipart part.
Fluid builder class for
Attachment objects.Marker interface that can return the class of a custom context type to be resolved
Provider of custom contexts representing the current request
Can be applied to methods returning a JAX-RS
ResponseJakarta RESTful Web Services 3.1:
java.util.List<EntityPart>, Multipart data ( multipart/form-data )ParamConverterProvider for Java 8 JSR 310 Date Time API
The CXF BindingFactory implementation which is used to register
CXF JAX-RS interceptors with the runtime.
CXF DataBinding implementation wrapping JAX-RS providers
Deprecated.
Bean to help easily create Server endpoints for JAX-RS.
Serves as an extension point in order to allow to customize JAX-RS server
factory bean creation (f.e. add features, providers, assign transport, ...)
Builds a JAX-RS service model from resource classes.
The CXF Service implementation which is used
to register the JAX-RS endpoint with the runtime.
Represents an invocation context
A triple of
OperationResourceInfo representing a resource method being invoked,
actual Class of the object this method is invoked upon, and a list of template variable values
matched during the selection of this methodAnnotate a JAX-RS function parameter to receive data from a multipart 'part'.
Class NioReader.
Class NioWriterHandler.
Some JAX-RS providers, notably JAXB-based ones
return 400 when the incoming payload is empty.
Can be used to nominate oneway methods
Stack of
MethodInvocationInfo representing resources path when JAX-RS invocation looks for target.Indicates that the annotated method responds to HTTP PATCH requests.
The default per-request resource provider which creates
a new resource instance per every request
An injectable interface that provides access to protocol headers
TODO : deal with InvalidStateExceptions
Can be used to affect the way the JAXRS selection algorithm chooses
between multiple matching resource classes and methods
ResourceProvider controls the life-cycle of the JAX-RS root resources.
Retry-After = "Retry-After" ":" ( HTTP-date | delta-seconds )
HTTP-date = IMF-fixdate / obs-date
An example of the preferred format is
Sun, 06 Nov 1994 08:49:37 GMT ; IMF-fixdate (RFC 822)
Examples of the two obsolete formats are
Sunday, 06-Nov-94 08:49:37 GMT ; obsolete RFC 850 format
Sun Nov 6 08:49:37 1994 ; ANSI C's asctime() format
Manages the creation of server-side
Configurable<FeatureContext> depending on
the presence of managed runtime (like CDI f.e.).The default singleton resource provider which returns
the same resource instance per every request
The ResourceProvider implementation which delegates to
ApplicationContext to manage the life-cycle of the resource
CXF view provider that delegates view rendering to Spring MVC Views.
Implements the
UriBuilder abstract class.Default exception mapper for
WebApplicationException.Can be used to add custom XML processing
instructions to out-bound XML messages
Can be used to assign qualified XML names to arbitrary classes
for the purpose of matching them with external schema definitions
Utility class for manipulating XML response using XPath and XSLT
This annotation can be used to simplify adding
xsi:schemaLocation attributes
Can be used to enable server-side XSLT transformations