|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgreementFactoryRegistryClient
Client to an agreement factory registry. The registry is used to query a list of agreement factory clients that is hosted on a WSAG4J server.
Field Summary | |
---|---|
static ClientLocator<AgreementFactoryRegistryClient> |
FACTORY
Default registry builder. |
Method Summary | |
---|---|
AgreementFactoryClient |
getFactory(String resourceId)
Returns an AgreementFactoryClient for the factory with the given resource id or null if no
factory with that resource id exists. |
AgreementFactoryClient[] |
listAgreementFactories()
Lists all agreement factories at the given endpoint. |
Field Detail |
---|
static final ClientLocator<AgreementFactoryRegistryClient> FACTORY
Method Detail |
---|
AgreementFactoryClient[] listAgreementFactories() throws ResourceUnknownException, ResourceUnavailableException
AgreementFactoryClient
available at the given endpoint
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailableAgreementFactoryClient getFactory(String resourceId) throws ResourceUnknownException, ResourceUnavailableException
AgreementFactoryClient
for the factory with the given resource id or null if no
factory with that resource id exists.
resourceId
- the factory resource id
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |