| 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.csw.provider.local.DiscoveryAdapter
public class DiscoveryAdapter
Super-class for adapting CSW operation components to the local discovery model.
| Constructor Summary | |
|---|---|
DiscoveryAdapter(OperationContext context)
Constructs with a supplied operation context  | 
|
| Method Summary | |
|---|---|
 DiscoveryContext | 
getDiscoveryContext()
Gets the active discovery context.  | 
 Discoverable | 
parsePropertyName(Node parent,
                  XPath xpath)
Parses a parent node for an associated property name (ogc:PropertyName).  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DiscoveryAdapter(OperationContext context)
context - the operation context| Method Detail | 
|---|
public DiscoveryContext getDiscoveryContext()
public Discoverable parsePropertyName(Node parent,
                                      XPath xpath)
                               throws OwsException,
                                      XPathExpressionException
parent - the parent of the property to locatexpath - an XPath to enable queries (properly configured with name spaces)
OwsException - if validation fails
XPathExpressionException - if an XPath related exception occurs
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||