org.glite.voms.contact
Class VOMSParser
java.lang.Object
org.glite.voms.contact.VOMSParser
public class VOMSParser
extends java.lang.Object
This class implements the XML parsing of responses produced by VOMS servers.
static VOMSParser | instance()
|
VOMSResponse | parseResponse(InputStream is) -
Parses a voms response reading from a given input stream.
|
docBuilder
protected DocumentBuilder docBuilder
instance
public static VOMSParser instance()
- a new VOMSParser instance.
parseResponse
public VOMSResponse parseResponse(InputStream is)
Parses a voms response reading from a given input stream.
- a
VOMSResponse
object that represents the parsed response.