|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.csw.provider3.GetRecordsProvider
public class GetRecordsProvider
Provides the CSW GetRecords operation.
| Constructor Summary | |
|---|---|
GetRecordsProvider()
Default constructor |
|
| Method Summary | |
|---|---|
protected Node |
buildFilterNode(String[] namespace,
String constraintFilter)
Builds an ogc:Filter node from HTTP GET parameters. |
protected Node |
buildSortByNode(String[] sortBy)
Builds an ogc:SortBy node from HTTP GET parameters. |
void |
execute(OperationContext context)
Executes a parsed operation request. |
void |
handleGet(OperationContext context,
HttpServletRequest request)
Handles a URL based request (HTTP GET). |
void |
handleXML(OperationContext context,
Node root,
XPath xpath)
Handles an XML based request (normally HTTP POST). |
protected List<String[]> |
parseNamespace(String[] namespace)
Parses namespace |
protected void |
translateNamespaces(String[] parsed,
List<String[]> namespaces)
Translates namespaces. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetRecordsProvider()
| Method Detail |
|---|
protected void translateNamespaces(String[] parsed,
List<String[]> namespaces)
parsed - parsed namespacesnamespaces - available namespaces
protected List<String[]> parseNamespace(String[] namespace)
throws OwsException
array - of namespaces
OwsException
protected Node buildFilterNode(String[] namespace,
String constraintFilter)
throws Exception
namespace - the namespace parameter valuesconstraintFilter - the constraint parameter value
Exception - if a processing exception occurs
protected Node buildSortByNode(String[] sortBy)
throws Exception
sortBy - the sortBy parameter values
Exception - if a processing exception occurs
public void execute(OperationContext context)
throws Exception
context - the operation context
Exception - if a processing exception occurs
public void handleGet(OperationContext context,
HttpServletRequest request)
throws Exception
handleGet in interface IOperationProvidercontext - the operation contextrequest - the HTTP request
Exception - if a processing exception occurs
public void handleXML(OperationContext context,
Node root,
XPath xpath)
throws Exception
handleXML in interface IOperationProvidercontext - the operation contextroot - the root nodexpath - an XPath to enable queries (properly configured with name spaces)
Exception - if a processing exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||