Versions Compared

Key

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

...

Class

Function

Service

The Service contains the service model, which is an abstract representation of the Service and it's operations. It also contains information such as the databinding being used, the Invoker, the Executor, service properties, interceptors, and more.

Endpoint

The Endpoint represents an endpoint which can receive messages. Its primary function is to hold Interceptors which are specific to that endpoint (for instance, SOAP interceptors) and provide listeners for faults that occur. Both the Client and Server use the Endpoint class.

Client

The Client is a client implementation which manages message flows on the client side.

Server

The Server represents a Server endpoint inside CXF. It provides hooks to start/stop the server and access the Endpoint.

...