public class VOMSParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.xml.parsers.DocumentBuilder |
docBuilder |
Modifier and Type | Method and Description |
---|---|
static VOMSParser |
instance() |
VOMSResponse |
parseResponse(java.io.InputStream is)
Parses a voms response reading from a given input stream.
|
public VOMSResponse parseResponse(java.io.InputStream is)
is
- the input stream.VOMSResponse
object that represents the parsed response.public static VOMSParser instance()
Copyright © 2013. All Rights Reserved.