|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.contact.VOMSParser
public class VOMSParser
This class implements the XML parsing of responses produced by VOMS servers.
Field Summary | |
---|---|
protected javax.xml.parsers.DocumentBuilder |
docBuilder
|
Method Summary | |
---|---|
static VOMSParser |
instance()
|
VOMSResponse |
parseResponse(java.io.InputStream is)
Parses a voms response reading from a given input stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.parsers.DocumentBuilder docBuilder
Method Detail |
---|
public VOMSResponse parseResponse(java.io.InputStream is)
is
- the input stream.
VOMSResponse
object that represents the parsed response.public static VOMSParser instance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |