|
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.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).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.esri.gpt.catalog.arcgis.metadata.ServiceHandler |
|---|
ServiceHandler.ServiceRecord |
| 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. |
ServiceInfo |
createServiceInfo(ServiceInfo parentInfo,
com.esri.arcgisws.ServiceDescription desc,
String currentRestUrl,
String currentSoapUrl)
Creates service info. |
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
public ServiceInfo createServiceInfo(ServiceInfo parentInfo,
com.esri.arcgisws.ServiceDescription desc,
String currentRestUrl,
String currentSoapUrl)
ServiceHandler
createServiceInfo in class ServiceHandlerparentInfo - parent infodesc - service descriptioncurrentRestUrl - current REST URLcurrentSoapUrl - current SOAP URL
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||