FileDocCategorySizeDatePackage
InsertAccountStrategy.javaAPI DocApache Lucene 2.1.01567Wed Feb 14 10:46:04 GMT 2007org.apache.lucene.gdata.servlet.handler

InsertAccountStrategy

public class InsertAccountStrategy extends AbstractAccountHandler
author
Simon Willnauer

Fields Summary
private static final Log
LOG
Constructors Summary
Methods Summary
protected voidprocessServiceAction(org.apache.lucene.gdata.data.GDataAccount account)

   
  

    
          
        try{
        this.service.createAccount(account);
        }catch (ServiceException e) {
            LOG.error("Can't create account -- "+e.getMessage(),e);
            throw e;
        }