Versions Compared

Key

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

...

A service can be constructed from many different sources - Classes, WSDL including classes and WSDLs (1.1 , and WSDL or 2.0). Typically front-ends are responsible for creating a service via ServiceFactorys. These service factories. Factory components such as ServerFactoryBean and ClientProxyFactoryBean can used with the front-end to create, publish and consume web services. The factory classes build up the service model and configure the service interceptors, data bindings , etcand more.

The Service model itself is contained in the ServiceInfo class. The following image depicts a subset of the Service Model's packaged API:

...