uk.ac.soton.itinnovation.grid.comms.wsrf
Interface WSRFService

All Known Subinterfaces:
AccountService, CltMgtRegistryService, DataService, DataServiceSOAP, JobService, JobServiceSOAP, LocalDataService, MembershipService, PrivateAccountService, PrivateAccountServiceSOAP, RemoteCltMgtRegistryService, RemoteDataService, RemoteJobService, RemoteMembershipService, RemotePrivateAccountService, RemoteSLAService, RemoteTradeAccountService, SLAService, SLAServiceSOAP, TradeAccountService, TradeAccountServiceSOAP
All Known Implementing Classes:
CltMgtRegistryServiceImpl, DataServiceModule, JobServiceModule, MembershipServiceImpl, SLAServiceImpl, TradeAccountServiceImpl

public interface WSRFService

A service that supports the core WS-RF operations.


Method Summary
 Document GetResourceProperty(QName qname)
          Get a resource property.
 

Method Detail

GetResourceProperty

@WebMethod(documentStyle=true)
Document GetResourceProperty(QName qname)
                             throws RemoteException
Get a resource property.

Parameters:
qname - the property to read
Returns:
the resource property value(s) of the property with the given QName.
Throws:
InvalidResourcePropertyQNameFault - if the QName isn't known
RemoteException


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