Uses of Class
org.purl.sword.base.ServiceDocument

Packages that use ServiceDocument
org.purl.sword.client   
org.purl.sword.server   
 

Uses of ServiceDocument in org.purl.sword.client
 

Methods in org.purl.sword.client that return ServiceDocument
 ServiceDocument SWORDClient.getServiceDocument(String url)
          Get a service document, specified in the URL.
 ServiceDocument Client.getServiceDocument(String url)
          Retrieve the service document.
 ServiceDocument SWORDClient.getServiceDocument(String url, String onBehalfOf)
          Get a service document, specified in the URL.
 ServiceDocument Client.getServiceDocument(String url, String onBehalfOf)
          Retrieve the service document.
 

Methods in org.purl.sword.client with parameters of type ServiceDocument
 void ServicePanel.processServiceDocument(String url, ServiceDocument doc)
          Process the specified service document.
 void GuiClient.MainPanel.processServiceDocument(String url, ServiceDocument service)
          Process the service document and display the details in the service panel.
 

Uses of ServiceDocument in org.purl.sword.server
 

Methods in org.purl.sword.server that return ServiceDocument
 ServiceDocument SWORDServer.doServiceDocument(ServiceDocumentRequest sdr)
          Answer a Service Document request sent on behalf of a user
 ServiceDocument DummyServer.doServiceDocument(ServiceDocumentRequest sdr)
          Provides a dumb but plausible service document - it contains an anonymous workspace and collection, and one personalised for the onBehalfOf user.
 



Copyright © 2012. All Rights Reserved.