Package org.geotools.data.wfs.internal
Class TransactionRequest
Object
AbstractRequest
WFSRequest
TransactionRequest
- All Implemented Interfaces:
Request
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classclassstatic classstatic class -
Field Summary
Fields inherited from class WFSRequest
config, operation, strategyFields inherited from class AbstractRequest
EXCEPTION_XML, hints, onlineResource, properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateDelete(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, toStringMethods inherited from class AbstractRequest
getProperties, getRequestHints, processKey, setProperty, setRequestHintsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Request
getProperties, getRequestHints, setProperty, setRequestHints
-
Constructor Details
-
TransactionRequest
-
-
Method Details
-
add
-
getTypeNames
-
getTransactionElements
-
createInsert
-
createUpdate
-
createDelete
-
createResponse
Description copied from interface:RequestEach 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:
createResponsein interfaceRequest- Overrides:
createResponsein classWFSRequest- Throws:
ServiceExceptionIOException
-