Endpoint

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

An endpoint with a behaviour is a component that able to accept a message request and to delegate its treatment to the adequates behaviours.
It is possible to plug interceptors on an endpoint to intercept the creation and initialization phase, the send of a request, the reception of request, the send of response and the reception of a response.

A behaviour correspond to the implementation of a wsdl interface (or portType).
An endpoint can have one or several behaviours.