Class QuarkusCxfClientTestUtil


  • public class QuarkusCxfClientTestUtil
    extends Object
    • Method Detail

      • getClient

        public static <T> T getClient​(Class<T> serviceInterface,
                                      String path)
      • getClient

        public static <T> T getClient​(String namespace,
                                      Class<T> serviceInterface,
                                      String path)
      • getServerUrl

        public static String getServerUrl()
      • getEndpointUrl

        public static String getEndpointUrl​(Object port)
      • getDefaultNameSpace

        public static String getDefaultNameSpace​(Class<?> cl)
      • anyNs

        public static String anyNs​(String... elementNames)
        Returns an XPath 1.0 equivalent /*[local-name() = 'foo']/*[local-name() = 'bar'] of XPath 2.0 *:foo/*:bar
        Parameters:
        elementNames -
        Returns:
        an XPath 1.0 compatible expression matching the named elements regardless of their namespace