Class TransactionResponseImpl
- Object
-
- Response
-
- WFSResponse
-
- TransactionResponseImpl
-
- All Implemented Interfaces:
TransactionResponse
public class TransactionResponseImpl extends WFSResponse implements TransactionResponse
-
-
Field Summary
-
Fields inherited from class Response
httpResponse
-
-
Constructor Summary
Constructors Constructor Description TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDeleteCount()
int
getInsertCount()
List<FeatureId>
getInsertedFids()
int
getUpdatedCount()
-
Methods inherited from class WFSResponse
getCharacterEncoding, getContentType, getOriginatingRequest, getQueryType, getRemoteTypeName, setQueryType, setRemoteTypeName, toString
-
Methods inherited from class Response
dispose, getInputStream, parseException
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface TransactionResponse
dispose
-
-
-
-
Constructor Detail
-
TransactionResponseImpl
public TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
-
Method Detail
-
getInsertedFids
public List<FeatureId> getInsertedFids()
- Specified by:
getInsertedFids
in interfaceTransactionResponse
-
getUpdatedCount
public int getUpdatedCount()
- Specified by:
getUpdatedCount
in interfaceTransactionResponse
-
getDeleteCount
public int getDeleteCount()
- Specified by:
getDeleteCount
in interfaceTransactionResponse
-
getInsertCount
public int getInsertCount()
- Specified by:
getInsertCount
in interfaceTransactionResponse
-
-