Top "Jaxb" questions

Java Architecture for XML Binding is the Java standard for working with XML as domain objects.

Unmarshalling SOAP Messages to java / or simply parsing SOAP message?

I am facing this problem for over than one month , so i would be realy pleased by your help , in …

java soap jaxb unmarshalling saaj
Glassfish :MessageBodyProviderNotFoundException in Jersy Client

Hi All I was trying to create a rest web-service from scratch. Here is my Service part @Path("/Phones") public …

java rest jaxb jax-rs jersey-client
convert JAXBElement<String> value to java string

I have a pojo class where return type of variable is JAXBElement<String>. I want to store it …

jaxb jaxb2 jaxb2-basics
Convert Java object to XML

I am trying to convert a Java object inside of a Java library to an XML file. However, I got …

java xml jaxb oxm
Get rid of JAXBElement in classes generated by wsimport called from ant

I have the following problem: I'm using the wsimport ant task to create a webservice client (for salesforce.com). Everything's …

java web-services ant jaxb wsimport
java unmarshalling - NULL value or missing tag?

I have a nillable field in a class that is being set by the unmarshaller: @XmlElement(name = "value", nillable = true) …

java jaxb xml-nil
JAXBException: "package" doesnt contain ObjectFactory.class or jaxb.index

I have been playing with JAXB / MOXy a lot lately, and it works great on all my tests and example …

spring hibernate jaxb moxy dbunit
What is the ObjectFactory role during JAXB-Unmarshalling?

I'm using JAXB 2.2.2 to parse a simple XML-REST stream. This is the piece of code: JAXBContext jc = JAXBContext.newInstance( "com.…

java jaxb unmarshalling objectfactory
Java/JAXB: Unmarshall Xml to specific subclass based on an attribute

Is it possible to use JAXB to unmarshall xml to a specific Java class based on an attribute of the …

java inheritance jaxb eclipselink
JAXB binding file: XmlAdapters and package name

I have a binding file like this <jxb:bindings version="2.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" …

java jaxb xjc