Class WebserviceRubyCodeGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String INDENT  
      protected static java.lang.String INVALID_QUERY  
      protected static java.lang.String LEFT_BRACE  
      protected static java.lang.String NULL_QUERY  
      protected static java.lang.String RIGHT_BRACE  
      protected static java.lang.String SPACE  
      protected static java.lang.String TEMPLATE_BAG_CONSTRAINT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generate​(WebserviceCodeGenInfo wsCodeGeninfo)
      This method will generate web service source code from a path query or template query.
      • Methods inherited from class java.lang.Object

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

      • WebserviceRubyCodeGenerator

        public WebserviceRubyCodeGenerator()
    • Method Detail

      • generate

        public java.lang.String generate​(WebserviceCodeGenInfo wsCodeGeninfo)
        Description copied from interface: WebserviceCodeGenerator
        This method will generate web service source code from a path query or template query.
        Specified by:
        generate in interface WebserviceCodeGenerator
        Parameters:
        wsCodeGeninfo - a WebserviceCodeGenInfo object
        Returns:
        web service source code in a string