Versions Compared

Key

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

...

Simple Frontend Client Proxy

The simple frontend provides a class called ClientProxyFactoryBean which creates If you've developed a service using the simple frontend, you can use the ClientProxyFactoryBean API to create a Java proxy with client for your service. This way you can use the service interface to talk to your service which was created with the simple frontend. For more information see the Simple Frontend documentation.

...