org.deegree_impl.services.wfs.protocol
Class WFSGetFeatureWithLockResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wfs.protocol.WFSBasicResponse_Impl
          extended byorg.deegree_impl.services.wfs.protocol.WFSGetFeatureResponse_Impl
              extended byorg.deegree_impl.services.wfs.protocol.WFSGetFeatureWithLockResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WFSBasicResponse, WFSGetFeatureResponse, WFSGetFeatureWithLockResponse

class WFSGetFeatureWithLockResponse_Impl
extends WFSGetFeatureResponse_Impl
implements WFSGetFeatureWithLockResponse

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

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

Version:
$Revision: 1.3 $ $Date: 2004/03/12 15:56:49 $
Author:
Andreas Poth Katharina Lupp

Field Summary
private  java.lang.String lockId
           
 
Fields inherited from class org.deegree_impl.services.wfs.protocol.WFSGetFeatureResponse_Impl
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WFSGetFeatureWithLockResponse_Impl(java.lang.String lockId, OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, java.lang.Object response)
          constructor initializing the class with the
 
Method Summary
 java.lang.String getLockId()
          returns the lock id of GetFeatureWithLockRequest
 void setLockId(java.lang.String lockId)
          sets the lock id of GetFeatureWithLockRequest
 java.lang.String toString()
           
 
Methods inherited from class org.deegree_impl.services.wfs.protocol.WFSGetFeatureResponse_Impl
addAffectedFeatureTypes, getAffectedFeatureTypes, getResponse, setAffectedFeatureTypes, setResponse
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Field Detail

lockId

private java.lang.String lockId
Constructor Detail

WFSGetFeatureWithLockResponse_Impl

WFSGetFeatureWithLockResponse_Impl(java.lang.String lockId,
                                   OGCWebServiceRequest request,
                                   java.lang.String[] affectedFeatureTypes,
                                   org.w3c.dom.Document exception,
                                   java.lang.Object response)
constructor initializing the class with the

Method Detail

getLockId

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

Specified by:
getLockId in interface WFSGetFeatureWithLockResponse

setLockId

public void setLockId(java.lang.String lockId)
sets the lock id of GetFeatureWithLockRequest


toString

public java.lang.String toString()
Overrides:
toString in class WFSGetFeatureResponse_Impl
Returns: