[Carbon-commits] [Carbon-service-stubs] svn commit r91478 - in trunk/carbon/service-stubs: . org.wso2.carbon.governance.gadgets-stub org.wso2.carbon.governance.gadgets.stub org.wso2.carbon.governance.gadgets.stub/src org.wso2.carbon.governance.gadgets.stub/src/main org.wso2.carbon.governance.gadgets.stub/src/main/java org.wso2.carbon.governance.gadgets.stub/src/main/resources

janaka at wso2.com janaka at wso2.com
Fri Apr 1 00:31:02 PDT 2011


Author: janaka
Date: Fri Apr  1 00:31:01 2011
New Revision: 91478
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=91478

Log:
Fixing inconsistant naming


Added:
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/pom.xml
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/java/
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GadgetSourceService.wsdl
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GovImpactAnalysisAdminService.wsdl
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/ResourceImpactAdminService.wsdl
Removed:
   trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets-stub/
Modified:
   trunk/carbon/service-stubs/pom.xml

Added: trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/pom.xml?pathrev=91478
==============================================================================
--- (empty file)
+++ trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/pom.xml	Fri Apr  1 00:31:01 2011
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ 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
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.wso2.carbon</groupId>
+        <artifactId>service-stubs</artifactId>
+        <version>3.2.0-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>org.wso2.carbon.governance.gadgets.stub</artifactId>
+    <packaging>bundle</packaging>
+    <name>WSO2 Carbon - Governance - Gadgets User Interface Stub</name>
+    <url>http://wso2.org</url>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <id>source-code-generation</id>
+                        <phase>process-resources</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <path id="wsdl2java.classpath">
+                                    <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2-client/${orbit.version.axis2}/axis2-client-${orbit.version.axis2}.jar"/>
+                                    <pathelement location="${settings.localRepository}/org/apache/axis2/wso2/axis2/${orbit.version.axis2}/axis2-${orbit.version.axis2}.jar"/>
+                                </path>
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/GadgetSourceService.wsdl -u -uw
+                                    -o target/generated-code -p org.wso2.carbon.governance.gadgets.stub
+                                    -ns2p http://utils.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://util.java/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://gauges.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://org.apache.axis2/xsd=org.wso2.carbon.governance.gadgets.stub.types.axis2,http://neethi.apache.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.neethi,http://services.gadgetsource.governance.carbon.wso2.org=org.wso2.carbon.governance.gadgets.stub.governance.gadgetsource.services,http://beans.gadgetsource.governance.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.governance.gadgetsource.beans.xsd,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.registry.core.exceptions"/>
+                                    <classpath refid="wsdl2java.classpath"/>
+                                </java>
+                                <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/GovImpactAnalysisAdminService.wsdl -u -uw
+                                    -o target/generated-code -p org.wso2.carbon.governance.gadgets.stub
+                                    -ns2p http://utils.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://util.java/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://gauges.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://exception.api.governance.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.governance.api.exception.xsd,http://beans.impactanalysis.gadgets.governance.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.governance.gadgets.impactanalysis.beans.xsd,http://org.apache.axis2/xsd=org.wso2.carbon.governance.gadgets.stub.types.axis2,http://neethi.apache.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.neethi"/>
+                                    <classpath refid="wsdl2java.classpath"/>
+                                </java>
+                            	<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
+                                    <arg line="-uri src/main/resources/ResourceImpactAdminService.wsdl -u -uw
+                                    -o target/generated-code -p org.wso2.carbon.governance.gadgets.stub
+                                    -ns2p http://utils.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://util.java/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://gauges.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.types.carbon,http://services.resourceimpact.gadgets.governance.carbon.wso2.org=org.wso2.carbon.governance.gadgets.stub.governance.gadgets.resourceimpact.services,http://exceptions.core.registry.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.registry.core.exceptions,http://core.registry.carbon.wso2.org/xsd=org.wso2.carbon.governance.gadgets.stub.registry.core.xsd,http://org.apache.axis2/xsd=org.wso2.carbon.governance.gadgets.stub.types.axis2"/>
+                                    <classpath refid="wsdl2java.classpath"/>
+                                </java>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>add-source</id>
+                        <phase>generate-sources</phase>
+                        <goals>
+                            <goal>add-source</goal>
+                        </goals>
+                        <configuration>
+                            <sources>
+                                <source>
+                                    target/generated-code/src
+                                </source>
+                            </sources>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+               <groupId>org.apache.felix</groupId>
+               <artifactId>maven-bundle-plugin</artifactId>
+               <version>1.4.0</version>
+               <extensions>true</extensions>
+               <configuration>
+                   <instructions>
+                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                       <Bundle-Name>${pom.artifactId}</Bundle-Name>
+                       <Export-Package>
+                           org.wso2.carbon.governance.gadgets.stub.*;version="${carbon.platform.package.export.version}",
+                       </Export-Package>
+                       <Import-Package>
+                           !javax.xml.namespace,
+                           javax.xml.namespace; version=0.0.0,
+                           javax.servlet; version=2.4.0,
+                           javax.servlet.http; version=2.4.0,
+                           org.apache.axiom.*; version="${axiom.osgi.version.range}",
+                           *;resolution:=optional
+                       </Import-Package>
+                       <Carbon-Component>Stub</Carbon-Component>
+                   </instructions>
+               </configuration>
+           </plugin>
+
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2.wso2</groupId>
+            <artifactId>axis2</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>

Added: trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GadgetSourceService.wsdl
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GadgetSourceService.wsdl?pathrev=91478
==============================================================================
--- (empty file)
+++ trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GadgetSourceService.wsdl	Fri Apr  1 00:31:01 2011
@@ -0,0 +1,276 @@
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ 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
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ns="http://services.gadgetsource.governance.carbon.wso2.org" xmlns:ax2108="http://exceptions.core.registry.carbon.wso2.org/xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ax2106="http://beans.gadgetsource.governance.carbon.wso2.org/xsd" targetNamespace="http://services.gadgetsource.governance.carbon.wso2.org">
+    <wsdl:documentation>GadgetSourceService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema xmlns:ax2110="http://exceptions.core.registry.carbon.wso2.org/xsd" xmlns:ax2107="http://beans.gadgetsource.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.gadgetsource.governance.carbon.wso2.org">
+            <xs:import namespace="http://beans.gadgetsource.governance.carbon.wso2.org/xsd" />
+            <xs:import namespace="http://exceptions.core.registry.carbon.wso2.org/xsd" />
+            <xs:element name="getServiceVersionHistogramGadgetDataResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2106:ServiceVersionHistogramGadgetBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getServiceInfoGadgetDataResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2106:ServiceInfoGadgetBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getSchemaSharingInfoGadgetDataResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2106:SchemaSharingInfoGadgetBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:complexType name="Exception">
+                <xs:sequence>
+                    <xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:element name="RegistryException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="RegistryException" nillable="true" type="ax2108:RegistryException" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getLifecyclePiechartGadgetDataResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2106:LifecyclePiechartGadgetBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+        <xs:schema xmlns:ax2109="http://services.gadgetsource.governance.carbon.wso2.org" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exceptions.core.registry.carbon.wso2.org/xsd">
+            <xs:import namespace="http://services.gadgetsource.governance.carbon.wso2.org" />
+            <xs:complexType name="RegistryException">
+                <xs:complexContent>
+                    <xs:extension base="ns:Exception">
+                        <xs:sequence />
+                    </xs:extension>
+                </xs:complexContent>
+            </xs:complexType>
+        </xs:schema>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.gadgetsource.governance.carbon.wso2.org/xsd">
+            <xs:complexType name="ServiceVersionHistogramGadgetBean">
+                <xs:sequence />
+            </xs:complexType>
+            <xs:complexType name="ServiceInfoGadgetBean">
+                <xs:sequence />
+            </xs:complexType>
+            <xs:complexType name="SchemaSharingInfoGadgetBean">
+                <xs:sequence />
+            </xs:complexType>
+            <xs:complexType name="LifecyclePiechartGadgetBean">
+                <xs:sequence>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="lifecycles" nillable="true" type="ax2106:LifecycleInfoBean" />
+                </xs:sequence>
+            </xs:complexType>
+            <xs:complexType name="LifecycleInfoBean">
+                <xs:all>
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="stages" nillable="true" type="ax2106:LifecycleStageInfoBean" />
+                </xs:all>
+            </xs:complexType>
+            <xs:complexType name="LifecycleStageInfoBean">
+                <xs:all>
+                    <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="serviceCount" type="xs:int" />
+                </xs:all>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="getLifecyclePiechartGadgetDataRequest" />
+    <wsdl:message name="getLifecyclePiechartGadgetDataResponse">
+        <wsdl:part name="parameters" element="ns:getLifecyclePiechartGadgetDataResponse" />
+    </wsdl:message>
+    <wsdl:message name="RegistryException">
+        <wsdl:part name="parameters" element="ns:RegistryException" />
+    </wsdl:message>
+    <wsdl:message name="getServiceVersionHistogramGadgetDataRequest" />
+    <wsdl:message name="getServiceVersionHistogramGadgetDataResponse">
+        <wsdl:part name="parameters" element="ns:getServiceVersionHistogramGadgetDataResponse" />
+    </wsdl:message>
+    <wsdl:message name="getSchemaSharingInfoGadgetDataRequest" />
+    <wsdl:message name="getSchemaSharingInfoGadgetDataResponse">
+        <wsdl:part name="parameters" element="ns:getSchemaSharingInfoGadgetDataResponse" />
+    </wsdl:message>
+    <wsdl:message name="getServiceInfoGadgetDataRequest" />
+    <wsdl:message name="getServiceInfoGadgetDataResponse">
+        <wsdl:part name="parameters" element="ns:getServiceInfoGadgetDataResponse" />
+    </wsdl:message>
+    <wsdl:portType name="GadgetSourceServicePortType">
+        <wsdl:operation name="getLifecyclePiechartGadgetData">
+            <wsdl:input message="ns:getLifecyclePiechartGadgetDataRequest" wsaw:Action="urn:getLifecyclePiechartGadgetData" />
+            <wsdl:output message="ns:getLifecyclePiechartGadgetDataResponse" wsaw:Action="urn:getLifecyclePiechartGadgetDataResponse" />
+            <wsdl:fault message="ns:RegistryException" name="RegistryException" wsaw:Action="urn:getLifecyclePiechartGadgetDataRegistryException" />
+        </wsdl:operation>
+        <wsdl:operation name="getServiceVersionHistogramGadgetData">
+            <wsdl:input message="ns:getServiceVersionHistogramGadgetDataRequest" wsaw:Action="urn:getServiceVersionHistogramGadgetData" />
+            <wsdl:output message="ns:getServiceVersionHistogramGadgetDataResponse" wsaw:Action="urn:getServiceVersionHistogramGadgetDataResponse" />
+        </wsdl:operation>
+        <wsdl:operation name="getSchemaSharingInfoGadgetData">
+            <wsdl:input message="ns:getSchemaSharingInfoGadgetDataRequest" wsaw:Action="urn:getSchemaSharingInfoGadgetData" />
+            <wsdl:output message="ns:getSchemaSharingInfoGadgetDataResponse" wsaw:Action="urn:getSchemaSharingInfoGadgetDataResponse" />
+        </wsdl:operation>
+        <wsdl:operation name="getServiceInfoGadgetData">
+            <wsdl:input message="ns:getServiceInfoGadgetDataRequest" wsaw:Action="urn:getServiceInfoGadgetData" />
+            <wsdl:output message="ns:getServiceInfoGadgetDataResponse" wsaw:Action="urn:getServiceInfoGadgetDataResponse" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="GadgetSourceServiceSoap11Binding" type="ns:GadgetSourceServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="getLifecyclePiechartGadgetData">
+            <soap:operation soapAction="urn:getLifecyclePiechartGadgetData" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="RegistryException">
+                <soap:fault use="literal" name="RegistryException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getServiceVersionHistogramGadgetData">
+            <soap:operation soapAction="urn:getServiceVersionHistogramGadgetData" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="getSchemaSharingInfoGadgetData">
+            <soap:operation soapAction="urn:getSchemaSharingInfoGadgetData" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="getServiceInfoGadgetData">
+            <soap:operation soapAction="urn:getServiceInfoGadgetData" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="GadgetSourceServiceSoap12Binding" type="ns:GadgetSourceServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="getLifecyclePiechartGadgetData">
+            <soap12:operation soapAction="urn:getLifecyclePiechartGadgetData" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="RegistryException">
+                <soap12:fault use="literal" name="RegistryException" />
+            </wsdl:fault>
+        </wsdl:operation>
+        <wsdl:operation name="getServiceVersionHistogramGadgetData">
+            <soap12:operation soapAction="urn:getServiceVersionHistogramGadgetData" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="getSchemaSharingInfoGadgetData">
+            <soap12:operation soapAction="urn:getSchemaSharingInfoGadgetData" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="getServiceInfoGadgetData">
+            <soap12:operation soapAction="urn:getServiceInfoGadgetData" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="GadgetSourceServiceHttpBinding" type="ns:GadgetSourceServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="getLifecyclePiechartGadgetData">
+            <http:operation location="getLifecyclePiechartGadgetData" />
+            <wsdl:input>
+                <mime:content type="text/xml" part="getLifecyclePiechartGadgetData" />
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="getLifecyclePiechartGadgetData" />
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="getServiceVersionHistogramGadgetData">
+            <http:operation location="getServiceVersionHistogramGadgetData" />
+            <wsdl:input>
+                <mime:content type="text/xml" part="getServiceVersionHistogramGadgetData" />
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="getServiceVersionHistogramGadgetData" />
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="getSchemaSharingInfoGadgetData">
+            <http:operation location="getSchemaSharingInfoGadgetData" />
+            <wsdl:input>
+                <mime:content type="text/xml" part="getSchemaSharingInfoGadgetData" />
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="getSchemaSharingInfoGadgetData" />
+            </wsdl:output>
+        </wsdl:operation>
+        <wsdl:operation name="getServiceInfoGadgetData">
+            <http:operation location="getServiceInfoGadgetData" />
+            <wsdl:input>
+                <mime:content type="text/xml" part="getServiceInfoGadgetData" />
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="getServiceInfoGadgetData" />
+            </wsdl:output>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:service name="GadgetSourceService">
+        <wsdl:port name="GadgetSourceServiceHttpsSoap11Endpoint" binding="ns:GadgetSourceServiceSoap11Binding">
+            <soap:address location="https://10.100.1.125:9443/services/GadgetSourceService.GadgetSourceServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="GadgetSourceServiceHttpsSoap12Endpoint" binding="ns:GadgetSourceServiceSoap12Binding">
+            <soap12:address location="https://10.100.1.125:9443/services/GadgetSourceService.GadgetSourceServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="GadgetSourceServiceHttpsEndpoint" binding="ns:GadgetSourceServiceHttpBinding">
+            <http:address location="https://10.100.1.125:9443/services/GadgetSourceService.GadgetSourceServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>

Added: trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GovImpactAnalysisAdminService.wsdl
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GovImpactAnalysisAdminService.wsdl?pathrev=91478
==============================================================================
--- (empty file)
+++ trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/GovImpactAnalysisAdminService.wsdl	Fri Apr  1 00:31:01 2011
@@ -0,0 +1,162 @@
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ 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
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:axis2="http://services.impactanalysis.gadgets.governance.carbon.wso2.org" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ax297="http://exception.api.governance.carbon.wso2.org/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2100="http://beans.impactanalysis.gadgets.governance.carbon.wso2.org/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://services.impactanalysis.gadgets.governance.carbon.wso2.org">
+    <wsdl:documentation>GovImpactAnalysisAdminService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema xmlns:ax2101="http://beans.impactanalysis.gadgets.governance.carbon.wso2.org/xsd" xmlns:ns="http://org.apache.axis2/xsd" xmlns:ax299="http://exception.api.governance.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://org.apache.axis2/xsd">
+            <xs:import namespace="http://exception.api.governance.carbon.wso2.org/xsd" />
+            <xs:import namespace="http://beans.impactanalysis.gadgets.governance.carbon.wso2.org/xsd" />
+            <xs:complexType name="Exception">
+                <xs:all>
+                    <xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType" />
+                </xs:all>
+            </xs:complexType>
+            <xs:element name="GovernanceException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="GovernanceException" nillable="true" type="ax297:GovernanceException" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getImpactAnalysisBeanResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="return" nillable="true" type="ax2100:ImpactBean" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.impactanalysis.gadgets.governance.carbon.wso2.org/xsd">
+            <xs:complexType name="ImpactBean">
+                <xs:all>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="serviceBean" nillable="true" type="ax2100:ServiceBean" />
+                </xs:all>
+            </xs:complexType>
+            <xs:complexType name="ServiceBean">
+                <xs:all>
+                    <xs:element minOccurs="0" name="id" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="policyBeans" nillable="true" type="ax2100:PolicyBean" />
+                    <xs:element minOccurs="0" name="qName" nillable="true" type="xs:string" />
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="schemaBeans" nillable="true" type="ax2100:SchemaBean" />
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="wsdlBeans" nillable="true" type="ax2100:WSDLBean" />
+                </xs:all>
+            </xs:complexType>
+            <xs:complexType name="PolicyBean">
+                <xs:all>
+                    <xs:element minOccurs="0" name="id" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="qName" nillable="true" type="xs:string" />
+                </xs:all>
+            </xs:complexType>
+            <xs:complexType name="SchemaBean">
+                <xs:all>
+                    <xs:element minOccurs="0" name="id" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="qName" nillable="true" type="xs:string" />
+                </xs:all>
+            </xs:complexType>
+            <xs:complexType name="WSDLBean">
+                <xs:all>
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="attachedPolicies" nillable="true" type="ax2100:PolicyBean" />
+                    <xs:element maxOccurs="unbounded" minOccurs="0" name="attachedSchemas" nillable="true" type="ax2100:SchemaBean" />
+                    <xs:element minOccurs="0" name="id" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="qName" nillable="true" type="xs:string" />
+                </xs:all>
+            </xs:complexType>
+        </xs:schema>
+        <xs:schema xmlns:ax298="http://org.apache.axis2/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exception.api.governance.carbon.wso2.org/xsd">
+            <xs:import namespace="http://org.apache.axis2/xsd" />
+            <xs:complexType name="GovernanceException">
+                <xs:complexContent>
+                    <xs:extension base="ax298:Exception">
+                        <xs:sequence />
+                    </xs:extension>
+                </xs:complexContent>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="getImpactAnalysisBeanRequest" />
+    <wsdl:message name="getImpactAnalysisBeanResponse">
+        <wsdl:part name="parameters" element="ns1:getImpactAnalysisBeanResponse" />
+    </wsdl:message>
+    <wsdl:message name="GovernanceException">
+        <wsdl:part name="parameters" element="ns1:GovernanceException" />
+    </wsdl:message>
+    <wsdl:portType name="GovImpactAnalysisAdminServicePortType">
+        <wsdl:operation name="getImpactAnalysisBean">
+            <wsdl:input message="axis2:getImpactAnalysisBeanRequest" wsaw:Action="urn:getImpactAnalysisBean" />
+            <wsdl:output message="axis2:getImpactAnalysisBeanResponse" wsaw:Action="urn:getImpactAnalysisBeanResponse" />
+            <wsdl:fault message="axis2:GovernanceException" name="GovernanceException" wsaw:Action="urn:getImpactAnalysisBeanGovernanceException" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="GovImpactAnalysisAdminServiceSoap11Binding" type="axis2:GovImpactAnalysisAdminServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="getImpactAnalysisBean">
+            <soap:operation soapAction="urn:getImpactAnalysisBean" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="GovernanceException">
+                <soap:fault use="literal" name="GovernanceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="GovImpactAnalysisAdminServiceSoap12Binding" type="axis2:GovImpactAnalysisAdminServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="getImpactAnalysisBean">
+            <soap12:operation soapAction="urn:getImpactAnalysisBean" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="GovernanceException">
+                <soap12:fault use="literal" name="GovernanceException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="GovImpactAnalysisAdminServiceHttpBinding" type="axis2:GovImpactAnalysisAdminServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="getImpactAnalysisBean">
+            <http:operation location="getImpactAnalysisBean" />
+            <wsdl:input>
+                <mime:content type="text/xml" part="getImpactAnalysisBean" />
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="getImpactAnalysisBean" />
+            </wsdl:output>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:service name="GovImpactAnalysisAdminService">
+        <wsdl:port name="GovImpactAnalysisAdminServiceHttpsSoap11Endpoint" binding="axis2:GovImpactAnalysisAdminServiceSoap11Binding">
+            <soap:address location="https://192.168.0.16:9443/services/GovImpactAnalysisAdminService.GovImpactAnalysisAdminServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="GovImpactAnalysisAdminServiceHttpsSoap12Endpoint" binding="axis2:GovImpactAnalysisAdminServiceSoap12Binding">
+            <soap12:address location="https://192.168.0.16:9443/services/GovImpactAnalysisAdminService.GovImpactAnalysisAdminServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="GovImpactAnalysisAdminServiceHttpsEndpoint" binding="axis2:GovImpactAnalysisAdminServiceHttpBinding">
+            <http:address location="https://192.168.0.16:9443/services/GovImpactAnalysisAdminService.GovImpactAnalysisAdminServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>

Added: trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/ResourceImpactAdminService.wsdl
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/ResourceImpactAdminService.wsdl?pathrev=91478
==============================================================================
--- (empty file)
+++ trunk/carbon/service-stubs/org.wso2.carbon.governance.gadgets.stub/src/main/resources/ResourceImpactAdminService.wsdl	Fri Apr  1 00:31:01 2011
@@ -0,0 +1,140 @@
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ 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
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ax2217="http://exceptions.core.registry.carbon.wso2.org/xsd" xmlns:axis2="http://services.resourceimpact.gadgets.governance.carbon.wso2.org" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ax2220="http://core.registry.carbon.wso2.org/xsd" targetNamespace="http://services.resourceimpact.gadgets.governance.carbon.wso2.org">
+    <wsdl:documentation>ResourceImpactAdminService</wsdl:documentation>
+    <wsdl:types>
+        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://core.registry.carbon.wso2.org/xsd">
+            <xs:complexType name="Association">
+                <xs:all>
+                    <xs:element minOccurs="0" name="associationType" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="destinationPath" nillable="true" type="xs:string" />
+                    <xs:element minOccurs="0" name="sourcePath" nillable="true" type="xs:string" />
+                </xs:all>
+            </xs:complexType>
+        </xs:schema>
+        <xs:schema xmlns:ns="http://org.apache.axis2/xsd" xmlns:ax2219="http://exceptions.core.registry.carbon.wso2.org/xsd" xmlns:ax2221="http://core.registry.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://org.apache.axis2/xsd">
+            <xs:import namespace="http://exceptions.core.registry.carbon.wso2.org/xsd" />
+            <xs:import namespace="http://core.registry.carbon.wso2.org/xsd" />
+            <xs:complexType name="Exception">
+                <xs:all>
+                    <xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType" />
+                </xs:all>
+            </xs:complexType>
+            <xs:element name="RegistryException">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="RegistryException" nillable="true" type="ax2219:RegistryException" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getAssociations">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element minOccurs="0" name="path" nillable="true" type="xs:string" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+            <xs:element name="getAssociationsResponse">
+                <xs:complexType>
+                    <xs:sequence>
+                        <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2220:Association" />
+                    </xs:sequence>
+                </xs:complexType>
+            </xs:element>
+        </xs:schema>
+        <xs:schema xmlns:ax2218="http://org.apache.axis2/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exceptions.core.registry.carbon.wso2.org/xsd">
+            <xs:import namespace="http://org.apache.axis2/xsd" />
+            <xs:complexType name="RegistryException">
+                <xs:complexContent>
+                    <xs:extension base="ax2218:Exception">
+                        <xs:sequence />
+                    </xs:extension>
+                </xs:complexContent>
+            </xs:complexType>
+        </xs:schema>
+    </wsdl:types>
+    <wsdl:message name="getAssociationsRequest">
+        <wsdl:part name="parameters" element="ns1:getAssociations" />
+    </wsdl:message>
+    <wsdl:message name="getAssociationsResponse">
+        <wsdl:part name="parameters" element="ns1:getAssociationsResponse" />
+    </wsdl:message>
+    <wsdl:message name="RegistryException">
+        <wsdl:part name="parameters" element="ns1:RegistryException" />
+    </wsdl:message>
+    <wsdl:portType name="ResourceImpactAdminServicePortType">
+        <wsdl:operation name="getAssociations">
+            <wsdl:input message="axis2:getAssociationsRequest" wsaw:Action="urn:getAssociations" />
+            <wsdl:output message="axis2:getAssociationsResponse" wsaw:Action="urn:getAssociationsResponse" />
+            <wsdl:fault message="axis2:RegistryException" name="RegistryException" wsaw:Action="urn:getAssociationsRegistryException" />
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:binding name="ResourceImpactAdminServiceSoap11Binding" type="axis2:ResourceImpactAdminServicePortType">
+        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="getAssociations">
+            <soap:operation soapAction="urn:getAssociations" style="document" />
+            <wsdl:input>
+                <soap:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="RegistryException">
+                <soap:fault use="literal" name="RegistryException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ResourceImpactAdminServiceSoap12Binding" type="axis2:ResourceImpactAdminServicePortType">
+        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
+        <wsdl:operation name="getAssociations">
+            <soap12:operation soapAction="urn:getAssociations" style="document" />
+            <wsdl:input>
+                <soap12:body use="literal" />
+            </wsdl:input>
+            <wsdl:output>
+                <soap12:body use="literal" />
+            </wsdl:output>
+            <wsdl:fault name="RegistryException">
+                <soap12:fault use="literal" name="RegistryException" />
+            </wsdl:fault>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:binding name="ResourceImpactAdminServiceHttpBinding" type="axis2:ResourceImpactAdminServicePortType">
+        <http:binding verb="POST" />
+        <wsdl:operation name="getAssociations">
+            <http:operation location="getAssociations" />
+            <wsdl:input>
+                <mime:content type="text/xml" part="getAssociations" />
+            </wsdl:input>
+            <wsdl:output>
+                <mime:content type="text/xml" part="getAssociations" />
+            </wsdl:output>
+        </wsdl:operation>
+    </wsdl:binding>
+    <wsdl:service name="ResourceImpactAdminService">
+        <wsdl:port name="ResourceImpactAdminServiceHttpsSoap11Endpoint" binding="axis2:ResourceImpactAdminServiceSoap11Binding">
+            <soap:address location="https://10.100.1.154:9443/services/ResourceImpactAdminService.ResourceImpactAdminServiceHttpsSoap11Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="ResourceImpactAdminServiceHttpsSoap12Endpoint" binding="axis2:ResourceImpactAdminServiceSoap12Binding">
+            <soap12:address location="https://10.100.1.154:9443/services/ResourceImpactAdminService.ResourceImpactAdminServiceHttpsSoap12Endpoint/" />
+        </wsdl:port>
+        <wsdl:port name="ResourceImpactAdminServiceHttpsEndpoint" binding="axis2:ResourceImpactAdminServiceHttpBinding">
+            <http:address location="https://10.100.1.154:9443/services/ResourceImpactAdminService.ResourceImpactAdminServiceHttpsEndpoint/" />
+        </wsdl:port>
+    </wsdl:service>
+</wsdl:definitions>

Modified: trunk/carbon/service-stubs/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/service-stubs/pom.xml?rev=91478&r1=91477&r2=91478&view=diff
==============================================================================
--- trunk/carbon/service-stubs/pom.xml	(original)
+++ trunk/carbon/service-stubs/pom.xml	Fri Apr  1 00:31:01 2011
@@ -81,7 +81,7 @@
         <module>org.wso2.carbon.eventing.stub</module>
         <module>org.wso2.carbon.gadget.editor.stub</module>
         <module>org.wso2.carbon.gauges.stub</module>
-        <module>org.wso2.carbon.governance.gadgets-stub</module>
+        <module>org.wso2.carbon.governance.gadgets.stub</module>
         <module>org.wso2.carbon.governance.custom.lifecycles.checklist.stub</module>
         <module>org.wso2.carbon.governance.custom.lifecycles.distributed.stub</module>
         <module>org.wso2.carbon.governance.lcm.stub</module>


More information about the Carbon-commits mailing list