/**
* .java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: #axisVersion# #today#
*/
package ;
import org.osoa.sca.annotations.Remotable;
import org.osoa.sca.annotations.Service;
/*
* java interface
*/
@Remotable
@Service
public interface {
/**
* Auto generated method signatures
* @param
* @throws
*
*/
public void
(
,
) throws
, ,
java.rmi.RemoteException;
/**
* Auto generated method signature
* @param
* @throws
*
*/
public void start(
,
,final . callback) throws
, ,
java.rmi.RemoteException;
/**
* Auto generated method signature
* @param
* @throws
*
*/
public void
(
,
) throws
, ,
java.rmi.RemoteException;
//
}