public class TransactionResponseImpl extends WFSResponse implements TransactionResponse
httpResponse
Constructor and Description |
---|
TransactionResponseImpl(WFSRequest originatingRequest,
HTTPResponse response,
InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
getDeleteCount() |
int |
getInsertCount() |
List<FeatureId> |
getInsertedFids() |
int |
getUpdatedCount() |
getCharacterEncoding, getContentType, getOriginatingRequest, getQueryType, getRemoteTypeName, setQueryType, setRemoteTypeName, toString
dispose, getInputStream, parseException
public TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in) throws ServiceException, IOException
ServiceException
IOException
public List<FeatureId> getInsertedFids()
getInsertedFids
in interface TransactionResponse
public int getUpdatedCount()
getUpdatedCount
in interface TransactionResponse
public int getDeleteCount()
getDeleteCount
in interface TransactionResponse
public int getInsertCount()
getInsertCount
in interface TransactionResponse
Copyright © 1996–2019 Geotools. All rights reserved.