Package org.n52.shetland.w3c.wsdl
Interface WSDLConstants.SoapRequestActionUris
-
- Enclosing interface:
- WSDLConstants
public static interface WSDLConstants.SoapRequestActionUris
-
-
Field Summary
Fields Modifier and Type Field Description static URIDELETE_SENSORstatic URIDESCRIBE_SENSORstatic URIGET_CAPABILITIESstatic URIGET_FEATURE_OF_INTERESTstatic URIGET_OBSERVATIONstatic URIGET_OBSERVATION_BY_IDstatic URIGET_RESULTstatic URIGET_RESULT_TEMPLATEstatic URIINSERT_OBSERVATIONstatic URIINSERT_RESULTstatic URIINSERT_RESULT_TEMPLATEstatic URIINSERT_SENSORstatic URIUPDATE_SENSOR_DESCRIPTION
-
-
-
Field Detail
-
DELETE_SENSOR
static final URI DELETE_SENSOR
-
DESCRIBE_SENSOR
static final URI DESCRIBE_SENSOR
-
GET_CAPABILITIES
static final URI GET_CAPABILITIES
-
GET_FEATURE_OF_INTEREST
static final URI GET_FEATURE_OF_INTEREST
-
GET_OBSERVATION
static final URI GET_OBSERVATION
-
GET_OBSERVATION_BY_ID
static final URI GET_OBSERVATION_BY_ID
-
GET_RESULT
static final URI GET_RESULT
-
GET_RESULT_TEMPLATE
static final URI GET_RESULT_TEMPLATE
-
INSERT_OBSERVATION
static final URI INSERT_OBSERVATION
-
INSERT_RESULT
static final URI INSERT_RESULT
-
INSERT_RESULT_TEMPLATE
static final URI INSERT_RESULT_TEMPLATE
-
INSERT_SENSOR
static final URI INSERT_SENSOR
-
UPDATE_SENSOR_DESCRIPTION
static final URI UPDATE_SENSOR_DESCRIPTION
-
-