Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

How to serialize and de-serialize objects using JAXB?

java jaxb

@XMLRootElement versus @XmlType

xml jaxb jax-ws

How to generate CDATA block using JAXB?

java xml jaxb cdata

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