Registry / web-framework / cxf-rt-frontend-simple

cxf-rt-frontend-simple

JSON →
library4.2.0javamavenunverified

Apache CXF is a services framework that helps build and develop services using frontend programming APIs, with the simple frontend providing a straightforward way to create JAX-WS services.

<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-simple</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · CXF-RT-FRONTEND-SI
C
cxf-rt-frontend-simple
web-frameworkjavav4.2.0
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.

ClientProxyFactoryBean
org.apache.cxf.frontend.ClientProxyFactoryBean

Creates a client proxy factory for invoking a web service.

import org.apache.cxf.frontend.ClientProxyFactoryBean; public class Main { public static void main(String[] args) { ClientProxyFactoryBean factory = new ClientProxyFactoryBean(); factory.setAddress("http://example.com/service"); System.out.println("Client proxy factory created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
cxf-rt-frontend-simple — mvn dependency:get cxf-rt-frontend-simple · libregistry