|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VOMSProtocolListener
A listener that is notified of low-level VOMS protocol messages
Method Summary | |
---|---|
void |
notifyHTTPRequest(String url)
Informs that a VOMS HTTP GET request is being issued for the URL passed as argument |
void |
notifyLegacyRequest(String xmlLegacyRequest)
Informs that a VOMS legacy request is being issued |
void |
notifyReceivedResponse(VOMSResponse r)
Informs that a VOMSResponse was received from a remote VOMS server |
Method Detail |
---|
void notifyHTTPRequest(String url)
url
- the request urlvoid notifyLegacyRequest(String xmlLegacyRequest)
xmlLegacyRequest
- a string representation of the XML legacy requestvoid notifyReceivedResponse(VOMSResponse r)
r
- the received VOMSResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |