org.italiangrid.voms.request.impl
Class RESTVOMSResponseParsingStrategy
java.lang.Object
org.italiangrid.voms.request.impl.RESTVOMSResponseParsingStrategy
- All Implemented Interfaces:
- VOMSResponseParsingStrategy
public class RESTVOMSResponseParsingStrategy
- extends Object
- implements VOMSResponseParsingStrategy
Strategy for parsing a response coming from a RESTFul VOMS.
- Author:
- valerioventuri
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTVOMSResponseParsingStrategy
public RESTVOMSResponseParsingStrategy()
parse
public VOMSResponse parse(InputStream inputStream)
- Parse a response coming from a RESTFul VOMS service and builds a
VOMSResponse
object
representing the response.
- Specified by:
parse
in interface VOMSResponseParsingStrategy
- Parameters:
inputStream
- the response coming from the service
- Returns:
- a
VOMSResponse
object representing the response.
Copyright © 2013. All Rights Reserved.