|
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.catalog.arcgis.metadata.AGSInterrogator
public class AGSInterrogator
Interrogates an ArcGIS server target to determine the REST and SOAP endpoints for an ArcGIS server services catalog.
| Constructor Summary | |
|---|---|
AGSInterrogator(HttpClientRequest httpClient,
AGSTarget target)
Constructs with a supplied processing context and ArcGIS server target. |
|
AGSInterrogator(ProcessingContext context,
AGSTarget target)
Constructs with a supplied processing context and ArcGIS server target. |
|
| Method Summary | |
|---|---|
boolean |
interrogate(URL url,
String response)
Interrogates the character response from a target resource URL attempting to determine the REST and SOAP endpoints for an ArcGIS server services catalog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AGSInterrogator(ProcessingContext context,
AGSTarget target)
context - the processing contexttarget - the ArcGIS server target
public AGSInterrogator(HttpClientRequest httpClient,
AGSTarget target)
httpClient - HTTP clienttarget - the ArcGIS server target| Method Detail |
|---|
public boolean interrogate(URL url,
String response)
throws IOException
url - the target URL associated with the resource being interrogatedresponse - the character based response previously returned from the target URL
true if the target was recognized as an ArcGIS server endpoint
IOException
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||