|
||||||||||
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(java.io.InputStream stream)
This method is used to parse a VOMS response from an input stream. |
static VOMSProtocol |
instance()
|
void |
sendRequest(VOMSRequestOptions requestOptions,
java.io.OutputStream stream)
This method is used to send a request to a VOMS server. |
protected java.lang.String |
xmlDocAsString(org.w3c.dom.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 java.lang.String xmlDocAsString(org.w3c.dom.Document doc)
public void sendRequest(VOMSRequestOptions requestOptions, java.io.OutputStream stream)
requestOptions
- the request options. See VOMSRequestOptions
.stream
- an output stream.public VOMSResponse getResponse(java.io.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 |