Package it.eng.spagobi.sdk.test.impl

Examples of it.eng.spagobi.sdk.test.impl.TestConnectionServiceImpl


import it.eng.spagobi.sdk.test.impl.TestConnectionServiceImpl;

public class TestConnectionServiceSoapBindingImpl implements it.eng.spagobi.sdk.test.stub.TestConnectionService{
    public boolean connect() throws java.rmi.RemoteException {
      TestConnectionServiceImpl impl = new TestConnectionServiceImpl();
      return impl.connect();
    }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.sdk.test.impl.TestConnectionServiceImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.