Package org.n52.svalbard.util
Class CodingHelper
- java.lang.Object
-
- org.n52.svalbard.util.CodingHelper
-
public final class CodingHelper extends Object
- Since:
- 1.0.0
-
-
Method Summary
-
-
-
Method Detail
-
decoderKeysForElements
public static Set<DecoderKey> decoderKeysForElements(String namespace, Class<?>... elements)
-
xmlDecoderKeysForOperation
public static Set<DecoderKey> xmlDecoderKeysForOperation(String service, String version, Enum<?>... operations)
-
xmlDecoderKeysForOperation
public static Set<DecoderKey> xmlDecoderKeysForOperation(String service, String version, String... operations)
-
xmlEncoderKeysForOperationAndMediaType
public static Set<EncoderKey> xmlEncoderKeysForOperationAndMediaType(String service, String version, String... operations)
-
xmlEncoderKeysForOperationAndMediaType
public static Set<EncoderKey> xmlEncoderKeysForOperationAndMediaType(String service, String version, Enum<?>... operations)
-
xmlStringDecoderKeysForOperationAndMediaType
public static Set<DecoderKey> xmlStringDecoderKeysForOperationAndMediaType(String service, String version, Enum<?>... operations)
-
xmlStringDecoderKeysForOperationAndMediaType
public static Set<DecoderKey> xmlStringDecoderKeysForOperationAndMediaType(String service, String version, String... operations)
-
encoderKeysForElements
public static Set<EncoderKey> encoderKeysForElements(String namespace, Class<?>... elements)
-
getEncoderKey
public static EncoderKey getEncoderKey(String namespace, Object o)
-
getPropertyTypeEncoderKey
public static EncoderKey getPropertyTypeEncoderKey(String namespace, Object o)
-
getDocumentEncoderKey
public static EncoderKey getDocumentEncoderKey(String namespace, Object o)
-
getDecoderKey
public static DecoderKey getDecoderKey(org.apache.xmlbeans.XmlObject doc)
-
getDecoderKey
public static <T extends org.apache.xmlbeans.XmlObject> DecoderKey getDecoderKey(T[] doc)
-
readXML
public static org.apache.xmlbeans.XmlObject readXML(String string) throws XmlDecodingException
- Throws:
XmlDecodingException
-
-