
spring.jobs.oxm-context.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jms-implementation Show documentation
Show all versions of jms-implementation Show documentation
InterProScan JMS Implementation Module
The newest version!
<?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:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.2.xsd"> <bean id="interproJaxb2" abstract="true" class="org.springframework.oxm.jaxb.Jaxb2Marshaller"> <property name="classesToBeBound"> <list> <value>uk.ac.ebi.interpro.scan.model.Entry</value> <value>uk.ac.ebi.interpro.scan.model.Protein</value> <value>uk.ac.ebi.interpro.scan.model.Signature</value> <value>uk.ac.ebi.interpro.scan.model.SignatureLibraryRelease</value> <value>uk.ac.ebi.interpro.scan.model.ProteinMatchesHolder</value> <value>uk.ac.ebi.interpro.scan.model.NucleicAcidMatchesHolder</value> <value>uk.ac.ebi.interpro.scan.model.Xref</value> </list> </property> <property name="marshallerProperties"> <util:map value-type="java.lang.Boolean"> <entry value="true"> <key> <util:constant static-field="javax.xml.bind.Marshaller.JAXB_FORMATTED_OUTPUT"/> </key> </entry> </util:map> </property> </bean> <bean id="interproMarshaller" parent="interproJaxb2"/> <!--<bean id="unmarshaller" parent="jaxb2"/>--> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy