Rfacter - Renaming service stub - lb.cartridge.autoscaler.service.stub with cloud.controller.service.stub
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9d524c62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9d524c62 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9d524c62 Branch: refs/heads/master Commit: 9d524c625ed42d2887b973d7ae2a8aca977888cb Parents: 17d4c6b Author: Udara Liyanage <[email protected]> Authored: Mon Nov 18 11:17:48 2013 -0500 Committer: Udara Liyanage <[email protected]> Committed: Mon Nov 18 11:17:48 2013 -0500 ---------------------------------------------------------------------- components/org.apache.stratos.adc.mgt/pom.xml | 2 +- .../org.apache.stratos.autoscaler/pom.xml | 2 +- .../pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 131 ++++ .../main/resources/CloudControllerService.wsdl | 719 +++++++++++++++++++ .../pom.xml | 131 ---- .../main/resources/CloudControllerService.wsdl | 719 ------------------- service-stubs/pom.xml | 2 +- 9 files changed, 856 insertions(+), 856 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9d524c62/components/org.apache.stratos.adc.mgt/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.adc.mgt/pom.xml b/components/org.apache.stratos.adc.mgt/pom.xml index 7ae70ea..1e97f45 100644 --- a/components/org.apache.stratos.adc.mgt/pom.xml +++ b/components/org.apache.stratos.adc.mgt/pom.xml @@ -43,7 +43,7 @@ </dependency> --> <dependency> <groupId>org.apache.stratos</groupId> - <artifactId>org.apache.stratos.lb.cartridge.autoscaler.service.stub</artifactId> + <artifactId>org.apache.stratos.cloud.controller.service.stub</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9d524c62/components/org.apache.stratos.autoscaler/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 2c54d36..1d0abde 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -154,7 +154,7 @@ </dependency> <dependency> <groupId>org.apache.stratos</groupId> - <artifactId>org.apache.stratos.lb.cartridge.autoscaler.service.stub</artifactId> + <artifactId>org.apache.stratos.cloud.controller.service.stub</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9d524c62/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml b/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml index 2722151..d1ec5d6 100644 --- a/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml +++ b/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml @@ -43,7 +43,7 @@ </dependency> <dependency> <groupId>org.apache.stratos</groupId> - <artifactId>org.apache.stratos.lb.cartridge.autoscaler.service.stub</artifactId> + <artifactId>org.apache.stratos.cloud.controller.service.stub</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -129,7 +129,7 @@ <bundleDef>org.apache.stratos:org.apache.stratos.adc.mgt:${project.version}</bundleDef> <bundleDef>org.apache.stratos:org.apache.stratos.adc.mgt.stub:${project.version}</bundleDef> <bundleDef>org.wso2.andes.wso2:andes-client:0.13.wso2v6</bundleDef> - <bundleDef>org.apache.stratos:org.apache.stratos.lb.cartridge.autoscaler.service.stub:${project.version}</bundleDef> + <bundleDef>org.apache.stratos:org.apache.stratos.cloud.controller.service.stub:${project.version}</bundleDef> <bundleDef>com.gitblit:gitblit:1.2.0.wso2v1</bundleDef> <bundleDef>com.google.code.gson:gson:2.1</bundleDef> <bundleDef>org.eclipse.jgit:org.eclipse.jgit:2.1.0.wso2v1</bundleDef> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9d524c62/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index 6c0a4f2..7ed781f 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -65,7 +65,7 @@ </adviceFile> <bundles> <bundleDef>org.apache.stratos:org.apache.stratos.autoscaler:${project.version}</bundleDef> - <bundleDef>org.apache.stratos:org.apache.stratos.lb.cartridge.autoscaler.service.stub:${project.version}</bundleDef> + <bundleDef>org.apache.stratos:org.apache.stratos.cloud.controller.service.stub:${project.version}</bundleDef> </bundles> <importFeatures> <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9d524c62/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml new file mode 100644 index 0000000..e51e3ce --- /dev/null +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -0,0 +1,131 @@ +<?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.0.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <artifactId>org.apache.stratos.cloud.controller.service.stub</artifactId> + <packaging>bundle</packaging> + <name>Apache Stratos - Cartridge Autoscaler Service 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/CloudControllerService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.cloud.controller.stub"/> + <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.cloud.controller.exception.xsd.*; version=${project.version}, + org.apache.stratos.cloud.controller.stub.*; version=${project.version}, + org.apache.stratos.cloud.controller.util.xsd.*; version=${project.version}, + org.apache.stratos.messaging.domain.topology.xsd.*; version=${project.version} + </Export-Package> + <Import-Package> + *;resolution:=optional + </Import-Package> + </instructions> + </configuration> + </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.schema.wso2</groupId> + <artifactId>XmlSchema</artifactId> + </dependency> + <dependency> + <groupId>org.apache.ws.commons.axiom.wso2</groupId> + <artifactId>axiom</artifactId> + </dependency> + <dependency> + <groupId>org.apache.neethi.wso2</groupId> + <artifactId>neethi</artifactId> + </dependency> + </dependencies> + +</project> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9d524c62/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl b/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl new file mode 100644 index 0000000..0d86152 --- /dev/null +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/src/main/resources/CloudControllerService.wsdl @@ -0,0 +1,719 @@ +<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ax27="http://util.controller.cloud.stratos.apache.org/xsd" xmlns:ns="http://impl.controller.cloud.stratos.apache.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ax25="http://topology.domain.messaging.stratos.apache.org/xsd" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ax23="http://exception.controller.cloud.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://impl.controller.cloud.stratos.apache.org"> + <wsdl:documentation>CloudControllerService</wsdl:documentation> + <wsdl:types> + <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://topology.domain.messaging.stratos.apache.org/xsd"> + <xs:complexType name="Partition"> + <xs:sequence> + <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="scope" nillable="true" type="ax25:Scope"/> + </xs:sequence> + </xs:complexType> + <xs:complexType name="Scope"> + <xs:complexContent> + <xs:extension base="xs:Enum"> + <xs:sequence/> + </xs:extension> + </xs:complexContent> + </xs:complexType> + </xs:schema> + <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://exception.controller.cloud.stratos.apache.org/xsd"> + <xs:complexType name="UnregisteredServiceException"> + <xs:sequence/> + </xs:complexType> + <xs:complexType name="UnregisteredCartridgeException"> + <xs:sequence/> + </xs:complexType> + </xs:schema> + <xs:schema xmlns:ax28="http://util.controller.cloud.stratos.apache.org/xsd" xmlns:ax26="http://topology.domain.messaging.stratos.apache.org/xsd" xmlns:ax24="http://exception.controller.cloud.stratos.apache.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://impl.controller.cloud.stratos.apache.org"> + <xs:import namespace="http://exception.controller.cloud.stratos.apache.org/xsd"/> + <xs:import namespace="http://topology.domain.messaging.stratos.apache.org/xsd"/> + <xs:import namespace="http://util.controller.cloud.stratos.apache.org/xsd"/> + <xs:element name="CloudControllerServiceUnregisteredServiceException"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="UnregisteredServiceException" nillable="true" type="ax23:UnregisteredServiceException"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="unregisterService"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="unregisterServiceResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateUnhealthyInstances"> + <xs:complexType> + <xs:sequence> + <xs:element maxOccurs="unbounded" minOccurs="0" name="instancesToBeTerminated" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateUnhealthyInstancesResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateInstances"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="noOfInstances" type="xs:int"/> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="partition" nillable="true" type="ax25:Partition"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateInstancesResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateInstance"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="partition" nillable="true" type="ax25:Partition"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateInstanceResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateAllInstances"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="terminateAllInstancesResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="startInstances"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="partition" nillable="true" type="ax25:Partition"/> + <xs:element minOccurs="0" name="noOfInstancesToBeSpawned" type="xs:int"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="startInstancesResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="startInstance"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="partition" nillable="true" type="ax25:Partition"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="startInstanceResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="CloudControllerServiceUnregisteredCartridgeException"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="UnregisteredCartridgeException" nillable="true" type="ax23:UnregisteredCartridgeException"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="registerService"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantRange" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="properties" nillable="true" type="ax27:Properties"/> + <xs:element minOccurs="0" name="payload" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="autoScalerPolicyName" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="registerServiceResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:boolean"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getRegisteredCartridges"> + <xs:complexType> + <xs:sequence/> + </xs:complexType> + </xs:element> + <xs:element name="getRegisteredCartridgesResponse"> + <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="getPendingInstanceCount"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="clusterId" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getPendingInstanceCountResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" type="xs:int"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getCartridgeInfo"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="cartridgeType" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="getCartridgeInfoResponse"> + <xs:complexType> + <xs:sequence> + <xs:element minOccurs="0" name="return" nillable="true" type="ax27:CartridgeInfo"/> + </xs:sequence> + </xs:complexType> + </xs:element> + </xs:schema> + <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://util.controller.cloud.stratos.apache.org/xsd"> + <xs:complexType name="Properties"> + <xs:sequence> + <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax27:Property"/> + </xs:sequence> + </xs:complexType> + <xs:complexType name="Property"> + <xs:sequence> + <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="value" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + <xs:complexType name="CartridgeInfo"> + <xs:sequence> + <xs:element maxOccurs="unbounded" minOccurs="0" name="appTypes" nillable="true" type="ax27:AppType"/> + <xs:element minOccurs="0" name="baseDir" nillable="true" type="xs:string"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="deploymentDirs" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="hostName" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="multiTenant" type="xs:boolean"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="portMappings" nillable="true" type="ax27:PortMapping"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="properties" nillable="true" type="ax27:Property"/> + <xs:element minOccurs="0" name="provider" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="type" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="version" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + <xs:complexType name="AppType"> + <xs:sequence> + <xs:element minOccurs="0" name="appSpecificMapping" type="xs:boolean"/> + <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + <xs:complexType name="PortMapping"> + <xs:sequence> + <xs:element minOccurs="0" name="port" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="protocol" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="proxyPort" nillable="true" type="xs:string"/> + </xs:sequence> + </xs:complexType> + </xs:schema> + </wsdl:types> + <wsdl:message name="getPendingInstanceCountRequest"> + <wsdl:part name="parameters" element="ns:getPendingInstanceCount"/> + </wsdl:message> + <wsdl:message name="getPendingInstanceCountResponse"> + <wsdl:part name="parameters" element="ns:getPendingInstanceCountResponse"/> + </wsdl:message> + <wsdl:message name="terminateUnhealthyInstancesRequest"> + <wsdl:part name="parameters" element="ns:terminateUnhealthyInstances"/> + </wsdl:message> + <wsdl:message name="terminateUnhealthyInstancesResponse"> + <wsdl:part name="parameters" element="ns:terminateUnhealthyInstancesResponse"/> + </wsdl:message> + <wsdl:message name="terminateInstanceRequest"> + <wsdl:part name="parameters" element="ns:terminateInstance"/> + </wsdl:message> + <wsdl:message name="terminateInstanceResponse"> + <wsdl:part name="parameters" element="ns:terminateInstanceResponse"/> + </wsdl:message> + <wsdl:message name="registerServiceRequest"> + <wsdl:part name="parameters" element="ns:registerService"/> + </wsdl:message> + <wsdl:message name="registerServiceResponse"> + <wsdl:part name="parameters" element="ns:registerServiceResponse"/> + </wsdl:message> + <wsdl:message name="CloudControllerServiceUnregisteredCartridgeException"> + <wsdl:part name="parameters" element="ns:CloudControllerServiceUnregisteredCartridgeException"/> + </wsdl:message> + <wsdl:message name="getCartridgeInfoRequest"> + <wsdl:part name="parameters" element="ns:getCartridgeInfo"/> + </wsdl:message> + <wsdl:message name="getCartridgeInfoResponse"> + <wsdl:part name="parameters" element="ns:getCartridgeInfoResponse"/> + </wsdl:message> + <wsdl:message name="unregisterServiceRequest"> + <wsdl:part name="parameters" element="ns:unregisterService"/> + </wsdl:message> + <wsdl:message name="unregisterServiceResponse"> + <wsdl:part name="parameters" element="ns:unregisterServiceResponse"/> + </wsdl:message> + <wsdl:message name="CloudControllerServiceUnregisteredServiceException"> + <wsdl:part name="parameters" element="ns:CloudControllerServiceUnregisteredServiceException"/> + </wsdl:message> + <wsdl:message name="terminateAllInstancesRequest"> + <wsdl:part name="parameters" element="ns:terminateAllInstances"/> + </wsdl:message> + <wsdl:message name="terminateAllInstancesResponse"> + <wsdl:part name="parameters" element="ns:terminateAllInstancesResponse"/> + </wsdl:message> + <wsdl:message name="getRegisteredCartridgesRequest"> + <wsdl:part name="parameters" element="ns:getRegisteredCartridges"/> + </wsdl:message> + <wsdl:message name="getRegisteredCartridgesResponse"> + <wsdl:part name="parameters" element="ns:getRegisteredCartridgesResponse"/> + </wsdl:message> + <wsdl:message name="startInstancesRequest"> + <wsdl:part name="parameters" element="ns:startInstances"/> + </wsdl:message> + <wsdl:message name="startInstancesResponse"> + <wsdl:part name="parameters" element="ns:startInstancesResponse"/> + </wsdl:message> + <wsdl:message name="startInstanceRequest"> + <wsdl:part name="parameters" element="ns:startInstance"/> + </wsdl:message> + <wsdl:message name="startInstanceResponse"> + <wsdl:part name="parameters" element="ns:startInstanceResponse"/> + </wsdl:message> + <wsdl:message name="terminateInstancesRequest"> + <wsdl:part name="parameters" element="ns:terminateInstances"/> + </wsdl:message> + <wsdl:message name="terminateInstancesResponse"> + <wsdl:part name="parameters" element="ns:terminateInstancesResponse"/> + </wsdl:message> + <wsdl:portType name="CloudControllerServicePortType"> + <wsdl:operation name="getPendingInstanceCount"> + <wsdl:input message="ns:getPendingInstanceCountRequest" wsaw:Action="urn:getPendingInstanceCount"/> + <wsdl:output message="ns:getPendingInstanceCountResponse" wsaw:Action="urn:getPendingInstanceCountResponse"/> + </wsdl:operation> + <wsdl:operation name="terminateUnhealthyInstances"> + <wsdl:input message="ns:terminateUnhealthyInstancesRequest" wsaw:Action="urn:terminateUnhealthyInstances"/> + <wsdl:output message="ns:terminateUnhealthyInstancesResponse" wsaw:Action="urn:terminateUnhealthyInstancesResponse"/> + </wsdl:operation> + <wsdl:operation name="terminateInstance"> + <wsdl:input message="ns:terminateInstanceRequest" wsaw:Action="urn:terminateInstance"/> + <wsdl:output message="ns:terminateInstanceResponse" wsaw:Action="urn:terminateInstanceResponse"/> + </wsdl:operation> + <wsdl:operation name="registerService"> + <wsdl:input message="ns:registerServiceRequest" wsaw:Action="urn:registerService"/> + <wsdl:output message="ns:registerServiceResponse" wsaw:Action="urn:registerServiceResponse"/> + <wsdl:fault message="ns:CloudControllerServiceUnregisteredCartridgeException" name="CloudControllerServiceUnregisteredCartridgeException" wsaw:Action="urn:registerServiceCloudControllerServiceUnregisteredCartridgeException"/> + </wsdl:operation> + <wsdl:operation name="getCartridgeInfo"> + <wsdl:input message="ns:getCartridgeInfoRequest" wsaw:Action="urn:getCartridgeInfo"/> + <wsdl:output message="ns:getCartridgeInfoResponse" wsaw:Action="urn:getCartridgeInfoResponse"/> + <wsdl:fault message="ns:CloudControllerServiceUnregisteredCartridgeException" name="CloudControllerServiceUnregisteredCartridgeException" wsaw:Action="urn:getCartridgeInfoCloudControllerServiceUnregisteredCartridgeException"/> + </wsdl:operation> + <wsdl:operation name="unregisterService"> + <wsdl:input message="ns:unregisterServiceRequest" wsaw:Action="urn:unregisterService"/> + <wsdl:output message="ns:unregisterServiceResponse" wsaw:Action="urn:unregisterServiceResponse"/> + <wsdl:fault message="ns:CloudControllerServiceUnregisteredServiceException" name="CloudControllerServiceUnregisteredServiceException" wsaw:Action="urn:unregisterServiceCloudControllerServiceUnregisteredServiceException"/> + </wsdl:operation> + <wsdl:operation name="terminateAllInstances"> + <wsdl:input message="ns:terminateAllInstancesRequest" wsaw:Action="urn:terminateAllInstances"/> + <wsdl:output message="ns:terminateAllInstancesResponse" wsaw:Action="urn:terminateAllInstancesResponse"/> + </wsdl:operation> + <wsdl:operation name="getRegisteredCartridges"> + <wsdl:input message="ns:getRegisteredCartridgesRequest" wsaw:Action="urn:getRegisteredCartridges"/> + <wsdl:output message="ns:getRegisteredCartridgesResponse" wsaw:Action="urn:getRegisteredCartridgesResponse"/> + </wsdl:operation> + <wsdl:operation name="startInstances"> + <wsdl:input message="ns:startInstancesRequest" wsaw:Action="urn:startInstances"/> + <wsdl:output message="ns:startInstancesResponse" wsaw:Action="urn:startInstancesResponse"/> + </wsdl:operation> + <wsdl:operation name="startInstance"> + <wsdl:input message="ns:startInstanceRequest" wsaw:Action="urn:startInstance"/> + <wsdl:output message="ns:startInstanceResponse" wsaw:Action="urn:startInstanceResponse"/> + </wsdl:operation> + <wsdl:operation name="terminateInstances"> + <wsdl:input message="ns:terminateInstancesRequest" wsaw:Action="urn:terminateInstances"/> + <wsdl:output message="ns:terminateInstancesResponse" wsaw:Action="urn:terminateInstancesResponse"/> + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="CloudControllerServiceSoap11Binding" type="ns:CloudControllerServicePortType"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> + <wsdl:operation name="getPendingInstanceCount"> + <soap:operation soapAction="urn:getPendingInstanceCount" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="terminateUnhealthyInstances"> + <soap:operation soapAction="urn:terminateUnhealthyInstances" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="registerService"> + <soap:operation soapAction="urn:registerService" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> + <soap:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"/> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="terminateInstance"> + <soap:operation soapAction="urn:terminateInstance" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getCartridgeInfo"> + <soap:operation soapAction="urn:getCartridgeInfo" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> + <soap:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"/> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="unregisterService"> + <soap:operation soapAction="urn:unregisterService" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + <wsdl:fault name="CloudControllerServiceUnregisteredServiceException"> + <soap:fault use="literal" name="CloudControllerServiceUnregisteredServiceException"/> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="terminateAllInstances"> + <soap:operation soapAction="urn:terminateAllInstances" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="startInstances"> + <soap:operation soapAction="urn:startInstances" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getRegisteredCartridges"> + <soap:operation soapAction="urn:getRegisteredCartridges" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="terminateInstances"> + <soap:operation soapAction="urn:terminateInstances" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="startInstance"> + <soap:operation soapAction="urn:startInstance" 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="CloudControllerServiceSoap12Binding" type="ns:CloudControllerServicePortType"> + <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> + <wsdl:operation name="getPendingInstanceCount"> + <soap12:operation soapAction="urn:getPendingInstanceCount" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="terminateUnhealthyInstances"> + <soap12:operation soapAction="urn:terminateUnhealthyInstances" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="registerService"> + <soap12:operation soapAction="urn:registerService" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> + <soap12:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"/> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="terminateInstance"> + <soap12:operation soapAction="urn:terminateInstance" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getCartridgeInfo"> + <soap12:operation soapAction="urn:getCartridgeInfo" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + <wsdl:fault name="CloudControllerServiceUnregisteredCartridgeException"> + <soap12:fault use="literal" name="CloudControllerServiceUnregisteredCartridgeException"/> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="unregisterService"> + <soap12:operation soapAction="urn:unregisterService" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + <wsdl:fault name="CloudControllerServiceUnregisteredServiceException"> + <soap12:fault use="literal" name="CloudControllerServiceUnregisteredServiceException"/> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="terminateAllInstances"> + <soap12:operation soapAction="urn:terminateAllInstances" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="startInstances"> + <soap12:operation soapAction="urn:startInstances" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="getRegisteredCartridges"> + <soap12:operation soapAction="urn:getRegisteredCartridges" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="terminateInstances"> + <soap12:operation soapAction="urn:terminateInstances" style="document"/> + <wsdl:input> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="startInstance"> + <soap12:operation soapAction="urn:startInstance" 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="CloudControllerServiceHttpBinding" type="ns:CloudControllerServicePortType"> + <http:binding verb="POST"/> + <wsdl:operation name="getPendingInstanceCount"> + <http:operation location="getPendingInstanceCount"/> + <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="terminateUnhealthyInstances"> + <http:operation location="terminateUnhealthyInstances"/> + <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="registerService"> + <http:operation location="registerService"/> + <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="terminateInstance"> + <http:operation location="terminateInstance"/> + <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="getCartridgeInfo"> + <http:operation location="getCartridgeInfo"/> + <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="unregisterService"> + <http:operation location="unregisterService"/> + <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="terminateAllInstances"> + <http:operation location="terminateAllInstances"/> + <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="startInstances"> + <http:operation location="startInstances"/> + <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="getRegisteredCartridges"> + <http:operation location="getRegisteredCartridges"/> + <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="terminateInstances"> + <http:operation location="terminateInstances"/> + <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="startInstance"> + <http:operation location="startInstance"/> + <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="CloudControllerService"> + <wsdl:port name="CloudControllerServiceHttpSoap11Endpoint" binding="ns:CloudControllerServiceSoap11Binding"> + <soap:address location="http://10.129.24.65:9763/services/CloudControllerService.CloudControllerServiceHttpSoap11Endpoint/"/> + </wsdl:port> + <wsdl:port name="CloudControllerServiceHttpsSoap11Endpoint" binding="ns:CloudControllerServiceSoap11Binding"> + <soap:address location="https://10.129.24.65:9443/services/CloudControllerService.CloudControllerServiceHttpsSoap11Endpoint/"/> + </wsdl:port> + <wsdl:port name="CloudControllerServiceHttpSoap12Endpoint" binding="ns:CloudControllerServiceSoap12Binding"> + <soap12:address location="http://10.129.24.65:9763/services/CloudControllerService.CloudControllerServiceHttpSoap12Endpoint/"/> + </wsdl:port> + <wsdl:port name="CloudControllerServiceHttpsSoap12Endpoint" binding="ns:CloudControllerServiceSoap12Binding"> + <soap12:address location="https://10.129.24.65:9443/services/CloudControllerService.CloudControllerServiceHttpsSoap12Endpoint/"/> + </wsdl:port> + <wsdl:port name="CloudControllerServiceHttpEndpoint" binding="ns:CloudControllerServiceHttpBinding"> + <http:address location="http://10.129.24.65:9763/services/CloudControllerService.CloudControllerServiceHttpEndpoint/"/> + </wsdl:port> + <wsdl:port name="CloudControllerServiceHttpsEndpoint" binding="ns:CloudControllerServiceHttpBinding"> + <http:address location="https://10.129.24.65:9443/services/CloudControllerService.CloudControllerServiceHttpsEndpoint/"/> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9d524c62/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.stub/pom.xml deleted file mode 100644 index c186113..0000000 --- a/service-stubs/org.apache.stratos.lb.cartridge.autoscaler.service.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.0.0-SNAPSHOT</version> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.apache.stratos.lb.cartridge.autoscaler.service.stub</artifactId> - <packaging>bundle</packaging> - <name>Apache Stratos - Cartridge Autoscaler Service 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/CloudControllerService.wsdl -u -uw -o target/generated-code -p org.apache.stratos.cloud.controller.stub"/> - <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.cloud.controller.exception.xsd.*; version=${project.version}, - org.apache.stratos.cloud.controller.stub.*; version=${project.version}, - org.apache.stratos.cloud.controller.util.xsd.*; version=${project.version}, - org.apache.stratos.messaging.domain.topology.xsd.*; version=${project.version} - </Export-Package> - <Import-Package> - *;resolution:=optional - </Import-Package> - </instructions> - </configuration> - </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.schema.wso2</groupId> - <artifactId>XmlSchema</artifactId> - </dependency> - <dependency> - <groupId>org.apache.ws.commons.axiom.wso2</groupId> - <artifactId>axiom</artifactId> - </dependency> - <dependency> - <groupId>org.apache.neethi.wso2</groupId> - <artifactId>neethi</artifactId> - </dependency> - </dependencies> - -</project>
