|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jmrosengard.xmlbroker.client.XbClient
XMLbroker client
Field Summary | |
private Method |
actual
|
private HttpClient |
http
|
private ReqMsg |
req
|
Constructor Summary | |
XbClient()
|
Method Summary | |
java.util.ArrayList |
invokeService(java.util.ArrayList ins)
Execute remote method-- the address of the remote server, and the service name must be defined as the system properties: xmlbroker.serverHost and xmlbroker.serviceName |
static void |
main(java.lang.String[] a)
Only for testing |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Method actual
private ReqMsg req
private HttpClient http
Constructor Detail |
public XbClient()
Method Detail |
public java.util.ArrayList invokeService(java.util.ArrayList ins)
public static void main(java.lang.String[] a)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |