org.copperengine.orchestration.OrchestrationService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orch-interfaces Show documentation
Show all versions of orch-interfaces Show documentation
COPPER is an open-source, powerful, light-weight, and easily configurable workflow engine. The power of COPPER is that it uses Java as a description language for workflows.
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-08T11:53:50.016+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