[Bedework-commit] caldav r518 -
trunk/util/src/org/bedework/caldav/util
svnadmin at bedework.org
svnadmin at bedework.org
Fri Mar 11 23:53:42 EST 2011
Author: douglm
Date: 2011-03-11 23:53:41 -0500 (Fri, 11 Mar 2011)
New Revision: 518
Modified:
trunk/util/src/org/bedework/caldav/util/CalDAVConfig.java
Log:
Changes for CalWS soap
Modified: trunk/util/src/org/bedework/caldav/util/CalDAVConfig.java
===================================================================
--- trunk/util/src/org/bedework/caldav/util/CalDAVConfig.java 2011-03-11 20:53:23 UTC (rev 517)
+++ trunk/util/src/org/bedework/caldav/util/CalDAVConfig.java 2011-03-12 04:53:41 UTC (rev 518)
@@ -6,9 +6,9 @@
Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a
copy of the License at:
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -47,6 +47,9 @@
/* Exchange synch web service uri - null for no service */
private String exsynchWsURI;
+ /* CalWS SOAP web service uri - null for no service */
+ private String calSoapWsURI;
+
/* Set at server init */
private boolean calWS;
@@ -176,6 +179,22 @@
return exsynchWsURI;
}
+ /** Set the calws soap web service uri - null for no service
+ *
+ * @param val String
+ */
+ public void setCalSoapWsURI(final String val) {
+ calSoapWsURI = val;
+ }
+
+ /** Get the calws soap web service uri - null for no service
+ *
+ * @return String
+ */
+ public String getCalSoapWsURI() {
+ return calSoapWsURI;
+ }
+
/** True for a web service - set by server..
*
* @param val
More information about the Bedework-commit
mailing list