Author: scamp
Date: Tue Apr 5 08:17:19 2005
New Revision: 160184
URL: http://svn.apache.org/viewcvs?view=rev&rev=160184
Log: (empty)
Modified:
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/AbstractWeatherStationSoapService.java
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapResource.java
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapService.java
Modified:
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/AbstractWeatherStationSoapService.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/java/org/everest/AbstractWeatherStationSoapService.java?view=diff&r1=160183&r2=160184
==============================================================================
---
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/AbstractWeatherStationSoapService.java
(original)
+++
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/AbstractWeatherStationSoapService.java
Tue Apr 5 08:17:19 2005
@@ -14,7 +14,7 @@
* NOTE: This class is generated and is NOT meant to be modified.
*/
public abstract class AbstractWeatherStationSoapService
- implements org.apache.ws.resource.handler.WsrfService {
+ implements org.apache.ws.resource.handler.WsrfService,
org.apache.ws.mows.v1_0.capability.ManageabilityReferencesCapability {
public static final String TARGET_NSURI = "http://everest.org/";
public static final String TARGET_NSPREFIX = "everest.org";
@@ -84,5 +84,8 @@
return m_isInitialized;
}
+
+
+public abstract GetManageabilityReferencesResponseDocument
getManageabilityReferences (GetManageabilityReferencesDocument request);
}
Modified:
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapResource.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapResource.java?view=diff&r1=160183&r2=160184
==============================================================================
---
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapResource.java
(original)
+++
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapResource.java
Tue Apr 5 08:17:19 2005
@@ -10,11 +10,6 @@
{
-
- /**
- * A NamespaceVerionHolder which maintains the QNames of Spec Wsdls
- */
- public static final
org.apache.ws.notification.base.v1_2.impl.WsnNamespaceVersionHolderImpl
SPEC_NAMESPACE_SET = new
org.apache.ws.notification.base.v1_2.impl.WsnNamespaceVersionHolderImpl();
/**
* Initializes this resource's state (properties, etc.).
Modified:
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapService.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapService.java?view=diff&r1=160183&r2=160184
==============================================================================
---
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapService.java
(original)
+++
incubator/muse/trunk/src/site/content/interop/src/java/org/everest/WeatherStationSoapService.java
Tue Apr 5 08:17:19 2005
@@ -1,6 +1,10 @@
package org.everest;
import org.apache.ws.resource.ResourceContext;
+import org.apache.xmlbeans.XmlObject;
+import org.apache.xmlbeans.XmlException;
+
+import javax.xml.rpc.JAXRPCException;
/**
* This class should be generated ONCE (and not overwritten) to maintain
user-added code.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]