public abstract class WFSTransactionRequest extends WFSRequest
Modifier and Type | Field and Description |
---|---|
protected static String |
UPDATE_NAME_TAG |
protected static String |
UPDATE_PROPERTY_TAG |
protected static String |
UPDATE_VALUE_TAG |
status
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
Constructor and Description |
---|
WFSTransactionRequest(WFSStatus status,
WFSProtocolHandler protocolHandler) |
Modifier and Type | Method and Description |
---|---|
WFSRequestInformation |
createRequestInformation()
Creates a request information
|
protected String |
getOperationName() |
protected String |
getTempFilePrefix() |
sendRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getSchemaLocation, getSymbol, getURL, isDeleted, setDeleted
protected static final String UPDATE_PROPERTY_TAG
protected static final String UPDATE_NAME_TAG
protected static final String UPDATE_VALUE_TAG
public WFSTransactionRequest(WFSStatus status, WFSProtocolHandler protocolHandler)
status
- protocolHandler
- protected String getTempFilePrefix()
getTempFilePrefix
in class OGCRequest
protected String getOperationName()
getOperationName
in class OGCRequest
public WFSRequestInformation createRequestInformation()
WFSRequest
createRequestInformation
in class WFSRequest