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 java.lang.Object
implements HelloService


Constructor Summary
ServerImpl()
           
 
Method Summary
 int getCount()
           
 java.lang.String getHeader()
           
 void print(java.lang.String msg)
           
 void setCount(int count)
           
 void setHeader(java.lang.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 java.lang.String getHeader()

setHeader

public final void setHeader(java.lang.String header)

getCount

public final int getCount()

setCount

public final void setCount(int count)

print

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.