EASYESB Overview

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

Changes (2)

View Page History
** _+exchange10-api+_ : provides XSD schema to modelize an exchange
** _+exchange10-impl+_ : implementation of exchange models
* *transporter service model* :
** _+ws-binding-transporter+_ : proposes a WSDL description providing the basic operation of transporter based on exchange data model.
** _+transporter-api+_ : wraps the preceding WSDL description into a JAVA API.
** _+transporter-soap-impl+_ : proposes an implementation of a transporter based on SOAP protocol.
* *soa data and service model*:
** _+soa10-api+_ : provides XSD schema to modelize the basics concepts of SOA and ESB paradigm such as endpoint, service, node, registry, components, listeners, senders... etc.
** _+soa-core-api+_ : wraps the preceding WSDL description into a JAVA API.
** _+soa-core-impl+_ : implements the basic operations that must offered endpoint, node ... etc (The implementation of registry service is implemented in anothers module: technical-service-registry-impl ).
* *transporter service model* :
** _+ws-binding-transporter+_ : proposes a WSDL description providing the basic operation of transporter based on exchange data model.
** _+transporter-api+_ : wraps the preceding WSDL description into a JAVA API.
** _+transporter-soap-impl+_ : proposes an implementation of a transporter based on SOAP protocol.
* *integration model*:
** _+external-listener-soap+_ : this component is able to listen messages coming from an external and heteregeonous environment like a Soap (Web Service) client. This correspond to a part of binding component SOAP in a JBI environement. It is natively deployed in default distribution.