Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c (12.1.3)
E41653-01

Package oracle.adf.view.rich.remote

A package for making a connection to a remote application server to retrieve data.

See: Description

Package oracle.adf.view.rich.remote Description

A package for making a connection to a remote application server to retrieve data. The RemoteTaskflow framework consists of two sub-systems. The Remote Region subsystem which provides interfaces to the model and the JSF level framework, and the Remote Application subsystem which forms the foundation for the communications channel. This package contains the classes that comprise the Remote Application subsystem. <p/> The primary workhorse of this framework is the RemoteApplicationUtils#run(RemoteApplicationRequest) method which actually makes the call to the remote server. Likewise, the part that provides the real "magic" of the framework exists in the TaskHandler subclasses which perform the actual work for setting up the environment on the producer side. <p/> Finally this subsustem supports the ability to handle remote authorization via the AuthorizationProvider so that single sign-on may be achieved for any request into the remote application. <p/> Generally speaking this package will be used by the Remote Region subsystem to make the connection, but it can be used by other subsystems as well to retrieve information or content about the remote server.
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c (12.1.3)
E41653-01

Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.