jaxb
CXF - JAX-WS server side Schema Validation does not find element definition
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:[详细]
2023-04-09 07:41 分类:问答Can JAXB marshal by containment at first then marshal by @XmlIDREF for subsequent references?
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[详细]
2023-04-09 06:34 分类:问答JAXB Annotations and SuperClass
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[详细]
2023-04-08 16:27 分类:问答JAXB marshalling and unmarshalling CDATA
I have a requirement in which i have XML like this <programs> <program> <name>test1</name>[详细]
2023-04-08 15:33 分类:问答unmarshalling complex types with Jaxb2
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?[详细]
2023-04-08 14:36 分类:问答create simple xml in Java
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.[详细]
2023-04-07 20:34 分类:问答JBoss RESTeasy JAX-RS JAXB schema validation with Decorator
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[详细]
2023-04-07 18:28 分类:问答resteasy, jaxb - How to produce a collection/list of strings?
Simple task, I need to produce this XML: <collection> <name>bill</name> <name>monica</name>[详细]
2023-04-07 07:59 分类:问答Add/Override behavior on Jaxb generated classes by extending them
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:[详细]
2023-04-07 06:05 分类:问答JAXB parsing "minOccours" - Problem with unmarshling
I have following XSD which i used to generated JAXB objects <xs:complexType name=\"packageType\">[详细]
2023-04-07 00:21 分类:问答