public class SdmxMessageUtil
extends java.lang.Object
Constructor and Description |
---|
SdmxMessageUtil() |
Modifier and Type | Method and Description |
---|---|
static DATASET_ACTION |
getDataSetAction(ReadableDataLocation sourceData)
Retruns the dataset action
|
static MESSAGE_TYPE |
getMessageType(ReadableDataLocation sourceData)
Returns MESSAGE_TYPE for the URI.
|
static java.util.List<QUERY_MESSAGE_TYPE> |
getQueryMessageTypes(ReadableDataLocation sourceData)
Determines the query message types for an input SDMX-ML query message
|
static REGISTRY_MESSAGE_TYPE |
getRegistryMessageType(ReadableDataLocation sourceData)
Returns the registry message type - this will ony work if the XML at the
URI is a RegistryInterface message.
|
static SDMX_SCHEMA |
getSchemaVersion(ReadableDataLocation sourceData)
Returns the version of the schema that the document stored at this URI points to.
|
static boolean |
isECVDelete(ReadableDataLocation dataLocation) |
static void |
parseSdmxErrorMessage(ReadableDataLocation dataLocation) |
public static void parseSdmxErrorMessage(ReadableDataLocation dataLocation)
public static SDMX_SCHEMA getSchemaVersion(ReadableDataLocation sourceData) throws ParseException
uri
- ParseException
public static boolean isECVDelete(ReadableDataLocation dataLocation)
public static MESSAGE_TYPE getMessageType(ReadableDataLocation sourceData)
uri
- public static REGISTRY_MESSAGE_TYPE getRegistryMessageType(ReadableDataLocation sourceData)
uri
- public static java.util.List<QUERY_MESSAGE_TYPE> getQueryMessageTypes(ReadableDataLocation sourceData)
sourceData
- public static DATASET_ACTION getDataSetAction(ReadableDataLocation sourceData)
uri
-