|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlRpcClientInterface
This interface provides three basic operation for XML-RPC communication as a client.
XmlRpcModule
implements this interface as it needs to communicate
with a corresponding remote adaptor.
Method Summary | |
---|---|
java.lang.String |
process(java.lang.String aMethodName,
java.util.Vector params)
Sends parameters to a remote module by an XmlRpcClient . |
void |
shutdown(java.lang.String aModuleName)
Shutsdown a remote module. |
void |
start(java.lang.String aModuleName)
Starts a remote adaptor to communicate with. |
Method Detail |
---|
void start(java.lang.String aModuleName)
XmlRpcModule
and could start an
adaptor via a shell or Python script, for example.
aModuleName
- name of the module to startjava.lang.String process(java.lang.String aMethodName, java.util.Vector params)
XmlRpcClient
.
Calls therefore the execute
method of XmlRpcClient
.
aMethodName
- name of a method which process params
remotelyparams
- paramters for remote methodvoid shutdown(java.lang.String aModuleName)
aModuleName
- name of the module to shut down
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |