|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.contact.VOMSProtocol
public class VOMSProtocol
This class manages the client-side communication protocol with the VOMS server.
Method Summary | |
---|---|
VOMSResponse |
getResponse(InputStream stream)
This method is used to parse a VOMS response from an input stream. |
static VOMSProtocol |
instance()
|
void |
sendRequest(VOMSRequestOptions requestOptions,
OutputStream stream)
This method is used to send a request to a VOMS server. |
protected String |
xmlDocAsString(Document doc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static VOMSProtocol instance()
protected String xmlDocAsString(Document doc)
public void sendRequest(VOMSRequestOptions requestOptions, OutputStream stream)
requestOptions
- the request options. See VOMSRequestOptions
.stream
- an output stream.public VOMSResponse getResponse(InputStream stream)
stream
- the input stream from which the response will be parsed.
VOMSResponse
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |