I have a web service that defines severals schemas in the webTypes section. I define a read operation which type is define in this schema:
I\'m wondering if it\'s possible to annotate my classes so that the first time the marshaller encounters an object, it generates an XML element of the appropriate type, but any subsequent reference to
I\'m trying to use JAXB annotations in a parent class so that all the sub classes can inherit them but I\'m running into a marshaling error.I don\'t get the below error when I include @XmlRootElement
I have a requirement in which i have XML like this <programs> <program> <name>test1</name>
Hi I have following XML and java classes when I unmarshall using JAXB2 processor using Spring OXM framework I am getting all null values. Any idea?
I am trying to build server that sends a xml file to client. I am getting info from db and wants to build from that xml file.
I am trying to validate all incoming XML files that come over my (contract first) REST interface in an application running inside JBoss AS 7. I have written a @Decorator for Pretty-Printing (as by the
Simple task, I need to produce this XML: <collection> <name>bill</name> <name>monica</name>
I have a web server responding with xml data and a client consuming it. Both share the same domain code. One of the domain objects looks like this:
I have following XSD which i used to generated JAXB objects <xs:complexType name=\"packageType\">