| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_URL |
| Modifier and Type | Method and Description |
|---|---|
static net.opengis.wps.x100.CapabilitiesDocument |
getInstance()
Get the WPS Capabilities for this service.
|
static net.opengis.wps.x100.CapabilitiesDocument |
getInstance(boolean reload)
Get the WPS Capabilities for this service and optionally force a reload.
|
static net.opengis.wps.x100.CapabilitiesDocument |
getInstance(net.opengis.wps.x100.CapabilitiesDocument skel)
Gets the WPS Capabilities using the specified skeleton.
|
static net.opengis.wps.x100.CapabilitiesDocument |
getInstance(File file)
Gets the WPS Capabilities using the specified file to obtain the skeleton.
|
static net.opengis.wps.x100.CapabilitiesDocument |
getInstance(String filePath)
Gets the WPS Capabilities using the specified file to obtain the skeleton.
|
static net.opengis.wps.x100.CapabilitiesDocument |
getInstance(URL url)
Gets the WPS Capabilities using the specified URL to obtain the skeleton.
|
static boolean |
ready()
Checks if the capabilities document is loaded.
|
static void |
reloadSkeleton()
Force a reload of the capabilities skeleton.
|
public static String ENDPOINT_URL
public static net.opengis.wps.x100.CapabilitiesDocument getInstance(String filePath) throws org.apache.xmlbeans.XmlException, IOException
getInstance() and getInstance(boolean) will use this file to obtain the skeleton.filePath - the File pointing to a skeletonorg.apache.xmlbeans.XmlException - if the Capabilities skeleton is not validIOException - if an IO error occurspublic static net.opengis.wps.x100.CapabilitiesDocument getInstance(File file) throws org.apache.xmlbeans.XmlException, IOException
getInstance() and getInstance(boolean) will use this file to obtain the skeleton.file - the File pointing to a skeletonorg.apache.xmlbeans.XmlException - if the Capabilities skeleton is not validIOException - if an IO error occurspublic static net.opengis.wps.x100.CapabilitiesDocument getInstance(URL url) throws org.apache.xmlbeans.XmlException, IOException
getInstance() and getInstance(boolean) will use this URL to obtain the skeleton.url - the URL pointing to a skeletonorg.apache.xmlbeans.XmlException - if the Capabilities skeleton is not validIOException - if an IO error occurspublic static net.opengis.wps.x100.CapabilitiesDocument getInstance(net.opengis.wps.x100.CapabilitiesDocument skel)
throws org.apache.xmlbeans.XmlException,
IOException
getInstance() and
getInstance(boolean) will use this skeleton.skel - the skeletonorg.apache.xmlbeans.XmlException - if the Capabilities skeleton is not validIOException - if an IO error occurspublic static net.opengis.wps.x100.CapabilitiesDocument getInstance()
throws org.apache.xmlbeans.XmlException,
IOException
org.apache.xmlbeans.XmlException - if the Capabilities skeleton is not validIOException - if an IO error occurspublic static net.opengis.wps.x100.CapabilitiesDocument getInstance(boolean reload)
throws org.apache.xmlbeans.XmlException,
IOException
reload - if the capabilities should be reloadedorg.apache.xmlbeans.XmlException - if the Capabilities skeleton is not validIOException - if an IO error occurspublic static void reloadSkeleton()
throws org.apache.xmlbeans.XmlException,
IOException
org.apache.xmlbeans.XmlException - if the Capabilities skeleton is not validIOException - if an IO error occurspublic static boolean ready()
Copyright © 2019. All Rights Reserved.