|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.csw.provider.GetRecordByIdProvider
public class GetRecordByIdProvider
Provides the CSW GetRecordById operation.
Constructor Summary | |
---|---|
GetRecordByIdProvider()
Default constructor |
Method Summary | |
---|---|
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). |
void |
validateIfOriginalSchema(OperationContext context,
String idLocator,
String schemaLocator)
Ensures that the ID count is one if an original schema was requested. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetRecordByIdProvider()
Method Detail |
---|
public void execute(OperationContext context) throws Exception
context
- the operation context
Exception
- if a processing exception occurspublic void handleGet(OperationContext context, HttpServletRequest request) throws Exception
handleGet
in interface IOperationProvider
context
- the operation contextrequest
- the HTTP request
Exception
- if a processing exception occurspublic void handleXML(OperationContext context, Node root, XPath xpath) throws Exception
handleXML
in interface IOperationProvider
context
- the operation contextroot
- the root nodexpath
- an XPath to enable queries (properly configured with name spaces)
Exception
- if a processing exception occurspublic void validateIfOriginalSchema(OperationContext context, String idLocator, String schemaLocator) throws OwsException
context
- the operation contextidLocator
- the OwsException ID locatorschemaLocator
- OwsException output schema locator
OwsException
- if validation fails
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |