Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Front-ends provide a programming model to interact with CXF. The primary front-end at the moment is JAX-WS. The JAX-WS implementation is cleanly separated from the rest of CXF – like the bindings and core. They provide functionality through interceptors that are added to Services and Endpoints. See also Front-ends.

JAX-WS Front-end

Under development...

JAX-RS Front-end

Under development...

Javascript Front-end

Under development...

Simple Front-end

CXF includes a simple frontend which builds services from reflection. This is in contrast to the JAX-WS frontend which requires you to annotate your web service classes or create a WSDL first. The simple frontend will use reflection to intelligently map your classes to a WSDL model.

...