org.ogf.graap.wsag.api.client
Interface AgreementFactoryRegistryClient

All Superinterfaces:
WsClient
All Known Implementing Classes:
RemoteAgreementFactoryRegistryServiceImpl

public interface AgreementFactoryRegistryClient
extends WsClient

AgreementFactoryClient

Author:
Oliver Waeldrich

Method Summary
 AgreementFactoryClient[] listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 
Methods inherited from interface org.ogf.graap.wsag.api.client.WsClient
getEndpoint, getProperties, getSecurityProperties, isUsingTrace, setProperties, setTrace
 

Method Detail

listAgreementFactories

AgreementFactoryClient[] listAgreementFactories()
                                                throws ResourceUnknownException,
                                                       ResourceUnavailableException
Lists all agreement factories at the given endpoint.

Returns:
a set of AgreementFactoryClient available at the given endpoint
Throws:
ResourceUnknownException - the remote resource is unknown
ResourceUnavailableException - the remote resource is unavailable


Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.