net.sf.crispy.impl
Interface MiniServer

All Known Implementing Classes:
MiniAxisServer, MiniCauchoServer, MiniCorbaServer, MiniHttpServer, MiniHttpServer, MiniJBossRemotingServer, MiniLocalObjectServer, MiniRestServer, MiniRmiServer, MiniXmlRpcServer

public interface MiniServer

For every client exist a server. To simulate the client call, you can implement a "MiniServer". So you can test your client.

Author:
Linke

Method Summary
 void addService(java.lang.String pvServiceInterface, java.lang.String pvServiceObject)
          Add services to the server
 void start()
          Start the Server.
 void stop()
          Stop the Server.
 

Method Detail

start

public void start()
Start the Server.


stop

public void stop()
Stop the Server.


addService

public void addService(java.lang.String pvServiceInterface,
                       java.lang.String pvServiceObject)
Add services to the server

Parameters:
pvServiceInterface - Interface of the service.
pvServiceObject - Implementation of the service.


Copyright © 2005-2006 Crispy. All Rights Reserved.