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 |
statusisDeleted, 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() |
sendRequestcreateXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getSchemaLocation, getSymbol, getURL, isDeleted, setDeletedprotected 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 OGCRequestprotected String getOperationName()
getOperationName in class OGCRequestpublic WFSRequestInformation createRequestInformation()
WFSRequestcreateRequestInformation in class WFSRequest