Package org.jboss.wsf.test

Examples of org.jboss.wsf.test.JBossWSTestHelper


   public final String TARGET_ENDPOINT_ADDRESS = "http://" + getServerHost() + ":8080/jaxws-samples-serviceref";

   public static Test suite()
   {
      String archives = "jaxws-samples-serviceref.war";
      if (new JBossWSTestHelper().isTargetJBoss50())
         archives += ",jaxws-samples-serviceref-client.jar";
     
      return new JBossWSTestSetup(ServiceRefClientTestCase.class, archives);
   }
View Full Code Here

TOP

Related Classes of org.jboss.wsf.test.JBossWSTestHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.