Apache CXF · Schema

JaxRsEndpoint

Configuration for a JAX-RS (REST) endpoint in Apache CXF, including address, service class, and features.

ApacheJAX-RSJAX-WSJavaOpen SourceRESTSOAPWS-SecurityWeb Services

Properties

Name Type Description
address string Base URL address for the JAX-RS endpoint.
serviceClass string Fully qualified Java class name of the JAX-RS service implementation.
features array List of CXF feature class names to apply to this endpoint.
providers array JAX-RS provider class names (MessageBodyReader, MessageBodyWriter, ExceptionMapper, etc.).
properties object Additional CXF endpoint properties.
View JSON Schema on GitHub