org.gcube.indexmanagement.forwardindexmanagement.impl
Class ForwardIndexManagementFactoryService

java.lang.Object
  extended by GCUBEPortType
      extended by org.gcube.indexmanagement.forwardindexmanagement.impl.ForwardIndexManagementFactoryService

public class ForwardIndexManagementFactoryService
extends GCUBEPortType

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

See Also:
ForwardIndexManagementService.java

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

Constructor Detail

ForwardIndexManagementFactoryService

public ForwardIndexManagementFactoryService()
Constructor that handles gCube startup.

Method Detail

createResource

public final CreateResourceResponse createResource(CreateResource request)
                                            throws GCUBEFault
The creates an instance of the ForwardIndexManagementService resource.

Parameters:
request - Object that contains the create parameters.
Returns:
CreateResourceResponse the object that contains the epr of the ForwardIndexManagement Resource.
Throws:
UnableToCreateResourceException - - When unable to create the resource.
IndexAlreadyExistException - - when the index already exists.
GCUBEFault