|
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.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 type| Method Detail |
|---|
public String getOgcType()
public void setOgcType(String type)
type - the OGC service type
public void collectMetadata(ServiceHandlerFactory handlerFactory,
ServiceInfo serviceInfo)
throws Exception
collectMetadata in class ServiceHandlerhandlerFactory - 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 | ||||||||