Package com.documents4j.ws.application

Examples of com.documents4j.ws.application.WebConverterApplication


        checkNotNull(baseUri);
        StandaloneWebConverterConfiguration configuration = makeConfiguration();
        // The configuration has to be configured both by a binder to make it injectable
        // and directly in order to trigger life cycle methods on the deployment container.
        ResourceConfig resourceConfig = ResourceConfig
                .forApplication(new WebConverterApplication(configuration))
                .register(configuration);
        return GrizzlyHttpServerFactory.createHttpServer(baseUri, resourceConfig);
    }
View Full Code Here

TOP

Related Classes of com.documents4j.ws.application.WebConverterApplication

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.