Esri Geoportal Server
1.0

com.esri.gpt.catalog.arcgis.metadata
Class ServiceHandlerFactory

java.lang.Object
  extended by com.esri.gpt.catalog.arcgis.metadata.ServiceHandlerFactory

public class ServiceHandlerFactory
extends Object

A factory for instantiating handlers capabable of processing specific ArcGIS Server service types.


Constructor Summary
ServiceHandlerFactory()
          Default constructor.
 
Method Summary
 ServiceHandler makeHandler(String serviceType)
          Instantiates a handler capabable of processing a specific ArcGIS Server service type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceHandlerFactory

public ServiceHandlerFactory()
Default constructor.

Method Detail

makeHandler

public ServiceHandler makeHandler(String serviceType)
Instantiates a handler capabable of processing a specific ArcGIS Server service type.

Parameters:
serviceType - the ArcGIS Server service type
Returns:
the service handler (can be null)

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.