uk.ac.soton.itinnovation.grid.comms.client
Interface WSDLCache

All Known Implementing Classes:
WSDLCacheImpl

public interface WSDLCache

Load and cache WSDL files. Note: because the Xerces DOM is not thread-safe (even for read-only operations), the methods in this class return a new Document each time. Documents must not be shared between threads.


Method Summary
 void clear()
           
 Document get(String resourcePath)
           
 Document get(URL url)
           
 Document get(URL url, X509Certificate expectedCertificate)
           
 

Method Detail

get

Document get(URL url,
             X509Certificate expectedCertificate)
             throws RemoteException
Throws:
RemoteException

get

Document get(URL url)
             throws RemoteException
Throws:
RemoteException

get

Document get(String resourcePath)

clear

void clear()


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.