Package com.esri.gpt.server.csw.provider

Examples of com.esri.gpt.server.csw.provider.TransactionProvider


      // Transaction
    } else if (operationName.equals("Transaction")) {
      if (!svcProps.getAllowTransactions()) {
        throw new OwsException("transactions are not allowed at this end-point.");
      }
      TransactionProvider tp = new TransactionProvider();
      opProvider = tp;
     
      values = new SupportedValues("1.0.0,1.1.0",",");
      parameters.add(new SupportedParameter(CswConstants.Parameter_ConstraintVersion,values));
    }
View Full Code Here

TOP

Related Classes of com.esri.gpt.server.csw.provider.TransactionProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.