de.scoopgmbh.orchestration.OrchestrationService Maven / Gradle / Ivy
/*
* Copyright 2002-2013 SCOOP Software GmbH
*
* Licensed 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.
*/
package de.scoopgmbh.orchestration;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by Apache CXF 2.6.0
* 2013-12-19T10:16:52.531+01:00
* Generated source version: 2.6.0
*
*/
@WebService(targetNamespace = "http://orchestration.scoopgmbh.de/", name = "OrchestrationService")
@XmlSeeAlso({ObjectFactory.class})
public interface OrchestrationService {
@RequestWrapper(localName = "resetMailbox", targetNamespace = "http://orchestration.scoopgmbh.de/", className = "de.scoopgmbh.orchestration.ResetMailbox")
@WebMethod(action = "http://orchestration.scoopgmbh.de/resetMailbox")
@ResponseWrapper(localName = "resetMailboxResponse", targetNamespace = "http://orchestration.scoopgmbh.de/", className = "de.scoopgmbh.orchestration.ResetMailboxResponse")
public void resetMailbox(
@WebParam(name = "msisdn", targetNamespace = "")
java.lang.String msisdn,
@WebParam(name = "secret", targetNamespace = "")
java.lang.String secret
);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy