Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaxb

What is an .episode file..?

java web-services jaxb

IllegalAnnotationException: Two classes have the same XML type name

java jboss jaxb jbossws

How do you customize how JAXB generates plural method names?

java xml jaxb jaxb2

convert xml to java object using jaxb (unmarshal)

java 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