org.apache.camel.component.aws.sdb
Class BatchPutAttributesCommand

java.lang.Object
  extended by org.apache.camel.component.aws.sdb.AbstractSdbCommand
      extended by org.apache.camel.component.aws.sdb.BatchPutAttributesCommand

public class BatchPutAttributesCommand
extends AbstractSdbCommand


Field Summary
 
Fields inherited from class org.apache.camel.component.aws.sdb.AbstractSdbCommand
configuration, exchange, log, sdbClient
 
Constructor Summary
BatchPutAttributesCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient, SdbConfiguration configuration, org.apache.camel.Exchange exchange)
           
 
Method Summary
protected  Collection<com.amazonaws.services.simpledb.model.ReplaceableItem> determineReplaceableItems()
           
 void execute()
           
 
Methods inherited from class org.apache.camel.component.aws.sdb.AbstractSdbCommand
determineConsistentRead, determineDomainName, determineItemName, determineNextToken, determineUpdateCondition, getMessageForResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchPutAttributesCommand

public BatchPutAttributesCommand(com.amazonaws.services.simpledb.AmazonSimpleDB sdbClient,
                                 SdbConfiguration configuration,
                                 org.apache.camel.Exchange exchange)
Method Detail

execute

public void execute()
Specified by:
execute in class AbstractSdbCommand

determineReplaceableItems

protected Collection<com.amazonaws.services.simpledb.model.ReplaceableItem> determineReplaceableItems()


Apache Camel