com.jmrosengard.xmlbroker.client
Class XbProxy

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

public class XbProxy
extends java.lang.Object

XMLbroker dynamic proxy


Field Summary
private  Method actual
           
private  HttpClient http
           
private  ReqMsg req
           
 
Constructor Summary
XbProxy()
           
 
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

XbProxy

public XbProxy()
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