Class TransactionResponseImpl
- Object
- 
- Response
- 
- WFSResponse
- 
- TransactionResponseImpl
 
 
 
- 
- All Implemented Interfaces:
- TransactionResponse
 
 public class TransactionResponseImpl extends WFSResponse implements TransactionResponse 
- 
- 
Field Summary- 
Fields inherited from class ResponsehttpResponse
 
- 
 - 
Constructor SummaryConstructors Constructor Description TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeleteCount()intgetInsertCount()List<FeatureId>getInsertedFids()intgetUpdatedCount()- 
Methods inherited from class WFSResponsegetCharacterEncoding, getContentType, getOriginatingRequest, getQueryType, getRemoteTypeName, setQueryType, setRemoteTypeName, toString
 - 
Methods inherited from class Responsedispose, getInputStream, parseException
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface TransactionResponsedispose
 
- 
 
- 
- 
- 
Constructor Detail- 
TransactionResponseImplpublic TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in) throws ServiceException, IOException - Throws:
- ServiceException
- IOException
 
 
- 
 - 
Method Detail- 
getInsertedFidspublic List<FeatureId> getInsertedFids() - Specified by:
- getInsertedFidsin interface- TransactionResponse
 
 - 
getUpdatedCountpublic int getUpdatedCount() - Specified by:
- getUpdatedCountin interface- TransactionResponse
 
 - 
getDeleteCountpublic int getDeleteCount() - Specified by:
- getDeleteCountin interface- TransactionResponse
 
 - 
getInsertCountpublic int getInsertCount() - Specified by:
- getInsertCountin interface- TransactionResponse
 
 
- 
 
-