public class WcsServiceManager
extends java.lang.Object
Constructor and Description |
---|
WcsServiceManager() |
Modifier and Type | Method and Description |
---|---|
static void |
destroy() |
static WcsCatalog |
getCatalog(java.lang.String coverageId)
Returns the first WcsCatalog instance that to "matches()" the coverageId.
|
static org.apache.http.client.CredentialsProvider |
getCredentialsProvider() |
static WcsCatalog |
getDefaultCatalog() |
static long |
getLastModified() |
static org.jdom.Element |
getOperationsMetadataElement(java.lang.String serviceUrl) |
static org.jdom.Element |
getServiceIdentificationElement() |
static org.jdom.Element |
getServiceProviderElement() |
static void |
ingestCapabilitiesMetadata(java.lang.String metadataDir) |
static void |
init(java.lang.String serviceContextPath,
java.lang.String serviceConfigPath,
java.lang.String configFileName) |
static void |
updateCatalogs() |
public static void init(java.lang.String serviceContextPath, java.lang.String serviceConfigPath, java.lang.String configFileName) throws javax.servlet.ServletException
javax.servlet.ServletException
public static void ingestCapabilitiesMetadata(java.lang.String metadataDir) throws java.io.IOException, org.jdom.JDOMException
java.io.IOException
org.jdom.JDOMException
public static WcsCatalog getCatalog(java.lang.String coverageId)
coverageId
- public static org.jdom.Element getServiceIdentificationElement()
public static org.jdom.Element getServiceProviderElement()
public static org.jdom.Element getOperationsMetadataElement(java.lang.String serviceUrl)
public static long getLastModified()
public static WcsCatalog getDefaultCatalog()
public static org.apache.http.client.CredentialsProvider getCredentialsProvider()
public static void updateCatalogs()
public static void destroy()