de.scoopgmbh.orchestration.OrchestrationServiceImpl 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 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 2.6.0
* 2013-12-19T10:16:52.505+01:00
* Generated source version: 2.6.0
*
*/
@javax.jws.WebService(
serviceName = "OrchestrationService",
portName = "OrchestrationServicePort",
targetNamespace = "http://orchestration.scoopgmbh.de/",
wsdlLocation = "classpath:wsdl/OrchestrationEngine.wsdl",
endpointInterface = "de.scoopgmbh.orchestration.OrchestrationService")
public class OrchestrationServiceImpl implements OrchestrationService {
private static final Logger LOG = Logger.getLogger(OrchestrationServiceImpl.class.getName());
/* (non-Javadoc)
* @see de.scoopgmbh.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