Non-WSIF proxy on local Java access

The facade can access the CHA Formatter Service through the local Java proxy. The local Java proxy invokes local CHA Formatter Service by using local Java call.

It works in this way:
  1. A toolkit application having a request for format calls the facade.
  2. The facade passes the request to the local Java proxy.
  3. The local Java proxy forwards the request to the CHA Formatter Service through local Java call.
  4. The CHA Formatter Service invokes the formatter objects to do the formatting job.

Non-WSIF proxy on local Java access

Note: The local Java proxy is only for accessing local CHA Formatter service.