[jbossws-commits] JBossWS SVN: r18706 - spi/branches/rsearls/src/main/java/org/jboss/wsf/spi/management.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 2 11:43:10 EDT 2014


Author: rsearls
Date: 2014-06-02 11:43:09 -0400 (Mon, 02 Jun 2014)
New Revision: 18706

Modified:
   spi/branches/rsearls/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java
Log:
webservicePath attr revised webServicePathRewriteRule

Modified: spi/branches/rsearls/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java
===================================================================
--- spi/branches/rsearls/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java	2014-05-30 14:05:25 UTC (rev 18705)
+++ spi/branches/rsearls/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java	2014-06-02 15:43:09 UTC (rev 18706)
@@ -61,9 +61,9 @@
 
    void setWebServiceSecurePort(int port);
 
-   String getWebServicePath();
+   String getWebServicePathRewriteRule();
 
-   void setWebServicePath(String path);
+   void setWebServicePathRewriteRule(String path);
    
    boolean isModifySOAPAddress();
    



More information about the jbossws-commits mailing list