com.jmrosengard.xmlbroker.client
Class XbClient

java.lang.Object
  |
  +--com.jmrosengard.xmlbroker.client.XbClient

public class XbClient
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

actual

private Method actual

req

private ReqMsg req

http

private HttpClient http
Constructor Detail

XbClient

public XbClient()
Method Detail

invokeService

public 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

main

public static void main(java.lang.String[] a)
Only for testing