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, toStringdispose, getInputStream, parseExceptionpublic TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in) throws ServiceException, IOException
ServiceExceptionIOExceptionpublic List<FeatureId> getInsertedFids()
getInsertedFids in interface TransactionResponsepublic int getUpdatedCount()
getUpdatedCount in interface TransactionResponsepublic int getDeleteCount()
getDeleteCount in interface TransactionResponsepublic int getInsertCount()
getInsertCount in interface TransactionResponseCopyright © 1996–2019 Geotools. All rights reserved.