Package org.vfny.geoserver.wfs.responses

Examples of org.vfny.geoserver.wfs.responses.TransactionResponse


     * Returns the handler for a transaction.
     *
     * @return An instance of the TransactionResponse class.
     */
    protected Response getResponseHandler() {
        return new TransactionResponse();
    }
View Full Code Here

TOP

Related Classes of org.vfny.geoserver.wfs.responses.TransactionResponse

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.