Repository: stratos Updated Branches: refs/heads/master dbc09b3dc -> 153120508
http://git-wip-us.apache.org/repos/asf/stratos/blob/15312050/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl b/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl index dc8c286..2f991b2 100644 --- a/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl +++ b/service-stubs/org.apache.stratos.manager.service.stub/src/main/resources/StratosManagerService.wsdl @@ -45,56 +45,56 @@ </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="addDomainMapping"> + <xs:element name="getDomainMappings"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="domainMapping" nillable="true" type="ax23:DomainMapping"/> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="StratosManagerServiceArtifactDistributionCoordinatorException"> + <xs:element name="getDomainMappingsResponse"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="ArtifactDistributionCoordinatorException" nillable="true" type="ax21:ArtifactDistributionCoordinatorException"/> + <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax23:DomainMapping"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="notifyArtifactUpdatedEventForSignUp"> + <xs:element name="removeDomainMapping"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="tenantId" type="xs:int"/> + <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="notifyArtifactUpdatedEventForRepository"> + <xs:element name="addDomainMapping"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="repoUrl" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="domainMapping" nillable="true" type="ax23:DomainMapping"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getDomainMappings"> + <xs:element name="StratosManagerServiceArtifactDistributionCoordinatorException"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="tenantId" type="xs:int"/> + <xs:element minOccurs="0" name="ArtifactDistributionCoordinatorException" nillable="true" type="ax21:ArtifactDistributionCoordinatorException"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="getDomainMappingsResponse"> + <xs:element name="notifyArtifactUpdatedEventForSignUp"> <xs:complexType> <xs:sequence> - <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax23:DomainMapping"/> + <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="tenantId" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element> - <xs:element name="removeDomainMapping"> + <xs:element name="notifyArtifactUpdatedEventForRepository"> <xs:complexType> <xs:sequence> - <xs:element minOccurs="0" name="applicationId" nillable="true" type="xs:string"/> - <xs:element minOccurs="0" name="tenantId" type="xs:int"/> - <xs:element minOccurs="0" name="domainName" nillable="true" type="xs:string"/> + <xs:element minOccurs="0" name="repoUrl" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element>
