org.gcube.indexmanagement.geoindexlookup
Class GeoIndexLookupFactoryService

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.indexmanagement.geoindexlookup.GeoIndexLookupFactoryService

public class GeoIndexLookupFactoryService
extends GCUBEPortType

GeoIndexLookupFactoryService creates GeoIndexLookupService instances and return references to the created objects.

Version:
0.1

Constructor Summary
GeoIndexLookupFactoryService()
           
 
Method Summary
 CreateResourceResponse createResource(CreateResource request)
          Creates an instance of the GeoIndexLookupResource class and returns a reference to it
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoIndexLookupFactoryService

public GeoIndexLookupFactoryService()
Method Detail

createResource

public CreateResourceResponse createResource(CreateResource request)
                                      throws GCUBEFault
Creates an instance of the GeoIndexLookupResource class and returns a reference to it

Parameters:
request - CreateResource - Object containing the epr of the GeoIndexManagementService the new resource should be connected to.
Returns:
CreateResourceResponse - object containing the epr of the created GeoIndexLookupResource instance
Throws:
GCUBEFault