org.ow2.petals.kernel.ws.client
Class PetalsClientFactory

java.lang.Object
  extended by org.ow2.petals.kernel.ws.client.PetalsClientFactory

public class PetalsClientFactory
extends java.lang.Object

Author:
chamerling - eBM WebSourcing

Method Summary
 PetalsClient getClient(java.lang.String baseURL)
           
 PetalsClient getClient(java.lang.String baseURL, long timeout)
           
static PetalsClientFactory getInstance()
           
 void releaseClient(java.lang.String baseURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PetalsClientFactory getInstance()
Returns:
the instance

getClient

public PetalsClient getClient(java.lang.String baseURL)
                       throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

getClient

public PetalsClient getClient(java.lang.String baseURL,
                              long timeout)
                       throws org.ow2.petals.kernel.ws.api.PEtALSWebServiceException
Throws:
org.ow2.petals.kernel.ws.api.PEtALSWebServiceException

releaseClient

public void releaseClient(java.lang.String baseURL)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.