NASA World Wind

gov.nasa.worldwind.applications.gio.csw
Class HttpCSWConnectionPool

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.csw.HttpCSWConnectionPool
All Implemented Interfaces:
CSWConnectionPool

public class HttpCSWConnectionPool
extends Object
implements CSWConnectionPool


Constructor Summary
HttpCSWConnectionPool(URL serviceURL)
           
 
Method Summary
 CSWConnection getConnection()
           
 URL getServiceURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCSWConnectionPool

public HttpCSWConnectionPool(URL serviceURL)
Method Detail

getConnection

public CSWConnection getConnection()
                            throws Exception
Specified by:
getConnection in interface CSWConnectionPool
Throws:
Exception

getServiceURL

public URL getServiceURL()

NASA World Wind