[jbossws-commits] JBossWS SVN: r15133 - api/trunk/src/main/java/org/jboss/ws/api/annotation.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Oct 19 05:33:41 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-10-19 05:33:41 -0400 (Wed, 19 Oct 2011)
New Revision: 15133

Modified:
   api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java
Log:
[JBAS-8363] clarifying API - endpoint can be deployed to one virtual host only

Modified: api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java
===================================================================
--- api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java	2011-10-19 09:28:52 UTC (rev 15132)
+++ api/trunk/src/main/java/org/jboss/ws/api/annotation/WebContext.java	2011-10-19 09:33:41 UTC (rev 15133)
@@ -45,11 +45,11 @@
    String contextRoot() default "";
    
    /** 
-    * The virtual hosts that the web service endpoint is deployed to.
+    * The virtual host that the web service endpoint is deployed to.
     * 
     * Applies to server side port components only.
     */
-   String[] virtualHosts() default {};
+   String virtualHost() default "";
    
    /** 
     * Relative path that is appended to the contextRoot to form fully qualified



More information about the jbossws-commits mailing list