public class LegacyRequestSender extends Object
Modifier and Type | Method and Description |
---|---|
static LegacyRequestSender |
instance(VOMSProtocolListener listener) |
void |
sendRequest(VOMSACRequest acRequest,
VOMSServerInfo endpoint,
OutputStream stream)
This method is used to send a request to a VOMS server.
|
protected String |
xmlDocAsString(Document doc) |
public static LegacyRequestSender instance(VOMSProtocolListener listener)
public void sendRequest(VOMSACRequest acRequest, VOMSServerInfo endpoint, OutputStream stream)
acRequest
- the AC request parameters. See VOMSACRequest
.endpoint
- the VOMSServerInfo
endpoint to use for this
requeststream
- an output stream.Copyright © 2019. All rights reserved.