Re: JAXB util creating OMElement based on annotations

2011-05-16 Thread Sridhar Dabbeeru
er); > bais = new > ByteArrayInputStream(((ByteArrayOutputStream)writer.getOutputStream()).toByteArray()); > StAXBuilder builder = BuilderUtil.getBuilder(bais); > OMElement documentElement = builder.getDocumentElement(); > > > Any help r

JAXB util creating OMElement based on annotations

2011-05-12 Thread Sridhar Dabbeeru
ement(); Any help really appreciated. Thanks, Sridhar -- View this message in context: http://old.nabble.com/JAXB-util-creating-OMElement-based-on-annotations-tp31605475p31605475.html Sent from the Axis - User mailing list archive at Nabble.com. ---