Package com.englishtown.vertx.jersey

Examples of com.englishtown.vertx.jersey.ApplicationHandlerDelegate


    public void testGetApplicationHandler() throws Exception {

        JsonArray resources = new JsonArray().add("com.englishtown.vertx.resources");
        config.put(DefaultJerseyOptions.CONFIG_RESOURCES, resources);

        ApplicationHandlerDelegate applicationHandlerDelegate;
        applicationHandlerDelegate = options.getApplicationHandler();

        assertNotNull(applicationHandlerDelegate);

    }
View Full Code Here

TOP

Related Classes of com.englishtown.vertx.jersey.ApplicationHandlerDelegate

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.