Skip to content

Instantly share code, notes, and snippets.

@altfatterz
Created October 3, 2013 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altfatterz/6815824 to your computer and use it in GitHub Desktop.
Save altfatterz/6815824 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:oxm="http://www.springframework.org/schema/oxm"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/oxm
http://www.springframework.org/schema/oxm/spring-oxm.xsd">
<oxm:jaxb2-marshaller id="marshaller">
<oxm:class-to-be-bound name="com.za.jaxb.widget.WidgetConfig" />
<oxm:class-to-be-bound name="com.za.jaxb.widget.WidgetResourceRef" />
</oxm:jaxb2-marshaller>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment