Package org.apache.qpid.proton

Examples of org.apache.qpid.proton.ProtonFactoryLoader


{
    @SuppressWarnings({ "rawtypes", "unchecked" })
    @Test
    public void testLoadFactoryWithExplicitClass()
    {
        ProtonFactoryLoader factoryLoader = new ProtonFactoryLoader();
        MessageFactory messageFactory = (MessageFactory) factoryLoader.loadFactory(MessageFactory.class);
        assertNotNull(messageFactory);
    }
View Full Code Here

TOP

Related Classes of org.apache.qpid.proton.ProtonFactoryLoader

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.