|
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.catalog.publication.ProcessorFactory
public class ProcessorFactory
A factory for instantiating suitable resource processors.
| Constructor Summary | |
|---|---|
ProcessorFactory()
Default constructor. |
|
| Method Summary | |
|---|---|
ResourceProcessor |
interrogate(ProcessingContext context,
String resourceUrl)
Interrogates a resource URL to determine an appropriate resource processor. |
ResourceProcessor |
interrogate(ProcessingContext context,
String resourceUrl,
UsernamePasswordCredentials credentials)
Interrogates a resource URL to determine an appropriate resource processor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessorFactory()
| Method Detail |
|---|
public ResourceProcessor interrogate(ProcessingContext context,
String resourceUrl)
throws IOException
context - the resource processing contextresourceUrl - the resource URL to be interrogated
IOException - if a communication exception occurs
public ResourceProcessor interrogate(ProcessingContext context,
String resourceUrl,
UsernamePasswordCredentials credentials)
throws IOException
context - the resource processing contextresourceUrl - the resource URL to be interrogatedcredentials - credentials
IOException - if a communication exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||