org.copperengine.orchestration.OrchestrationService Maven / Gradle / Ivy
package org.copperengine.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
* 2014-01-10T20:47:22.813+01:00
* Generated source version: 2.6.0
*
*/
@WebService(targetNamespace = "http://orchestration.copperengine.org/", name = "OrchestrationService")
@XmlSeeAlso({ObjectFactory.class})
public interface OrchestrationService {
@RequestWrapper(localName = "resetMailbox", targetNamespace = "http://orchestration.copperengine.org/", className = "org.copperengine.orchestration.ResetMailbox")
@WebMethod(action = "http://orchestration.copperengine.org/resetMailbox")
@ResponseWrapper(localName = "resetMailboxResponse", targetNamespace = "http://orchestration.copperengine.org/", className = "org.copperengine.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