Registry / networking / cxf-rt-frontend-jaxrs

cxf-rt-frontend-jaxrs

JSON →
library4.2.1javamavenunverified

Apache CXF Runtime JAX-RS Frontend provides the runtime support for building and consuming JAX-RS RESTful web services.

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <version>4.2.1</version> </dependency>
INSTALL
IMPORT
SIG · CXF-RT-FRONTEND-JA
C
cxf-rt-frontend-jaxrs
networkingjavav4.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebClient
org.apache.cxf.jaxrs.client.WebClient

Creates a JAX-RS client using CXF's WebClient to make a GET request.

import org.apache.cxf.jaxrs.client.WebClient; import javax.ws.rs.core.MediaType; public class Quickstart { public static void main(String[] args) { WebClient client = WebClient.create("http://example.com/api"); client.accept(MediaType.APPLICATION_JSON); String response = client.get(String.class); System.out.println("Response: " + response); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
cxf-rt-frontend-jaxrs — mvn dependency:get cxf-rt-frontend-jaxrs · libregistry