Versions Compared

Key

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

...

you can complement or overwrite the bean definitions that CXF would use by default. In this case mycxf.xml must be on the classpath, but you can also use a factory method taking a URL that points to your bean configuration file.

For example, by replacing the bus bean defined in cxf.xml with this bean in your configuration file:

...