|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEPortType
org.gcube.indexmanagement.forwardindexlookup.ForwardIndexLookupFactoryService
public class ForwardIndexLookupFactoryService
The ForwardIndexFactoryService class is a factory class in that creates Web Service Resource instances.
ForwardIndexLookupService.java
Constructor Summary | |
---|---|
ForwardIndexLookupFactoryService()
Constructor that handles gCube startup. |
Method Summary | |
---|---|
CreateResourceResponse |
createPartition(CreatePartition request)
Creates the partition. |
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 |
---|
public ForwardIndexLookupFactoryService()
Method Detail |
---|
public final CreateResourceResponse createResource(CreateResource request) throws GCUBEFault
request
- -The resource to be created
IndexDoesNotExistException
- -
when the index does not exists.
UnsupportedTypeException
- -
when the type is not supported.
UnsupportedFormatException
- -
when the format is not supported.
RemoteExecption
- -
when the resource can not be created.
GCUBEFault
public final CreateResourceResponse createPartition(CreatePartition request) throws GCUBEFault
request
- -The resource to be created
IndexDoesNotExistException
- -
when the index not exists.
UnsupportedTypeException
- -
when the type is not supported.
UnsupportedFormatException
- -
when the format is not supported.
RemoteExecption
- -
when the resource can not be created.
GCUBEFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |