Author: rsearls
Date: 2014-05-06 11:03:39 -0400 (Tue, 06 May 2014)
New Revision: 18618
Modified:
spi/branches/rsearls/pom.xml
spi/branches/rsearls/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java
Log:
[JBWS-3750] new code
Modified: spi/branches/rsearls/pom.xml
===================================================================
--- spi/branches/rsearls/pom.xml 2014-05-06 14:59:50 UTC (rev 18617)
+++ spi/branches/rsearls/pom.xml 2014-05-06 15:03:39 UTC (rev 18618)
@@ -7,7 +7,7 @@
<packaging>jar</packaging>
<description>JBossWS SPI</description>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
<!-- Parent -->
<parent>
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-06
14:59:50 UTC (rev 18617)
+++
spi/branches/rsearls/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java 2014-05-06
15:03:39 UTC (rev 18618)
@@ -60,6 +60,10 @@
int getWebServiceSecurePort();
void setWebServiceSecurePort(int port);
+
+ String getWebServicePath();
+
+ void setWebServicePath(String path);
boolean isModifySOAPAddress();
Show replies by date