|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementService
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 setRequestElement(com.uwyn.rife.engine.ElementSupport) 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.
| Method Summary | |
|---|---|
void |
setRequestElement(ElementSupport elementSupport)
This method will be called by the web service back-end integration element before invoking the actual web service. |
| Method Detail |
|---|
void setRequestElement(ElementSupport elementSupport)
elementSupport - the current ElementSupport instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||