org.ogf.graap.wsag.client.wsrf.impl
Class WsrfAgreementRegistryService

java.lang.Object
  extended by org.ogf.graap.wsag.client.api.RemoteClient
      extended by org.ogf.graap.wsag.client.wsrf.impl.WsrfResourceClient
          extended by org.ogf.graap.wsag.client.wsrf.impl.WsrfAgreementRegistryService

public class WsrfAgreementRegistryService
extends WsrfResourceClient

AgreementRegistryImpl

Author:
Oliver Waeldrich

Field Summary
 
Fields inherited from class org.ogf.graap.wsag.client.wsrf.impl.WsrfResourceClient
ANONYMOUS_EPR, EXTRA_HEADERS
 
Constructor Summary
WsrfAgreementRegistryService(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Creates a new agreement factory registry client with the given endpoint using the provided security properties.
 
Method Summary
 WsrfResourceClient getWebServiceClient()
          
 AgreementClient[] listAgreements()
          
 
Methods inherited from class org.ogf.graap.wsag.client.wsrf.impl.WsrfResourceClient
deleteResourceProperty, destroy, getDefaultSOAPClient, getEndpoint, getMultipleResourceProperties, getProperties, getResourceProperty, getResourcePropertyDocument, getSecurityProperties, invoke, isUseDefaultSOAPClient, isUsingTrace, queryResourceProperties, setDefaultSOAPClient, setProperties, setResourceProperties, setTerminationTime, setTrace, setUseDefaultSOAPClient, updateResourceProperty
 
Methods inherited from class org.ogf.graap.wsag.client.api.RemoteClient
getRemoteReference, setSecurityProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrfAgreementRegistryService

public WsrfAgreementRegistryService(EndpointReferenceType epr,
                                    Properties properties,
                                    ISecurityProperties securityProperties)
Creates a new agreement factory registry client with the given endpoint using the provided security properties.

Parameters:
epr - the endpoint of the agreement registry service
securityProperties - the client security properties
Method Detail

getWebServiceClient

public WsrfResourceClient getWebServiceClient()


listAgreements

public AgreementClient[] listAgreements()
                                 throws ResourceUnknownException,
                                        ResourceUnavailableException

Throws:
ResourceUnknownException
ResourceUnavailableException
See Also:
org.ogf.graap.wsag.api.client.AgreementRegistryService#listAgreements()


Copyright © 2008-2012. All Rights Reserved.