Class TransactionResponseImpl
Object
Response
WFSResponse
TransactionResponseImpl
- All Implemented Interfaces:
TransactionResponse
-
Field Summary
Fields inherited from class Response
httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionResponseImpl
(WFSRequest originatingRequest, HTTPResponse response, InputStream in) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
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 Details
-
TransactionResponseImpl
public TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in) throws ServiceException, IOException - Throws:
ServiceException
IOException
-
-
Method Details
-
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
-