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 java.lang.Object
- Since:
- 2.0
- Version:
- $Revision: 18195 $, 1.0. $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Andreas Poth, last edited by: $Author: mschneider $
Constructor Summary |
Operation(java.lang.String name,
java.lang.String handle)
|
Method Summary |
java.lang.String |
getHandle()
The handle attribute is an additional parameter not defined in the general model. |
java.lang.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(java.lang.String name,
java.lang.String handle)
- Parameters:
name
- handle
-
getHandle
public java.lang.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:
- the handle
getName
public java.lang.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://www.deegree.org