org.gcube.indexmanagement.forwardindexupdater
Class ForwardIndexUpdaterFactoryService

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.indexmanagement.forwardindexupdater.ForwardIndexUpdaterFactoryService

public class ForwardIndexUpdaterFactoryService
extends GCUBEPortType

The ForwardIndexFactoryService class is a factory class in that creates Web Service Resource instances.

See Also:
ForwardIndexUpdaterService.java

Constructor Summary
ForwardIndexUpdaterFactoryService()
          Constructor that hanldes gCube startup.
 
Method Summary
 CreateResourceResponse createResource(CreateResource request)
          The createResource creates the resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardIndexUpdaterFactoryService

public ForwardIndexUpdaterFactoryService()
Constructor that hanldes gCube startup.

Method Detail

createResource

public final CreateResourceResponse createResource(CreateResource request)
                                            throws GCUBEFault
The createResource creates the resource.

Parameters:
request - -The resource to be created
Returns:
the create resource response object
Throws:
UnableToCreateResourceException - - excpetion when resource can not be created.
GCUBEFault