Class CodingHelper


  • public final class CodingHelper
    extends Object
    Since:
    1.0.0
    • Method Detail

      • decoderKeysForElements

        public static Set<DecoderKey> decoderKeysForElements​(String namespace,
                                                             Class<?>... elements)
      • xmlDecoderKeysForOperation

        public static Set<DecoderKey> xmlDecoderKeysForOperation​(String service,
                                                                 String version,
                                                                 Enum<?>... 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)
      • getPropertyTypeEncoderKey

        public static EncoderKey getPropertyTypeEncoderKey​(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)