org.deegree.services.wfs.protocol
Interface WFSInsertResult

All Known Implementing Classes:
WFSInsertResult_Impl

public interface WFSInsertResult

The element is used to delimit one or more feature identifiers of newly created features. The insert results are reported in the order in which the operations were specified in the request. Additionally, they can be correlated using the handle attribute.

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

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

Method Summary
 java.lang.String[] getFeatureIds()
          Returns the ids of the inserted features
 java.lang.String getHandle()
          The handle attribute is included to allow a server to associate any text to the response.
 

Method Detail

getHandle

public java.lang.String getHandle()
The handle attribute is included to allow a server to associate any text to the response. The purpose of the handle attribute is to provide an error handling mechanism for locating a statement that might fail. Or to identify an InsertResult.


getFeatureIds

public java.lang.String[] getFeatureIds()
Returns the ids of the inserted features