public class LegacyVOMSResponseParsingStrategy extends java.lang.Object implements VOMSResponseParsingStrategy
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.parsers.DocumentBuilder |
documentBuilder |
| Constructor and Description |
|---|
LegacyVOMSResponseParsingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
VOMSResponse |
parse(java.io.InputStream inputStream)
Parse the response coming from a VOMS service and build a
VOMSResponse object. |
public VOMSResponse parse(java.io.InputStream inputStream)
VOMSResponseParsingStrategyVOMSResponse object.parse in interface VOMSResponseParsingStrategyinputStream - the response from the VOMS service.