Class WSUtil


  • public class WSUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WSUtil()  
    • Method Summary

      Modifier and Type Method Description
      static void addWebServiceClassesToStructure​(java.lang.String baseUrl, java.util.Set<javassist.CtClass> webServiceClasses, Structure structure)  
      • Methods inherited from class java.lang.Object

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

      • WSUtil

        public WSUtil()
    • Method Detail

      • addWebServiceClassesToStructure

        public static void addWebServiceClassesToStructure​(java.lang.String baseUrl,
                                                           java.util.Set<javassist.CtClass> webServiceClasses,
                                                           Structure structure)
                                                    throws java.lang.ClassNotFoundException,
                                                           javassist.NotFoundException,
                                                           javassist.CannotCompileException
        Throws:
        java.lang.ClassNotFoundException
        javassist.NotFoundException
        javassist.CannotCompileException