org.deegree.ogcwebservices.csw.manager
Class Operation
java.lang.Object
org.deegree.ogcwebservices.csw.manager.Operation
- Direct Known Subclasses:
- Delete, Insert, Update
public abstract class Operation
- extends Object
- Since:
- 2.0
- Version:
- $Revision: 9345 $, 1.0. $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
Method Summary |
String |
getHandle()
The handle attribute is an additional parameter not defined in the general model. |
String |
getName()
returns the name of the operation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Operation
public Operation(String name,
String handle)
getHandle
public String getHandle()
- The handle attribute is an additional parameter not defined in the general model. It is used
in the XML encoding to associate a mnemonic name with each action contained in a Transaction
for the purpose of error handling. If a CSW encounters an error processing a transaction
request and the handle attribute is defined, the CSW can localize the source of the problem
for the client by specifying the handle in the exception response.
- Returns:
getName
public String getName()
- returns the name of the operation
- Returns:
- the name of the operation
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net