Class HasResultXMLConverter


  • public class HasResultXMLConverter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean fromXML​(java.lang.String xml)  
      java.lang.String toXML​(boolean hasResult)
      return flag if the server has a result
      • Methods inherited from class java.lang.Object

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

      • HasResultXMLConverter

        public HasResultXMLConverter()
    • Method Detail

      • toXML

        public java.lang.String toXML​(boolean hasResult)
                               throws java.io.IOException
        return flag if the server has a result
        Parameters:
        hasResult -
        Returns:
        flag if there is a result
        Throws:
        java.io.IOException
      • fromXML

        public boolean fromXML​(java.lang.String xml)