| This interface allows web service objects to gain access to the element
context during their invocation.
All web service back-ends that are integrated in RIFE will detect the
implementation of this interface for their service objects. They will call
the
ElementService.setRequestElement method and provide the
ElementSupport instance that they are using before invoking the service. This is handy
when you have to retrieve authentication information from within the web
service, for instance.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |