public interface VOMSProtocolListener
Modifier and Type | Method and Description |
---|---|
void |
notifyHTTPRequest(java.lang.String url)
Informs that a VOMS HTTP GET request is being issued for the URL passed as
argument
|
void |
notifyLegacyRequest(java.lang.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
|
void notifyHTTPRequest(java.lang.String url)
url
- the request urlvoid notifyLegacyRequest(java.lang.String xmlLegacyRequest)
xmlLegacyRequest
- a string representation of the XML legacy requestvoid notifyReceivedResponse(VOMSResponse r)
r
- the received VOMSResponse