oracle.stellent.ridc.protocol.http
Class IdcHttpClientProvider

java.lang.Object
  extended by oracle.stellent.ridc.protocol.http.IdcHttpClientProvider
All Implemented Interfaces:
IdcClientProvider

public class IdcHttpClientProvider
extends java.lang.Object
implements IdcClientProvider


Constructor Summary
IdcHttpClientProvider()
           
 
Method Summary
 IdcClient createClient(IdcClientManager clientManager, java.lang.String url)
          Create a new IDC client using the given URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdcHttpClientProvider

public IdcHttpClientProvider()
Method Detail

createClient

public IdcClient createClient(IdcClientManager clientManager,
                              java.lang.String url)
Create a new IDC client using the given URL

Specified by:
createClient in interface IdcClientProvider
Parameters:
clientManager - the client manager
url - the url
Returns:
a new client initialized to the URL


Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.