public class RESTVOMSResponseParsingStrategy extends java.lang.Object implements VOMSResponseParsingStrategy
| Modifier and Type | Field and Description |
|---|---|
private javax.xml.parsers.DocumentBuilder |
docBuilder |
| Constructor and Description |
|---|
RESTVOMSResponseParsingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
VOMSResponse |
parse(java.io.InputStream inputStream)
Parse a response coming from a RESTFul VOMS service and builds a
VOMSResponse object representing the response. |
public VOMSResponse parse(java.io.InputStream inputStream)
VOMSResponse object representing the response.parse in interface VOMSResponseParsingStrategyinputStream - the response coming from the serviceVOMSResponse object representing the response.