public class executeTransaction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected wcst.transaction.schema.TransactionResponseType |
output |
Constructor and Description |
---|
executeTransaction(wcst.transaction.schema.TransactionType tr,
DbMetadataSource source)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateRequestId()
Generate a new Request ID string, and return it.
|
wcst.transaction.schema.TransactionResponseType |
get()
Main method of this class: Computes the response to the TransactionResponse
request given to the constructor.
|
void |
process()
Computes the response to the Transaction request given to the constructor.
|
public executeTransaction(wcst.transaction.schema.TransactionType tr, DbMetadataSource source) throws WCSTException, RasdamanException
tr
- Transaction object, a WCS-T requestmetadataDbPath
- Path to the "dbparams.properties" fileWCSTException
RasdamanException
public java.lang.String generateRequestId()
public wcst.transaction.schema.TransactionResponseType get() throws WCSTException, WCPSException, PetascopeException
WCSTException
WCPSException
PetascopeException
public void process() throws WCSTException, WCPSException, PetascopeException