Class RESTVOMSResponseParsingStrategy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.xml.parsers.DocumentBuilder docBuilder  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VOMSResponse parse​(java.io.InputStream inputStream)
      Parse a response coming from a RESTFul VOMS service and builds a VOMSResponse object representing the response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • docBuilder

        private javax.xml.parsers.DocumentBuilder docBuilder
    • Constructor Detail

      • RESTVOMSResponseParsingStrategy

        public RESTVOMSResponseParsingStrategy()
    • Method Detail

      • parse

        public VOMSResponse parse​(java.io.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.