Versions Compared

Key

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

...

The most common MessageObserver used in CXF is the ChainInitiationObserver. This takes the incoming message, creates a message Exchange & PhaseInterceptorChain, then starts the chain.

Dependencies

CXF's dependencies

Tooling

...

Build Support

...

Endpoints

...

A JAX-WS example

...

  1. Call to Endpoint.publish("http://localhost/service", myService)
  2. The EndpointImpl creates a Service from the myService object using the JaxWsServiceFactoryBean using the class and/or WSDL
  3. An EndpointInfo is created for the Endpoint.publish URL
  4. A JaxWsEndpointImpl is created from the EndpointInfo. This contains the JAX-WS endpoint specific interceptors
  5. The JaxWsEndpointImpl creates a Binding and Destination to listen on.

Dependencies

CXF's dependencies

Tooling

...

Build Support

...

Deployment View

...

Size and Performance

...

CXF's Software Quality approach is detailed here.

Appendix

Definitions, Acronyms and Abbreviations

...