sg.edu.nus.comp.nlp.ims.implement
Interface IClient

All Known Implementing Classes:
CClient

public interface IClient

wsd test client interface.

Author:
zhongzhi

Method Summary
 java.lang.String getOutput()
          get results
 void request()
          send a request
 void setInput(java.lang.String p_Input)
          set input
 

Method Detail

request

void request()
             throws java.io.IOException
send a request

Throws:
java.io.IOException - io exception

setInput

void setInput(java.lang.String p_Input)
set input

Parameters:
p_Input - input

getOutput

java.lang.String getOutput()
get results

Returns:
results