org.gvsig.remoteclient.wfs.request
Class WFSTransactionRequest

java.lang.Object
  extended by org.gvsig.remoteclient.ogc.request.OGCRequest
      extended by org.gvsig.remoteclient.wfs.request.WFSRequest
          extended by org.gvsig.remoteclient.wfs.request.WFSTransactionRequest
Direct Known Subclasses:
WFSTransactionRequest1_0_0

public abstract class WFSTransactionRequest
extends WFSRequest

Version:
$Id$
Author:
gvSIG Team

Field Summary
protected static java.lang.String UPDATE_NAME_TAG
           
protected static java.lang.String UPDATE_PROPERTY_TAG
           
protected static java.lang.String UPDATE_VALUE_TAG
           
 
Fields inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest
status
 
Fields inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
isDeleted, protocolHandler, XMLTAG_ENDCHARACTER, XMLTAG_FINISHCHARACTER, XMLTAG_STARTCHARACTER
 
Constructor Summary
WFSTransactionRequest(WFSStatus status, WFSProtocolHandler protocolHandler)
           
 
Method Summary
 WFSRequestInformation createRequestInformation()
          Creates a request information
protected  java.lang.String getOperationName()
           
protected  java.lang.String getTempFilePrefix()
           
 
Methods inherited from class org.gvsig.remoteclient.wfs.request.WFSRequest
sendRequest
 
Methods inherited from class org.gvsig.remoteclient.ogc.request.OGCRequest
createXMLEndtTag, createXMLStartTag, getHttpGetRequest, getHttpPostRequest, getSchemaLocation, getSymbol, getURL, isDeleted, setDeleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPDATE_NAME_TAG

protected static final java.lang.String UPDATE_NAME_TAG
See Also:
Constant Field Values

UPDATE_PROPERTY_TAG

protected static final java.lang.String UPDATE_PROPERTY_TAG
See Also:
Constant Field Values

UPDATE_VALUE_TAG

protected static final java.lang.String UPDATE_VALUE_TAG
See Also:
Constant Field Values
Constructor Detail

WFSTransactionRequest

public WFSTransactionRequest(WFSStatus status,
                             WFSProtocolHandler protocolHandler)
Parameters:
status -
protocolHandler -
Method Detail

createRequestInformation

public WFSRequestInformation createRequestInformation()
Description copied from class: WFSRequest
Creates a request information

Overrides:
createRequestInformation in class WFSRequest
Returns:
a request information

getOperationName

protected java.lang.String getOperationName()
Specified by:
getOperationName in class OGCRequest

getTempFilePrefix

protected java.lang.String getTempFilePrefix()
Specified by:
getTempFilePrefix in class OGCRequest


Copyright © 2014 gvSIG Association. All Rights Reserved.