http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml deleted file mode 100644 index 5b5845a..0000000 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ /dev/null @@ -1,116 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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.apache.stratos</groupId> - <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.manager.dashboard.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Manager Dashboard Stub</name> - <url>http://apache.org</url> - - <build> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>source-code-generation</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> - <arg line="-uri src/main/resources/CloudManagerService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.manager.dashboard.stub -ns2p http://common.core.carbon.wso2.org/xsd=org.apache.stratos.manager.dashboard.stub,http://services.mgt.services.manager.stratos.apache.org=org.apache.stratos.manager.dashboard.stub,http://beans.mgt.services.manager.stratos.apache.org/xsd=org.apache.stratos.manager.dashboard.stub.xsd" /> - <classpath refid="maven.dependency.classpath" /> - <classpath refid="maven.compile.classpath" /> - <classpath refid="maven.runtime.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> - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Name>${project.artifactId}</Bundle-Name> - <Export-Package> - org.apache.stratos.manager.dashboard.stub.*;version="${project.version}", - </Export-Package> - <Import-Package> - !org.apache.stratos.manager.dashboard.stub.*, - *;resolution:=optional - </Import-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - </dependency> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2-client</artifactId> - </dependency> - <dependency> - <groupId>wsdl4j.wso2</groupId> - <artifactId>wsdl4j</artifactId> - </dependency> - </dependencies> - -</project>
http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.manager.dashboard.stub/src/main/resources/CloudManagerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/src/main/resources/CloudManagerService.wsdl b/service-stubs/org.apache.stratos.manager.dashboard.stub/src/main/resources/CloudManagerService.wsdl deleted file mode 100644 index ff3fc7b..0000000 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/src/main/resources/CloudManagerService.wsdl +++ /dev/null @@ -1,331 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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:ns1="http://org.apache.axis2/xsd" - xmlns:ns="http://services.mgt.services.manager.stratos.apache.org" - xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" - xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" - xmlns:ax2298="http://beans.mgt.services.manager.stratos.apache.org/xsd" - xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" - targetNamespace="http://services.mgt.services.manager.stratos.apache.org"> - <wsdl:documentation>CloudManagerService</wsdl:documentation> - <wsdl:types> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" - targetNamespace="http://beans.mgt.services.manager.stratos.apache.org/xsd"> - <xs:complexType name="CloudService"> - <xs:sequence> - <xs:element minOccurs="0" name="active" type="xs:boolean"/> - <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="icon" nillable="true" type="xs:string"/> - - <xs:element minOccurs="0" name="label" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="link" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="productPageURL" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:schema> - <xs:schema xmlns:ax2299="http://beans.mgt.services.manager.stratos.apache.org/xsd" - attributeFormDefault="qualified" elementFormDefault="qualified" - targetNamespace="http://services.mgt.services.manager.stratos.apache.org"> - <xs:import namespace="http://beans.mgt.services.manager.stratos.apache.org/xsd"/> - - <xs:element name="CloudManagerServiceException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="CloudManagerServiceException" nillable="true" - type="ns:Exception"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:complexType name="Exception"> - <xs:sequence> - - <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - <xs:element name="saveCloudServicesActivity"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="activeServiceNames" nillable="true" - type="xs:string"/> - </xs:sequence> - </xs:complexType> - - </xs:element> - <xs:element name="retrieveCloudServiceInfo"> - <xs:complexType> - <xs:sequence/> - </xs:complexType> - </xs:element> - <xs:element name="retrieveCloudServiceInfoResponse"> - <xs:complexType> - <xs:sequence> - - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" - type="ax2299:CloudService"/> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="deactivate"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="cloudServiceName" nillable="true" type="xs:string"/> - </xs:sequence> - - </xs:complexType> - </xs:element> - <xs:element name="activate"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="cloudServiceName" nillable="true" type="xs:string"/> - </xs:sequence> - </xs:complexType> - </xs:element> - - </xs:schema> - </wsdl:types> - <wsdl:message name="saveCloudServicesActivityRequest"> - <wsdl:part name="parameters" element="ns:saveCloudServicesActivity"/> - </wsdl:message> - <wsdl:message name="saveCloudServicesActivityResponse"/> - <wsdl:message name="CloudManagerServiceException"> - <wsdl:part name="parameters" element="ns:CloudManagerServiceException"/> - </wsdl:message> - - <wsdl:message name="activateRequest"> - <wsdl:part name="parameters" element="ns:activate"/> - </wsdl:message> - <wsdl:message name="activateResponse"/> - <wsdl:message name="retrieveCloudServiceInfoRequest"> - <wsdl:part name="parameters" element="ns:retrieveCloudServiceInfo"/> - </wsdl:message> - <wsdl:message name="retrieveCloudServiceInfoResponse"> - <wsdl:part name="parameters" element="ns:retrieveCloudServiceInfoResponse"/> - - </wsdl:message> - <wsdl:message name="deactivateRequest"> - <wsdl:part name="parameters" element="ns:deactivate"/> - </wsdl:message> - <wsdl:message name="deactivateResponse"/> - <wsdl:portType name="CloudManagerServicePortType"> - <wsdl:operation name="saveCloudServicesActivity"> - <wsdl:input message="ns:saveCloudServicesActivityRequest" wsaw:Action="urn:saveCloudServicesActivity"/> - <wsdl:output message="ns:saveCloudServicesActivityResponse" - wsaw:Action="urn:saveCloudServicesActivityResponse"/> - - <wsdl:fault message="ns:CloudManagerServiceException" name="CloudManagerServiceException" - wsaw:Action="urn:saveCloudServicesActivityCloudManagerServiceException"/> - </wsdl:operation> - <wsdl:operation name="activate"> - <wsdl:input message="ns:activateRequest" wsaw:Action="urn:activate"/> - <wsdl:output message="ns:activateResponse" wsaw:Action="urn:activateResponse"/> - <wsdl:fault message="ns:CloudManagerServiceException" name="CloudManagerServiceException" - wsaw:Action="urn:activateCloudManagerServiceException"/> - </wsdl:operation> - <wsdl:operation name="retrieveCloudServiceInfo"> - <wsdl:input message="ns:retrieveCloudServiceInfoRequest" wsaw:Action="urn:retrieveCloudServiceInfo"/> - - <wsdl:output message="ns:retrieveCloudServiceInfoResponse" - wsaw:Action="urn:retrieveCloudServiceInfoResponse"/> - <wsdl:fault message="ns:CloudManagerServiceException" name="CloudManagerServiceException" - wsaw:Action="urn:retrieveCloudServiceInfoCloudManagerServiceException"/> - </wsdl:operation> - <wsdl:operation name="deactivate"> - <wsdl:input message="ns:deactivateRequest" wsaw:Action="urn:deactivate"/> - <wsdl:output message="ns:deactivateResponse" wsaw:Action="urn:deactivateResponse"/> - <wsdl:fault message="ns:CloudManagerServiceException" name="CloudManagerServiceException" - wsaw:Action="urn:deactivateCloudManagerServiceException"/> - </wsdl:operation> - </wsdl:portType> - - <wsdl:binding name="CloudManagerServiceSoap11Binding" type="ns:CloudManagerServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="saveCloudServicesActivity"> - <soap:operation soapAction="urn:saveCloudServicesActivity" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap:fault use="literal" name="CloudManagerServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="activate"> - <soap:operation soapAction="urn:activate" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap:fault use="literal" name="CloudManagerServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="retrieveCloudServiceInfo"> - - <soap:operation soapAction="urn:retrieveCloudServiceInfo" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap:fault use="literal" name="CloudManagerServiceException"/> - - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deactivate"> - <soap:operation soapAction="urn:deactivate" style="document"/> - <wsdl:input> - <soap:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap:body use="literal"/> - - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap:fault use="literal" name="CloudManagerServiceException"/> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="CloudManagerServiceSoap12Binding" type="ns:CloudManagerServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> - <wsdl:operation name="saveCloudServicesActivity"> - - <soap12:operation soapAction="urn:saveCloudServicesActivity" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap12:fault use="literal" name="CloudManagerServiceException"/> - - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="activate"> - <soap12:operation soapAction="urn:activate" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap12:fault use="literal" name="CloudManagerServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="retrieveCloudServiceInfo"> - <soap12:operation soapAction="urn:retrieveCloudServiceInfo" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap12:fault use="literal" name="CloudManagerServiceException"/> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="deactivate"> - - <soap12:operation soapAction="urn:deactivate" style="document"/> - <wsdl:input> - <soap12:body use="literal"/> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal"/> - </wsdl:output> - <wsdl:fault name="CloudManagerServiceException"> - <soap12:fault use="literal" name="CloudManagerServiceException"/> - - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="CloudManagerServiceHttpBinding" type="ns:CloudManagerServicePortType"> - <http:binding verb="POST"/> - <wsdl:operation name="saveCloudServicesActivity"> - <http:operation location="saveCloudServicesActivity"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="activate"> - <http:operation location="activate"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="retrieveCloudServiceInfo"> - <http:operation location="retrieveCloudServiceInfo"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="deactivate"> - <http:operation location="deactivate"/> - <wsdl:input> - <mime:content type="text/xml" part="parameters"/> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters"/> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="CloudManagerService"> - <wsdl:port name="CloudManagerServiceHttpsSoap11Endpoint" binding="ns:CloudManagerServiceSoap11Binding"> - <soap:address - location="https://10.100.0.26:9443/services/CloudManagerService.CloudManagerServiceHttpsSoap11Endpoint/"/> - - </wsdl:port> - <wsdl:port name="CloudManagerServiceHttpsSoap12Endpoint" binding="ns:CloudManagerServiceSoap12Binding"> - <soap12:address - location="https://10.100.0.26:9443/services/CloudManagerService.CloudManagerServiceHttpsSoap12Endpoint/"/> - </wsdl:port> - <wsdl:port name="CloudManagerServiceHttpsEndpoint" binding="ns:CloudManagerServiceHttpBinding"> - <http:address - location="https://10.100.0.26:9443/services/CloudManagerService.CloudManagerServiceHttpsEndpoint/"/> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml deleted file mode 100644 index 7f843c0..0000000 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ /dev/null @@ -1,114 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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.apache.stratos</groupId> - <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.redirector.servlet.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Tenant Specific URL redirector Stub</name> - <url>http://apache.org</url> - - <build> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>source-code-generation</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> - <arg line="-uri src/main/resources/RedirectorServletService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.redirector.servlet.stub -ns2p http://services.servlet.redirector.stratos.apache.org=org.apache.stratos.redirector.servlet.stub.services,http://util.servlet.redirector.stratos.apache.org/xsd=org.apache.stratos.redirector.servlet.stub.beans.xsd" /> - <classpath refid="maven.dependency.classpath" /> - <classpath refid="maven.compile.classpath" /> - <classpath refid="maven.runtime.classpath" /> - </java> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Name>${project.artifactId}</Bundle-Name> - <Export-Package> - org.apache.stratos.redirector.servlet.stub.*; version="${project.version}" - </Export-Package> - <Import-Package> - !org.apache.stratos.redirector.servlet.stub.*, - *;resolution:=optional - </Import-Package> - </instructions> - </configuration> - </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> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - </dependency> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2-client</artifactId> - </dependency> - </dependencies> - -</project> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.redirector.servlet.stub/src/main/resources/RedirectorServletService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/src/main/resources/RedirectorServletService.wsdl b/service-stubs/org.apache.stratos.redirector.servlet.stub/src/main/resources/RedirectorServletService.wsdl deleted file mode 100644 index 5c0116e..0000000 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/src/main/resources/RedirectorServletService.wsdl +++ /dev/null @@ -1,121 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.servlet.redirector.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.servlet.redirector.stratos.apache.org"> - <wsdl:documentation>RedirectorServletService</wsdl:documentation> - <wsdl:types> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.servlet.redirector.stratos.apache.org"> - <xs:element name="validateTenantException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="validateTenantException" nillable="true" type="ns:Exception" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:complexType name="Exception"> - <xs:sequence> - <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - <xs:element name="validateTenant"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="tenantDomain" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="validateTenantResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - </wsdl:types> - <wsdl:message name="validateTenantRequest"> - <wsdl:part name="parameters" element="ns:validateTenant" /> - </wsdl:message> - <wsdl:message name="validateTenantResponse"> - <wsdl:part name="parameters" element="ns:validateTenantResponse" /> - </wsdl:message> - <wsdl:message name="validateTenantException"> - <wsdl:part name="parameters" element="ns:validateTenantException" /> - </wsdl:message> - <wsdl:portType name="RedirectorServletServicePortType"> - <wsdl:operation name="validateTenant"> - <wsdl:input message="ns:validateTenantRequest" wsaw:Action="urn:validateTenant" /> - <wsdl:output message="ns:validateTenantResponse" wsaw:Action="urn:validateTenantResponse" /> - <wsdl:fault message="ns:validateTenantException" name="validateTenantException" wsaw:Action="urn:validateTenantvalidateTenantException" /> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="RedirectorServletServiceSoap11Binding" type="ns:RedirectorServletServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="validateTenant"> - <soap:operation soapAction="urn:validateTenant" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="validateTenantException"> - <soap:fault use="literal" name="validateTenantException" /> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="RedirectorServletServiceSoap12Binding" type="ns:RedirectorServletServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="validateTenant"> - <soap12:operation soapAction="urn:validateTenant" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="validateTenantException"> - <soap12:fault use="literal" name="validateTenantException" /> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="RedirectorServletServiceHttpBinding" type="ns:RedirectorServletServicePortType"> - <http:binding verb="POST" /> - <wsdl:operation name="validateTenant"> - <http:operation location="validateTenant" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="RedirectorServletService"> - <wsdl:port name="RedirectorServletServiceHttpsSoap11Endpoint" binding="ns:RedirectorServletServiceSoap11Binding"> - <soap:address location="https://10.100.0.161:9443/services/RedirectorServletService.RedirectorServletServiceHttpsSoap11Endpoint/" /> - </wsdl:port> - <wsdl:port name="RedirectorServletServiceHttpsSoap12Endpoint" binding="ns:RedirectorServletServiceSoap12Binding"> - <soap12:address location="https://10.100.0.161:9443/services/RedirectorServletService.RedirectorServletServiceHttpsSoap12Endpoint/" /> - </wsdl:port> - <wsdl:port name="RedirectorServletServiceHttpsEndpoint" binding="ns:RedirectorServletServiceHttpBinding"> - <http:address location="https://10.100.0.161:9443/services/RedirectorServletService.RedirectorServletServiceHttpsEndpoint/" /> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml deleted file mode 100644 index 4584c2c..0000000 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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.apache.stratos</groupId> - <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.tenant.activity.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Tenant activity Stub</name> - <url>http://apache.org</url> - - <build> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>source-code-generation</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> - <arg line="-uri src/main/resources/TenantActivityService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.tenant.activity.stub -ns2p http://services.activity.tenant.stratos.apache.org=org.apache.stratos.tenant.activity.stub.services,http://beans.activity.tenant.stratos.apache.org/xsd=org.apache.stratos.tenant.activity.stub.beans.xsd" /> - <classpath refid="maven.dependency.classpath" /> - <classpath refid="maven.compile.classpath" /> - <classpath refid="maven.runtime.classpath" /> - </java> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Name>${project.artifactId}</Bundle-Name> - <Export-Package> - org.apache.stratos.tenant.activity.stub.*; version="${project.version}" - </Export-Package> - <Import-Package> - !org.apache.stratos.tenant.activity.stub.*, - *;resolution:=optional - </Import-Package> - </instructions> - </configuration> - </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> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - </dependency> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2-client</artifactId> - </dependency> - </dependencies> - -</project> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantActivityService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantActivityService.wsdl b/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantActivityService.wsdl deleted file mode 100644 index 95e4129..0000000 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantActivityService.wsdl +++ /dev/null @@ -1,278 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.activity.tenant.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2322="http://beans.activity.tenant.stratos.apache.org/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.activity.tenant.stratos.apache.org"> - <wsdl:documentation>TenantActivityService</wsdl:documentation> - <wsdl:types> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.activity.tenant.stratos.apache.org/xsd"> - <xs:complexType name="PaginatedTenantDataBean"> - <xs:sequence> - <xs:element minOccurs="0" name="numberOfPages" type="xs:int" /> - <xs:element maxOccurs="unbounded" minOccurs="0" name="tenantInfoBeans" nillable="true" type="ax2322:TenantDataBean" /> - </xs:sequence> - - </xs:complexType> - <xs:complexType name="TenantDataBean"> - <xs:sequence> - <xs:element minOccurs="0" name="active" type="xs:boolean" /> - <xs:element minOccurs="0" name="adminName" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="id" type="xs:int" /> - </xs:sequence> - - </xs:complexType> - </xs:schema> - <xs:schema xmlns:ax2323="http://beans.activity.tenant.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.activity.tenant.stratos.apache.org"> - <xs:import namespace="http://beans.activity.tenant.stratos.apache.org/xsd" /> - <xs:element name="TenantActivityServiceException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="TenantActivityServiceException" nillable="true" type="ns:Exception" /> - </xs:sequence> - - </xs:complexType> - </xs:element> - <xs:complexType name="Exception"> - <xs:sequence> - <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - <xs:element name="retrievePaginatedActiveTenants"> - <xs:complexType> - - <xs:sequence> - <xs:element minOccurs="0" name="pageNumber" type="xs:int" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="retrievePaginatedActiveTenantsResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax2322:PaginatedTenantDataBean" /> - - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="isActiveTenantOnService"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - - </xs:element> - <xs:element name="isActiveTenantOnServiceResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:boolean" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getActiveTenantCount"> - - <xs:complexType> - <xs:sequence /> - </xs:complexType> - </xs:element> - <xs:element name="getActiveTenantCountResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" type="xs:int" /> - </xs:sequence> - - </xs:complexType> - </xs:element> - </xs:schema> - </wsdl:types> - <wsdl:message name="isActiveTenantOnServiceRequest"> - <wsdl:part name="parameters" element="ns:isActiveTenantOnService" /> - </wsdl:message> - <wsdl:message name="isActiveTenantOnServiceResponse"> - <wsdl:part name="parameters" element="ns:isActiveTenantOnServiceResponse" /> - - </wsdl:message> - <wsdl:message name="TenantActivityServiceException"> - <wsdl:part name="parameters" element="ns:TenantActivityServiceException" /> - </wsdl:message> - <wsdl:message name="retrievePaginatedActiveTenantsRequest"> - <wsdl:part name="parameters" element="ns:retrievePaginatedActiveTenants" /> - </wsdl:message> - <wsdl:message name="retrievePaginatedActiveTenantsResponse"> - <wsdl:part name="parameters" element="ns:retrievePaginatedActiveTenantsResponse" /> - - </wsdl:message> - <wsdl:message name="getActiveTenantCountRequest"> - <wsdl:part name="parameters" element="ns:getActiveTenantCount" /> - </wsdl:message> - <wsdl:message name="getActiveTenantCountResponse"> - <wsdl:part name="parameters" element="ns:getActiveTenantCountResponse" /> - </wsdl:message> - <wsdl:portType name="TenantActivityServicePortType"> - <wsdl:operation name="isActiveTenantOnService"> - - <wsdl:input message="ns:isActiveTenantOnServiceRequest" wsaw:Action="urn:isActiveTenantOnService" /> - <wsdl:output message="ns:isActiveTenantOnServiceResponse" wsaw:Action="urn:isActiveTenantOnServiceResponse" /> - <wsdl:fault message="ns:TenantActivityServiceException" name="TenantActivityServiceException" wsaw:Action="urn:isActiveTenantOnServiceTenantActivityServiceException" /> - </wsdl:operation> - <wsdl:operation name="retrievePaginatedActiveTenants"> - <wsdl:input message="ns:retrievePaginatedActiveTenantsRequest" wsaw:Action="urn:retrievePaginatedActiveTenants" /> - <wsdl:output message="ns:retrievePaginatedActiveTenantsResponse" wsaw:Action="urn:retrievePaginatedActiveTenantsResponse" /> - <wsdl:fault message="ns:TenantActivityServiceException" name="TenantActivityServiceException" wsaw:Action="urn:retrievePaginatedActiveTenantsTenantActivityServiceException" /> - </wsdl:operation> - - <wsdl:operation name="getActiveTenantCount"> - <wsdl:input message="ns:getActiveTenantCountRequest" wsaw:Action="urn:getActiveTenantCount" /> - <wsdl:output message="ns:getActiveTenantCountResponse" wsaw:Action="urn:getActiveTenantCountResponse" /> - <wsdl:fault message="ns:TenantActivityServiceException" name="TenantActivityServiceException" wsaw:Action="urn:getActiveTenantCountTenantActivityServiceException" /> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="TenantActivityServiceSoap11Binding" type="ns:TenantActivityServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="isActiveTenantOnService"> - - <soap:operation soapAction="urn:isActiveTenantOnService" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantActivityServiceException"> - <soap:fault use="literal" name="TenantActivityServiceException" /> - - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="retrievePaginatedActiveTenants"> - <soap:operation soapAction="urn:retrievePaginatedActiveTenants" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - - </wsdl:output> - <wsdl:fault name="TenantActivityServiceException"> - <soap:fault use="literal" name="TenantActivityServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveTenantCount"> - <soap:operation soapAction="urn:getActiveTenantCount" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantActivityServiceException"> - <soap:fault use="literal" name="TenantActivityServiceException" /> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - - <wsdl:binding name="TenantActivityServiceSoap12Binding" type="ns:TenantActivityServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="isActiveTenantOnService"> - <soap12:operation soapAction="urn:isActiveTenantOnService" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - - </wsdl:output> - <wsdl:fault name="TenantActivityServiceException"> - <soap12:fault use="literal" name="TenantActivityServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="retrievePaginatedActiveTenants"> - <soap12:operation soapAction="urn:retrievePaginatedActiveTenants" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantActivityServiceException"> - <soap12:fault use="literal" name="TenantActivityServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveTenantCount"> - - <soap12:operation soapAction="urn:getActiveTenantCount" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantActivityServiceException"> - <soap12:fault use="literal" name="TenantActivityServiceException" /> - - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="TenantActivityServiceHttpBinding" type="ns:TenantActivityServicePortType"> - <http:binding verb="POST" /> - <wsdl:operation name="isActiveTenantOnService"> - <http:operation location="isActiveTenantOnService" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="retrievePaginatedActiveTenants"> - <http:operation location="retrievePaginatedActiveTenants" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getActiveTenantCount"> - <http:operation location="getActiveTenantCount" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="TenantActivityService"> - <wsdl:port name="TenantActivityServiceHttpsSoap11Endpoint" binding="ns:TenantActivityServiceSoap11Binding"> - <soap:address location="https://cloud-test.wso2.com:9443/services/TenantActivityService.TenantActivityServiceHttpsSoap11Endpoint/" /> - - </wsdl:port> - <wsdl:port name="TenantActivityServiceHttpsSoap12Endpoint" binding="ns:TenantActivityServiceSoap12Binding"> - <soap12:address location="https://cloud-test.wso2.com:9443/services/TenantActivityService.TenantActivityServiceHttpsSoap12Endpoint/" /> - </wsdl:port> - <wsdl:port name="TenantActivityServiceHttpsEndpoint" binding="ns:TenantActivityServiceHttpBinding"> - <http:address location="https://cloud-test.wso2.com:9443/services/TenantActivityService.TenantActivityServiceHttpsEndpoint/" /> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantMonitoringService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantMonitoringService.wsdl b/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantMonitoringService.wsdl deleted file mode 100644 index b4d204c..0000000 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/src/main/resources/TenantMonitoringService.wsdl +++ /dev/null @@ -1,408 +0,0 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://services.activity.tenant.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax2322="http://beans.activity.tenant.stratos.apache.org/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://services.activity.tenant.stratos.apache.org"> - <wsdl:documentation>TenantMonitoringService</wsdl:documentation> - <wsdl:types> - <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://beans.activity.tenant.stratos.apache.org/xsd"> - <xs:complexType name="PaginatedTenantDataBean"> - <xs:sequence> - <xs:element minOccurs="0" name="numberOfPages" type="xs:int" /> - <xs:element maxOccurs="unbounded" minOccurs="0" name="tenantInfoBeans" nillable="true" type="ax2322:TenantDataBean" /> - </xs:sequence> - - </xs:complexType> - <xs:complexType name="TenantDataBean"> - <xs:sequence> - <xs:element minOccurs="0" name="active" type="xs:boolean" /> - <xs:element minOccurs="0" name="adminFirstName" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="adminFullName" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="adminLastName" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="adminName" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="adminPassword" nillable="true" type="xs:string" /> - - <xs:element minOccurs="0" name="createdDate" nillable="true" type="xs:date" /> - <xs:element minOccurs="0" name="domain" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="email" nillable="true" type="xs:string" /> - <xs:element minOccurs="0" name="id" type="xs:int" /> - </xs:sequence> - </xs:complexType> - </xs:schema> - <xs:schema xmlns:ax2323="http://beans.activity.tenant.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.activity.tenant.stratos.apache.org"> - <xs:import namespace="http://beans.activity.tenant.stratos.apache.org/xsd" /> - - <xs:element name="TenantMonitoringServiceException"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="TenantMonitoringServiceException" nillable="true" type="ns:Exception" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:complexType name="Exception"> - <xs:sequence> - - <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - <xs:element name="retrievePaginatedActiveTenants"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="pageNumber" type="xs:int" /> - </xs:sequence> - </xs:complexType> - - </xs:element> - <xs:element name="retrievePaginatedActiveTenantsResponse"> - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="return" nillable="true" type="ax2322:PaginatedTenantDataBean" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="isActiveTenantOnService"> - - <xs:complexType> - <xs:sequence> - <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="isActiveTenantOnServiceResponse"> - <xs:complexType> - <xs:sequence> - - <xs:element minOccurs="0" name="return" type="xs:boolean" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getAllActiveTenantList"> - <xs:complexType> - <xs:sequence /> - </xs:complexType> - </xs:element> - - <xs:element name="getAllActiveTenantListResponse"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2322:TenantDataBean" /> - </xs:sequence> - </xs:complexType> - </xs:element> - <xs:element name="getActiveTenantList"> - <xs:complexType> - - <xs:sequence /> - </xs:complexType> - </xs:element> - <xs:element name="getActiveTenantListResponse"> - <xs:complexType> - <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:string" /> - </xs:sequence> - </xs:complexType> - - </xs:element> - <xs:element name="getActiveTenantCount"> - <xs:complexType> - <xs:sequence /> - </xs:complexType> - </xs:element> - <xs:element name="getActiveTenantCountResponse"> - <xs:complexType> - <xs:sequence> - - <xs:element minOccurs="0" name="return" type="xs:int" /> - </xs:sequence> - </xs:complexType> - </xs:element> - </xs:schema> - </wsdl:types> - <wsdl:message name="isActiveTenantOnServiceRequest"> - <wsdl:part name="parameters" element="ns:isActiveTenantOnService" /> - </wsdl:message> - - <wsdl:message name="isActiveTenantOnServiceResponse"> - <wsdl:part name="parameters" element="ns:isActiveTenantOnServiceResponse" /> - </wsdl:message> - <wsdl:message name="TenantMonitoringServiceException"> - <wsdl:part name="parameters" element="ns:TenantMonitoringServiceException" /> - </wsdl:message> - <wsdl:message name="retrievePaginatedActiveTenantsRequest"> - <wsdl:part name="parameters" element="ns:retrievePaginatedActiveTenants" /> - </wsdl:message> - - <wsdl:message name="retrievePaginatedActiveTenantsResponse"> - <wsdl:part name="parameters" element="ns:retrievePaginatedActiveTenantsResponse" /> - </wsdl:message> - <wsdl:message name="getActiveTenantListRequest"> - <wsdl:part name="parameters" element="ns:getActiveTenantList" /> - </wsdl:message> - <wsdl:message name="getActiveTenantListResponse"> - <wsdl:part name="parameters" element="ns:getActiveTenantListResponse" /> - </wsdl:message> - - <wsdl:message name="getAllActiveTenantListRequest"> - <wsdl:part name="parameters" element="ns:getAllActiveTenantList" /> - </wsdl:message> - <wsdl:message name="getAllActiveTenantListResponse"> - <wsdl:part name="parameters" element="ns:getAllActiveTenantListResponse" /> - </wsdl:message> - <wsdl:message name="getActiveTenantCountRequest"> - <wsdl:part name="parameters" element="ns:getActiveTenantCount" /> - </wsdl:message> - - <wsdl:message name="getActiveTenantCountResponse"> - <wsdl:part name="parameters" element="ns:getActiveTenantCountResponse" /> - </wsdl:message> - <wsdl:portType name="TenantMonitoringServicePortType"> - <wsdl:operation name="isActiveTenantOnService"> - <wsdl:input message="ns:isActiveTenantOnServiceRequest" wsaw:Action="urn:isActiveTenantOnService" /> - <wsdl:output message="ns:isActiveTenantOnServiceResponse" wsaw:Action="urn:isActiveTenantOnServiceResponse" /> - <wsdl:fault message="ns:TenantMonitoringServiceException" name="TenantMonitoringServiceException" wsaw:Action="urn:isActiveTenantOnServiceTenantMonitoringServiceException" /> - </wsdl:operation> - - <wsdl:operation name="retrievePaginatedActiveTenants"> - <wsdl:input message="ns:retrievePaginatedActiveTenantsRequest" wsaw:Action="urn:retrievePaginatedActiveTenants" /> - <wsdl:output message="ns:retrievePaginatedActiveTenantsResponse" wsaw:Action="urn:retrievePaginatedActiveTenantsResponse" /> - <wsdl:fault message="ns:TenantMonitoringServiceException" name="TenantMonitoringServiceException" wsaw:Action="urn:retrievePaginatedActiveTenantsTenantMonitoringServiceException" /> - </wsdl:operation> - <wsdl:operation name="getActiveTenantList"> - <wsdl:input message="ns:getActiveTenantListRequest" wsaw:Action="urn:getActiveTenantList" /> - <wsdl:output message="ns:getActiveTenantListResponse" wsaw:Action="urn:getActiveTenantListResponse" /> - <wsdl:fault message="ns:TenantMonitoringServiceException" name="TenantMonitoringServiceException" wsaw:Action="urn:getActiveTenantListTenantMonitoringServiceException" /> - - </wsdl:operation> - <wsdl:operation name="getAllActiveTenantList"> - <wsdl:input message="ns:getAllActiveTenantListRequest" wsaw:Action="urn:getAllActiveTenantList" /> - <wsdl:output message="ns:getAllActiveTenantListResponse" wsaw:Action="urn:getAllActiveTenantListResponse" /> - <wsdl:fault message="ns:TenantMonitoringServiceException" name="TenantMonitoringServiceException" wsaw:Action="urn:getAllActiveTenantListTenantMonitoringServiceException" /> - </wsdl:operation> - <wsdl:operation name="getActiveTenantCount"> - <wsdl:input message="ns:getActiveTenantCountRequest" wsaw:Action="urn:getActiveTenantCount" /> - <wsdl:output message="ns:getActiveTenantCountResponse" wsaw:Action="urn:getActiveTenantCountResponse" /> - - <wsdl:fault message="ns:TenantMonitoringServiceException" name="TenantMonitoringServiceException" wsaw:Action="urn:getActiveTenantCountTenantMonitoringServiceException" /> - </wsdl:operation> - </wsdl:portType> - <wsdl:binding name="TenantMonitoringServiceSoap11Binding" type="ns:TenantMonitoringServicePortType"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="isActiveTenantOnService"> - <soap:operation soapAction="urn:isActiveTenantOnService" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap:fault use="literal" name="TenantMonitoringServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="retrievePaginatedActiveTenants"> - - <soap:operation soapAction="urn:retrievePaginatedActiveTenants" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap:fault use="literal" name="TenantMonitoringServiceException" /> - - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveTenantList"> - <soap:operation soapAction="urn:getActiveTenantList" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap:fault use="literal" name="TenantMonitoringServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getAllActiveTenantList"> - <soap:operation soapAction="urn:getAllActiveTenantList" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap:fault use="literal" name="TenantMonitoringServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveTenantCount"> - - <soap:operation soapAction="urn:getActiveTenantCount" style="document" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap:fault use="literal" name="TenantMonitoringServiceException" /> - - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="TenantMonitoringServiceSoap12Binding" type="ns:TenantMonitoringServicePortType"> - <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" /> - <wsdl:operation name="isActiveTenantOnService"> - <soap12:operation soapAction="urn:isActiveTenantOnService" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap12:fault use="literal" name="TenantMonitoringServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="retrievePaginatedActiveTenants"> - - <soap12:operation soapAction="urn:retrievePaginatedActiveTenants" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap12:fault use="literal" name="TenantMonitoringServiceException" /> - - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveTenantList"> - <soap12:operation soapAction="urn:getActiveTenantList" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap12:fault use="literal" name="TenantMonitoringServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getAllActiveTenantList"> - <soap12:operation soapAction="urn:getAllActiveTenantList" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap12:fault use="literal" name="TenantMonitoringServiceException" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="getActiveTenantCount"> - - <soap12:operation soapAction="urn:getActiveTenantCount" style="document" /> - <wsdl:input> - <soap12:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap12:body use="literal" /> - </wsdl:output> - <wsdl:fault name="TenantMonitoringServiceException"> - <soap12:fault use="literal" name="TenantMonitoringServiceException" /> - - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="TenantMonitoringServiceHttpBinding" type="ns:TenantMonitoringServicePortType"> - <http:binding verb="POST" /> - <wsdl:operation name="isActiveTenantOnService"> - <http:operation location="isActiveTenantOnService" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="retrievePaginatedActiveTenants"> - <http:operation location="retrievePaginatedActiveTenants" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getActiveTenantList"> - <http:operation location="getActiveTenantList" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getAllActiveTenantList"> - <http:operation location="getAllActiveTenantList" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - <wsdl:operation name="getActiveTenantCount"> - <http:operation location="getActiveTenantCount" /> - <wsdl:input> - <mime:content type="text/xml" part="parameters" /> - - </wsdl:input> - <wsdl:output> - <mime:content type="text/xml" part="parameters" /> - </wsdl:output> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="TenantMonitoringService"> - <wsdl:port name="TenantMonitoringServiceHttpsSoap11Endpoint" binding="ns:TenantMonitoringServiceSoap11Binding"> - <soap:address location="https://cloud-test.wso2.com:9443/services/TenantMonitoringService.TenantMonitoringServiceHttpsSoap11Endpoint/" /> - - </wsdl:port> - <wsdl:port name="TenantMonitoringServiceHttpsSoap12Endpoint" binding="ns:TenantMonitoringServiceSoap12Binding"> - <soap12:address location="https://cloud-test.wso2.com:9443/services/TenantMonitoringService.TenantMonitoringServiceHttpsSoap12Endpoint/" /> - </wsdl:port> - <wsdl:port name="TenantMonitoringServiceHttpsEndpoint" binding="ns:TenantMonitoringServiceHttpBinding"> - <http:address location="https://cloud-test.wso2.com:9443/services/TenantMonitoringService.TenantMonitoringServiceHttpsEndpoint/" /> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> http://git-wip-us.apache.org/repos/asf/stratos/blob/11b9d636/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml deleted file mode 100644 index ff32dd4..0000000 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ /dev/null @@ -1,131 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF 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.apache.stratos</groupId> - <artifactId>stratos-service-stubs-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.tenant.mgt.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Tenant Management Stub</name> - <url>http://apache.org</url> - - <build> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <id>source-code-generation</id> - <phase>process-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true"> - <arg line="-uri src/main/resources/TenantMgtAdminService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.tenant.mgt.stub -ns2p http://services.mgt.tenant.stratos.apache.org=org.apache.stratos.tenant.mgt.stub.services,http://beans.mgt.tenant.stratos.apache.org/xsd=org.apache.stratos.tenant.mgt.stub.beans.xsd,http://beans.common.stratos.apache.org/xsd=org.apache.stratos.tenant.mgt.stub.beans.xsd" /> - <classpath refid="maven.dependency.classpath" /> - <classpath refid="maven.compile.classpath" /> - <classpath refid="maven.runtime.classpath" /> - </java> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Name>${project.artifactId}</Bundle-Name> - <Export-Package> - org.apache.stratos.tenant.mgt.stub.*; version="${project.version}" - </Export-Package> - <Import-Package> - !org.apache.stratos.tenant.mgt.stub.*, - *;resolution:=optional - </Import-Package> - </instructions> - </configuration> - </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> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.axis2.wso2</groupId> - <artifactId>axis2</artifactId> - </dependency> - <dependency> - <groupId>wsdl4j.wso2</groupId> - <artifactId>wsdl4j</artifactId> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.axiom.wso2</groupId> - <artifactId>axiom</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.schema.wso2</groupId> - <artifactId>XmlSchema</artifactId> - </dependency> - <dependency> - <groupId>org.apache.neethi.wso2</groupId> - <artifactId>neethi</artifactId> - </dependency> - </dependencies> - -</project>
