org.italiangrid.voms.request.impl
Class LegacyVOMSResponseParsingStrategy

java.lang.Object
  extended by org.italiangrid.voms.request.impl.LegacyVOMSResponseParsingStrategy
All Implemented Interfaces:
VOMSResponseParsingStrategy

public class LegacyVOMSResponseParsingStrategy
extends Object
implements VOMSResponseParsingStrategy

Parsing strategy for legacy VOMS responses.

Author:
valerioventuri

Field Summary
protected  DocumentBuilder documentBuilder
           
 
Constructor Summary
LegacyVOMSResponseParsingStrategy()
           
 
Method Summary
 VOMSResponse parse(InputStream inputStream)
          Parse the response coming from a VOMS service and build a VOMSResponse object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentBuilder

protected DocumentBuilder documentBuilder
Constructor Detail

LegacyVOMSResponseParsingStrategy

public LegacyVOMSResponseParsingStrategy()
Method Detail

parse

public VOMSResponse parse(InputStream inputStream)
Description copied from interface: VOMSResponseParsingStrategy
Parse the response coming from a VOMS service and build a VOMSResponse object.

Specified by:
parse in interface VOMSResponseParsingStrategy
Parameters:
inputStream - the response from the VOMS service.
Returns:
the response object representing the response from the service.


Copyright © 2013. All Rights Reserved.