Package org.jboss.arquillian.quickstart.cxf.service.rs

Examples of org.jboss.arquillian.quickstart.cxf.service.rs.StockServiceResource


        JSONProvider provider = new JSONProvider();
        provider.setSerializeAsArray(true);
        provider.setConvention("badgerfish");

        Set<Object> singletons = new HashSet<Object>();
        singletons.add(new StockServiceResource());
        singletons.add(provider);
        return singletons;
    }
View Full Code Here

TOP

Related Classes of org.jboss.arquillian.quickstart.cxf.service.rs.StockServiceResource

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.