Author: scamp
Date: Mon Apr 4 15:05:28 2005
New Revision: 160105
URL: http://svn.apache.org/viewcvs?view=rev&rev=160105
Log: (empty)
Added:
incubator/muse/trunk/src/java/org/apache/ws/mows/tool/
incubator/muse/trunk/src/java/org/apache/ws/mows/v1_0/porttype/
incubator/muse/trunk/src/java/org/apache/ws/muws/WsdmNamespaceVersionHolder.java
incubator/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/
incubator/muse/trunk/src/java/org/apache/ws/muws/v1_0/porttype/
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/schema/system/s680E2806F2AD924F93D7CAD778E4AED9/
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/schema/system/s8F147846CE53DFC0A0B52DB83DFD9069/
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/schema/system/s90043369D83C8246FA987623B39FE663/
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/schema/system/s99B450EE58F126D17805BB740F9DB04F/
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/schema/system/s9C9E47DAFE1D38F1B005E0F7A678C32D/
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/schema/system/sAEB2EC358AA24C68BD7CC4D98BA1932C/
incubator/muse/trunk/src/templates/
Modified:
incubator/muse/trunk/src/java/org/apache/ws/muws/tool/v1_0/RelationshipsPortType2JavaInfo.java
incubator/muse/trunk/src/site/content/interop/lib/weatherws-xbeans.jar
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureDocument.java
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureResponseDocument.java
incubator/muse/trunk/src/site/content/interop/src/wsdl/weatherws.wsdl
Added:
incubator/muse/trunk/src/java/org/apache/ws/muws/WsdmNamespaceVersionHolder.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/java/org/apache/ws/muws/WsdmNamespaceVersionHolder.java?view=auto&rev=160105
==============================================================================
---
incubator/muse/trunk/src/java/org/apache/ws/muws/WsdmNamespaceVersionHolder.java
(added)
+++
incubator/muse/trunk/src/java/org/apache/ws/muws/WsdmNamespaceVersionHolder.java
Mon Apr 4 15:05:28 2005
@@ -0,0 +1,13 @@
+package org.apache.ws.muws;
+
+import org.apache.ws.resource.properties.NamespaceVersionHolder;
+
+/**
+ * @author Sal Campana
+ */
+public interface WsdmNamespaceVersionHolder extends NamespaceVersionHolder
+{
+ String getMuwsPart1XsdNamespace();
+ String getMuwsPart2XsdNamespace();
+ String getMowsXsdNamespace();
+}
Modified:
incubator/muse/trunk/src/java/org/apache/ws/muws/tool/v1_0/RelationshipsPortType2JavaInfo.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/java/org/apache/ws/muws/tool/v1_0/RelationshipsPortType2JavaInfo.java?view=diff&r1=160104&r2=160105
==============================================================================
---
incubator/muse/trunk/src/java/org/apache/ws/muws/tool/v1_0/RelationshipsPortType2JavaInfo.java
(original)
+++
incubator/muse/trunk/src/java/org/apache/ws/muws/tool/v1_0/RelationshipsPortType2JavaInfo.java
Mon Apr 4 15:05:28 2005
@@ -16,7 +16,9 @@
package org.apache.ws.muws.tool.v1_0;
import org.apache.ws.resource.tool.PortType2JavaInfo;
+import org.apache.ws.resource.PropertiesResource;
import org.apache.ws.muws.v1_0.capability.RelationshipsCapability;
+import org.apache.ws.muws.v1_0.porttype.RelationshipsPortType;
import javax.xml.namespace.QName;
@@ -25,12 +27,18 @@
*/
public class RelationshipsPortType2JavaInfo extends PortType2JavaInfo
{
-
public QName getName()
{
return RelationshipsCapability.PORT_TYPE_NAME;
}
- // TODO
+ public String getServiceInterfaceName()
+ {
+ return RelationshipsPortType.class.getName();
+ }
+ public String getServiceTemplateFileName()
+ {
+ return "templates/v2004_12/Relationships.txt";
+ }
}
Modified: incubator/muse/trunk/src/site/content/interop/lib/weatherws-xbeans.jar
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/lib/weatherws-xbeans.jar?view=diff&r1=160104&r2=160105
==============================================================================
Binary files - no diff available.
Modified:
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureDocument.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureDocument.java?view=diff&r1=160104&r2=160105
==============================================================================
---
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureDocument.java
(original)
+++
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureDocument.java
Mon Apr 4 15:05:28 2005
@@ -16,7 +16,7 @@
*/
public interface GetCurrentTemperatureDocument extends
org.apache.xmlbeans.XmlObject
{
- public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s4476EE0BE1360C97D9BFD4DFA5D3F678.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperature185bdoctype");
+ public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s680E2806F2AD924F93D7CAD778E4AED9.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperature185bdoctype");
/**
* Gets the "GetCurrentTemperature" element
@@ -40,7 +40,7 @@
*/
public interface GetCurrentTemperature extends
org.apache.xmlbeans.XmlObject
{
- public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s4476EE0BE1360C97D9BFD4DFA5D3F678.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperature4358elemtype");
+ public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s680E2806F2AD924F93D7CAD778E4AED9.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperature4358elemtype");
/**
* Gets the "altitude" element
Modified:
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureResponseDocument.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureResponseDocument.java?view=diff&r1=160104&r2=160105
==============================================================================
---
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureResponseDocument.java
(original)
+++
incubator/muse/trunk/src/site/content/interop/src/.xmlbeans/src/org/everest/GetCurrentTemperatureResponseDocument.java
Mon Apr 4 15:05:28 2005
@@ -16,7 +16,7 @@
*/
public interface GetCurrentTemperatureResponseDocument extends
org.apache.xmlbeans.XmlObject
{
- public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s4476EE0BE1360C97D9BFD4DFA5D3F678.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperatureresponsede3cdoctype");
+ public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s680E2806F2AD924F93D7CAD778E4AED9.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperatureresponsede3cdoctype");
/**
* Gets the "GetCurrentTemperatureResponse" element
@@ -40,7 +40,7 @@
*/
public interface GetCurrentTemperatureResponse extends
org.apache.xmlbeans.XmlObject
{
- public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s4476EE0BE1360C97D9BFD4DFA5D3F678.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperatureresponse6d1aelemtype");
+ public static final org.apache.xmlbeans.SchemaType type =
(org.apache.xmlbeans.SchemaType)schema.system.s680E2806F2AD924F93D7CAD778E4AED9.TypeSystemHolder.typeSystem.resolveHandle("getcurrenttemperatureresponse6d1aelemtype");
/**
* Gets the "GetCurrentTemperatureResult" element
Modified: incubator/muse/trunk/src/site/content/interop/src/wsdl/weatherws.wsdl
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/wsdl/weatherws.wsdl?view=diff&r1=160104&r2=160105
==============================================================================
--- incubator/muse/trunk/src/site/content/interop/src/wsdl/weatherws.wsdl
(original)
+++ incubator/muse/trunk/src/site/content/interop/src/wsdl/weatherws.wsdl Mon
Apr 4 15:05:28 2005
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://everest.org/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://everest.org/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://everest.org/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://everest.org/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+xmlns:mows-wsdl="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.wsdl">
+
+<wsdl:import
namespace="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.wsdl"
location="../spec/wsdm/MOWS-1_0.wsdl"/>
+
<wsdl:types>
<s:schema elementFormDefault="qualified"
targetNamespace="http://everest.org/">
<s:element name="GetCurrentTemperature">
@@ -29,6 +33,12 @@
<wsdl:input message="tns:GetCurrentTemperatureSoapIn" />
<wsdl:output message="tns:GetCurrentTemperatureSoapOut" />
</wsdl:operation>
+
+ <wsdl:operation name="GetManageabilityReferences">
+ <wsdl:input name="GetManageabilityReferencesRequest"
message="mows-wsdl:GetManageabilityReferencesRequest"/>
+ <wsdl:output name="GetManageabilityReferencesResponse"
message="mows-wsdl:GetManageabilityReferencesResponse"/>
+ </wsdl:operation>
+
</wsdl:portType>
<wsdl:binding name="WeatherStationSoap" type="tns:WeatherStationSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
@@ -40,6 +50,15 @@
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="GetManageabilityReferences">
+ <soap:operation soapAction="" style="document" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WeatherStation">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]