org.gcube.tools.sam.istester.plugin.helpers
Class ISRegistryHelper

java.lang.Object
  extended by org.gcube.tools.sam.istester.plugin.helpers.ISRegistryHelper

public class ISRegistryHelper
extends java.lang.Object

Author:
Andrea Manzi(CERN)

Constructor Summary
ISRegistryHelper(GCUBEScope targetScope)
           
 
Method Summary
 GCUBEResource getGenericResourceResource()
           
 java.lang.String registerResource(GCUBEResource resource, org.apache.axis.message.addressing.EndpointReferenceType factoryEPR)
           
 java.lang.String removeResource(GCUBEResource resource, org.apache.axis.message.addressing.EndpointReferenceType factoryEPR)
           
 void updateResource(GCUBEResource resource, org.apache.axis.message.addressing.EndpointReferenceType factoryEPR)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISRegistryHelper

public ISRegistryHelper(GCUBEScope targetScope)
                 throws java.lang.Exception
Parameters:
targetScope -
Throws:
java.lang.Exception
Method Detail

registerResource

public java.lang.String registerResource(GCUBEResource resource,
                                         org.apache.axis.message.addressing.EndpointReferenceType factoryEPR)
                                  throws java.lang.Exception
Parameters:
resource -
Returns:
Throws:
java.lang.Exception

removeResource

public java.lang.String removeResource(GCUBEResource resource,
                                       org.apache.axis.message.addressing.EndpointReferenceType factoryEPR)
                                throws java.lang.Exception
Throws:
java.lang.Exception

updateResource

public void updateResource(GCUBEResource resource,
                           org.apache.axis.message.addressing.EndpointReferenceType factoryEPR)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getGenericResourceResource

public GCUBEResource getGenericResourceResource()
                                         throws java.lang.Exception
Throws:
java.lang.Exception