Package org.geotools.data.wfs.internal
Class TransactionRequest
Object
AbstractRequest
WFSRequest
TransactionRequest
- All Implemented Interfaces:
Request
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
class
static class
static class
-
Field Summary
Fields inherited from class WFSRequest
config, operation, strategy
Fields inherited from class AbstractRequest
EXCEPTION_XML, hints, onlineResource, properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createDelete
(QName typeName, Filter deleteFilter) createInsert
(QName typeName) createResponse
(HTTPResponse response) Each Request must know how to create it's counterpart Response.createUpdate
(QName typeName, List<QName> propertyNames, List<Object> newValues, Filter updateFilter) Methods inherited from class WFSRequest
getFinalURL, getHandle, getOperation, getOutputFormat, getPostContentType, getStrategy, getTypeName, initRequest, initService, initVersion, performPostOutput, requiresPost, setHandle, setOutputFormat, setTypeName, toString
Methods inherited from class AbstractRequest
getProperties, getRequestHints, processKey, setProperty, setRequestHints
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface Request
getProperties, getRequestHints, setProperty, setRequestHints
-
Constructor Details
-
TransactionRequest
-
-
Method Details
-
add
-
getTypeNames
-
getTransactionElements
-
createInsert
-
createUpdate
-
createDelete
-
createResponse
Description copied from interface:Request
Each Request must know how to create it's counterpart Response. Given the content type and input stream (containin the response data), this method must return an appropriate Response object.- Specified by:
createResponse
in interfaceRequest
- Overrides:
createResponse
in classWFSRequest
- Throws:
ServiceException
IOException
-