org.ow2.frascati.examples.helloworld.jsonrpc
Class ServerImpl

java.lang.Object
  extended by org.ow2.frascati.examples.helloworld.jsonrpc.ServerImpl
All Implemented Interfaces:
HelloService

public class ServerImpl
extends Object
implements HelloService


Constructor Summary
ServerImpl()
           
 
Method Summary
 int getCount()
           
 String getHeader()
           
 void print(String msg)
           
 void setCount(int count)
           
 void setHeader(String header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerImpl

public ServerImpl()
Method Detail

getHeader

public final String getHeader()

setHeader

public final void setHeader(String header)

getCount

public final int getCount()

setCount

public final void setCount(int count)

print

public final void print(String msg)
Specified by:
print in interface HelloService


Copyright © 2011. All Rights Reserved.