Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

JAXB javax.xml.bind.PropertyException

jaxb

JAXB and inheritance in collection

jaxb override package of a specific generated set of classes

java xsd jaxb

JAXB 2.1 - Customize xs:any binding

java jaxb xsd xjc

JAXB what should be returned from `beforeMarshal(Marshaller)` method?

java jaxb

JAXB issues under Java 7 it says it can't find RI 2.1.0

java linux jaxb jersey jax-rs

JAXB Simplify plugin still usable?

Is it possible to generate equals and compareTo methods for classes generated with jaxb

java jaxb equals

javax.xml.bind.PropertyException when jaxb marshalling

java xml maven jaxb marshalling

Using JAXB to unmarshall elements with varying/dynamic names

java xml serialization orm jaxb

Within CXF, why use any other binding than JAXB? (MTOM attachments, Aegis, XMLBeans,...)

Creating a valid XSD that is open using <all> and <any> elements

xsd jaxb

How to parse <foo value1="a" value2="b">value3</foo> with JAXB?

xml jaxb

Help troubleshooting JAXB unmarshalling NPE

How to add XML processing instructions during JAXB marshal

How can I generate java classes for xml deserialization using an xml schema?

java xsd jaxb

help please: xjc throws "Two declarations cause a collision in the ObjectFactory class"

How to make JAXB unmarshaller to ignore prefixes?

How to get a particular element through JAXB xml parsing?

java xml xml-parsing jaxb

How would I marshal a List of Jaxb Elements without making a wrapper class?

java xml jaxb