Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

JAXB IllegalAnnotationException is thrown during parsing XML

java xml jaxb

JAXB Exception: Class not known to this context

java web-services jaxb cxf

How do I parse this XML in Java with JAXB?

java xml jaxb

JAXB: How to change XJC-generated classes names when attr type is specified in XSD?

types xsd jaxb xjc

Proper fix for Java 10 complaining about illegal reflection access by jaxb-impl 2.3.0?

java maven jaxb java-10

Prevent XXE Attack with JAXB

How to make generated classes contain Javadoc from XML Schema documentation

java jaxb jax-ws javadoc xjc

JAXB inheritance, unmarshal to subclass of marshaled class

java xml jaxb

How to generate a Java class which implements Serializable interface from xsd using JAXB?

java xsd jaxb xjc

Using JAXB to unmarshal/marshal a List<String>

java rest jaxb

Excluding fields in JAXB

java xml jaxb java-ee-6

JAXB Marshalling with null fields

java jaxb marshalling

How do I prevent JAXBElement<String> from being generated in a CXF Web Service client?

java wcf web-services jaxb cxf

Why does JAXB need a no arg constructor for marshalling?

java xml jaxb marshalling

Is it possible to generate a XSD from a JAXB-annotated class?

java xsd jaxb

Getting Marshall result into String

java jaxb

java.util.List is an interface, and JAXB can't handle interfaces

Which artifacts should I use for JAXB RI in my Maven project?

java maven jaxb jaxb2

no suitable HttpMessageConverter found for response type

java xml spring jaxb

How to validate against schema in JAXB 2.0 without marshalling?

java jaxb