|
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.catalog.arcgis.metadata.ServiceHandler com.esri.gpt.catalog.arcgis.metadata.OGCServerHandler
public class OGCServerHandler
Handles the collection of metadata for an ArcGIS server service implementing an OGC type (WMS, WFS, WCS).
Field Summary |
---|
Fields inherited from class com.esri.gpt.catalog.arcgis.metadata.ServiceHandler |
---|
http |
Constructor Summary | |
---|---|
OGCServerHandler(String type)
Constructs with a supplied OGC service type (e.g. |
Method Summary | |
---|---|
void |
collectMetadata(ServiceHandlerFactory handlerFactory,
ServiceInfo serviceInfo)
Collect metadata associated with a service. |
String |
getOgcType()
Gets the OGC service type (e.g. |
void |
setOgcType(String type)
Sets the OGC service type (e.g. |
Methods inherited from class com.esri.gpt.catalog.arcgis.metadata.ServiceHandler |
---|
appendRecord, collectMetadata, collectParentMetadata, collectParentMetadata, getCredentials, publishMetadata, setCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OGCServerHandler(String type)
type
- the OGC service typeMethod Detail |
---|
public String getOgcType()
public void setOgcType(String type)
type
- the OGC service typepublic void collectMetadata(ServiceHandlerFactory handlerFactory, ServiceInfo serviceInfo) throws Exception
collectMetadata
in class ServiceHandler
handlerFactory
- handler factoryserviceInfo
- the active service information
Exception
- if an exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |