org.gcube.indexmanagement.fulltextindexupdater
Class FullTextIndexUpdaterFactoryService

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.indexmanagement.fulltextindexupdater.FullTextIndexUpdaterFactoryService

public class FullTextIndexUpdaterFactoryService
extends GCUBEPortType

FullTextUpdaterFactoryService creates FullTextUpdaterResource instances and returns references to the created objects.

Version:
0.1

Constructor Summary
FullTextIndexUpdaterFactoryService()
           
 
Method Summary
 CreateResourceResponse createResource(CreateResource request)
          Creates an instance of the FullTextBatchUpdaterResource 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

FullTextIndexUpdaterFactoryService

public FullTextIndexUpdaterFactoryService()
Method Detail

createResource

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

Parameters:
request - CreateResource - Object containing the epr of the FullTextIndexManagementService the new resource should be connected to.
Returns:
CreateResourceResponse - object containing the epr of the created FullTextBatchUpdaterResource instance
Throws:
GCUBEFault
See Also:
org.gcube.indexmanagement.fulltextindexmanagement.stubs.FullTextIndexManagementFactoryPortType