The formatter facade communicates with the CHA Formatter Service through
several proxies. The following sections describe how the facade and CHA Formatter
service communicate with each other.
WSIF proxy on EJB transport
The facade can access the CHA Formatter Service through the WSIF EJB proxy. The WSIF EJB proxy invokes the CHA Formatter Service by using WSIF with EJB binding.
WSIF proxy on Java transport
The facade can access the CHA Formatter Service through the WSIF Java proxy. The WSIF Java proxy invokes the local CHA Formatter Service by using WSIF with Java binding.
Non-WSIF proxy on pure EJB access
The facade can access the CHA Formatter Service through the pure EJB proxy. The pure EJB proxy invokes CHA Formatter Service by using EJB call.
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.