Package org.logicblaze.lingo.jms.marshall

Examples of org.logicblaze.lingo.jms.marshall.XStreamMarshaller


* @version $Revision: 1.1 $
*/
public class JmsXStreamTest extends JmsMultiplexingRemotingTest {

    protected void configure(JmsServiceExporter exporter) throws Exception {
        exporter.setMarshaller(new XStreamMarshaller());
        super.configure(exporter);
    }
View Full Code Here


        exporter.setMarshaller(new XStreamMarshaller());
        super.configure(exporter);
    }

    protected void configure(JmsProxyFactoryBean pfb) throws JMSException {
        pfb.setMarshaller(new XStreamMarshaller());
        super.configure(pfb);
    }
View Full Code Here

TOP

Related Classes of org.logicblaze.lingo.jms.marshall.XStreamMarshaller

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.