2 Replies Latest reply on Oct 21, 2011 6:11 PM by jamie3_james.archibald

    Camel + JAXB + AnyType

    jamie3_james.archibald

      I have a JAXB generated class which contains an AnyType

       

       

       

          public void setDetail(Object value) {

              this.detail = value;

          }

       

       

      The detail could be anything such as a byte[] array, another JAXB generated class, or some other serializable object.

       

      How does the Camel JAXB component handle AnyType's when marshalling/unmarshalling?