Class DevUIJsonRPCTest


  • public class DevUIJsonRPCTest
    extends Object
    • Field Detail

      • log

        protected static final org.jboss.logging.Logger log
      • uri

        protected URI uri
    • Constructor Detail

      • DevUIJsonRPCTest

        public DevUIJsonRPCTest​(String namespace)
      • DevUIJsonRPCTest

        public DevUIJsonRPCTest​(String namespace,
                                String testUrl)
    • Method Detail

      • executeJsonRPCMethod

        public <T> T executeJsonRPCMethod​(com.fasterxml.jackson.core.type.TypeReference typeReference,
                                          String methodName)
                                   throws Exception
        Throws:
        Exception
      • executeJsonRPCMethod

        public <T> T executeJsonRPCMethod​(com.fasterxml.jackson.core.type.TypeReference typeReference,
                                          String methodName,
                                          Map<String,​String> params)
                                   throws Exception
        Throws:
        Exception
      • executeJsonRPCMethod

        public com.fasterxml.jackson.databind.JsonNode executeJsonRPCMethod​(String methodName)
                                                                     throws Exception
        Throws:
        Exception
      • toJsonNode

        protected com.fasterxml.jackson.databind.JsonNode toJsonNode​(String json)