2.17.2: 2011-06-17

net.sf.basedb.ws.client
Interface ServiceFactory

All Known Implementing Classes:
ConfigurableServiceFactory

public interface ServiceFactory

Interface that should be implemented by classes that can create RPCServiceClient objects. The service factory is used by AbstractRPCClient.getService() to create a RPCServiceClient object.

The service factory to use can be set on three levels:

If no service factory has been specified the default application wide service is used, which is just a ConfigurableServiceFactory with all options at their default values.

Version:
2.8
Author:
nicklas
Last modified
$Date: 2008-09-11 22:06:36 +0200 (Thu, 11 Sep 2008) $

Method Summary
 org.apache.axis2.rpc.client.RPCServiceClient createService(org.apache.axis2.addressing.EndpointReference target)
          Create a new RPCServiceClient object.
 

Method Detail

createService

org.apache.axis2.rpc.client.RPCServiceClient createService(org.apache.axis2.addressing.EndpointReference target)
                                                           throws org.apache.axis2.AxisFault
Create a new RPCServiceClient object.

Parameters:
target - The URL to the web service
Throws:
org.apache.axis2.AxisFault

2.17.2: 2011-06-17