|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Requester
Public interface: Requester
Defines the common methods that any implementing eduGAIN client/service should have to perform requests through the federation.
| Method Summary | |
|---|---|
Response |
request(Request request)
Perform a request to the federation, getting back the response. |
Response |
request(Request request,
java.net.URI remote)
Perform a request to the federation, getting back the response. |
| Method Detail |
|---|
Response request(Request request)
throws BaseException
request - The eduGAIN request being sent.
BaseException
Response request(Request request,
java.net.URI remote)
throws BaseException
request - The eduGAIN request being sent.remote - The point where to send the request.
BaseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||