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:
- A toolkit application having a request for format calls the facade.
- The facade passes the request to the local Java proxy.
- The local Java proxy forwards the request to the CHA Formatter Service
through local Java call.
- The CHA Formatter Service invokes the formatter objects to do the formatting
job.
Note: The local Java proxy is only for accessing local CHA Formatter
service.