All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.copperengine.orchestration.OrchestrationServicePortImpl Maven / Gradle / Ivy


/**
 * Please modify this class to meet your needs
 * This class is not complete
 */

package org.copperengine.orchestration;

import java.util.logging.Logger;
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 3.0.5
 * 2015-11-27T13:27:55.864+01:00
 * Generated source version: 3.0.5
 * 
 */

@javax.jws.WebService(
                      serviceName = "OrchestrationService",
                      portName = "OrchestrationServicePort",
                      targetNamespace = "http://orchestration.copperengine.org/",
                      wsdlLocation = "classpath:wsdl/OrchestrationEngine.wsdl",
                      endpointInterface = "org.copperengine.orchestration.OrchestrationService")
                      
public class OrchestrationServicePortImpl implements OrchestrationService {

    private static final Logger LOG = Logger.getLogger(OrchestrationServicePortImpl.class.getName());

    /* (non-Javadoc)
     * @see org.copperengine.orchestration.OrchestrationService#resetMailbox(java.lang.String  msisdn ,)java.lang.String  secret )*
     */
    public void resetMailbox(java.lang.String msisdn,java.lang.String secret) { 
        LOG.info("Executing operation resetMailbox");
        System.out.println(msisdn);
        System.out.println(secret);
        try {
        } catch (java.lang.Exception ex) {
            ex.printStackTrace();
            throw new RuntimeException(ex);
        }
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy