org.apache.camel.loanbroker.webservice.version
Class Client

java.lang.Object
  extended by org.apache.camel.loanbroker.webservice.version.Client

public class Client
extends Object

The client that will invoke the loan broker service


Constructor Summary
Client()
           
 
Method Summary
 LoanBrokerWS getProxy(String address)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

getProxy

public LoanBrokerWS getProxy(String address)

main

public static void main(String[] args)


Apache CAMEL