|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWSClient<C>
Interface for a WSClient. The generic type C refers to a client implementation.
| Method Summary | |
|---|---|
C |
createClient(java.lang.Object... args)
Factory method to create the webservices client. |
void |
initialize()
Initializes the client. |
java.lang.Object |
invokeMethod(java.lang.String name,
java.lang.Object args)
Invokes the webservice-method. |
| Method Detail |
|---|
java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
name - The name of the method.args - The arguments of the method.
C createClient(java.lang.Object... args)
args - The arguments needed for the initialization of the client.
void initialize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||