public class XMLBeansHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NS_OWS_1_1
The namespace for WPS 1.0.0: "http://www.opengis.net/ows/1.1".
|
static String |
NS_OWS_PREFIX
The prefix for WPS 1.0.0: "ows".
|
static String |
NS_WPS_1_0_0
The namespace for WPS 1.0.0: "http://www.opengis.net/wps/1.0.0".
|
static String |
NS_WPS_PREFIX
The prefix for WPS 1.0.0: "wps".
|
static String |
NS_XSI
The namespace for XSI: "http://www.w3.org/2001/XMLSchema-instance".
|
static String |
NS_XSI_PREFIX
The prefix for XSI: "xsi".
|
| Constructor and Description |
|---|
XMLBeansHelper() |
| Modifier and Type | Method and Description |
|---|---|
static net.opengis.wps.x100.InputDescriptionType |
findInputByID(String outputID,
net.opengis.wps.x100.ProcessDescriptionType.DataInputs inputs) |
static net.opengis.wps.x100.OutputDescriptionType |
findOutputByID(String outputID,
net.opengis.wps.x100.OutputDescriptionType[] outputDescs) |
static org.apache.xmlbeans.XmlOptions |
getXmlOptions() |
static void |
registerPrefix(String namespace,
String prefix)
Registers a prefix for a namespace to be used in responses.
|
public static final String NS_WPS_1_0_0
public static final String NS_WPS_PREFIX
public static final String NS_OWS_1_1
public static final String NS_OWS_PREFIX
public static final String NS_XSI
public static final String NS_XSI_PREFIX
public static net.opengis.wps.x100.OutputDescriptionType findOutputByID(String outputID, net.opengis.wps.x100.OutputDescriptionType[] outputDescs)
public static net.opengis.wps.x100.InputDescriptionType findInputByID(String outputID, net.opengis.wps.x100.ProcessDescriptionType.DataInputs inputs)
public static org.apache.xmlbeans.XmlOptions getXmlOptions()
Copyright © 2019. All Rights Reserved.