org.deegree.services.wfs.protocol
Interface WFSGetFeatureWithLockResponse

All Superinterfaces:
OGCWebServiceResponse, WFSBasicResponse, WFSGetFeatureResponse
All Known Implementing Classes:
WFSGetFeatureWithLockResponse_Impl

public interface WFSGetFeatureWithLockResponse
extends WFSGetFeatureResponse

For the request, a WFS must generate a result that includes the lock identifier.

--------------------------------------------------------

Version:
$Revision: 1.3 $ $Date: 2004/02/09 07:57:02 $
Author:
Andreas Poth

Method Summary
 java.lang.String getLockId()
          returns the lock id of GetFeatureWithLockRequest
 
Methods inherited from interface org.deegree.services.wfs.protocol.WFSGetFeatureResponse
getResponse
 
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicResponse
getAffectedFeatureTypes
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getLockId

public java.lang.String getLockId()
returns the lock id of GetFeatureWithLockRequest