org.velocityweb.webservice.client.impl
Class AbstractServiceCallerFactory

java.lang.Object
  extended byorg.velocityweb.webservice.client.impl.AbstractServiceCallerFactory
All Implemented Interfaces:
ServiceCallerFactory

public class AbstractServiceCallerFactory
extends java.lang.Object
implements ServiceCallerFactory


Constructor Summary
AbstractServiceCallerFactory()
           
 
Method Summary
 ServiceCaller createCaller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractServiceCallerFactory

public AbstractServiceCallerFactory()
Method Detail

createCaller

public ServiceCaller createCaller()
Specified by:
createCaller in interface ServiceCallerFactory