Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: include WSDL-first reference

...

By default CXF uses the JAXB databinding. If you are interested in a databinding which does not require annotations, please see the documentation on the Aegis Databinding (2.0.x).

ServerFactoryBean

The ServerFactoryBean produces a Server instance for you. It requires a service class and an address to publish the service on. By creating a Server you'll have started your service and made it available to the outside world.

...