All Downloads are FREE. Search and download functionalities are using the official Maven repository.

servlets.guiced-web-services.1.2.0.0-jre16.source-code.module-info Maven / Gradle / Ivy

module com.guicedee.guicedservlets.webservices {
	exports com.guicedee.guicedservlets.webservices;

	requires com.guicedee.guicedservlets.undertow;
	requires org.apache.cxf;
	requires transitive jakarta.jws;
	requires transitive jakarta.xml.ws;
	requires transitive jakarta.xml.soap;


	provides com.guicedee.guicedservlets.services.IGuiceSiteBinder with com.guicedee.guicedservlets.webservices.implementations.WebServiceServletModule;
	provides com.guicedee.guicedinjection.interfaces.IGuiceConfigurator with com.guicedee.guicedservlets.webservices.implementations.WebServiceScannerConfig;
	provides com.guicedee.guicedservlets.undertow.services.UndertowDeploymentConfigurator with com.guicedee.guicedservlets.webservices.implementations.JaxWSUndertowDeploymentConfigurator;

	opens com.guicedee.guicedservlets.webservices.implementations to com.google.guice;
	opens com.guicedee.guicedservlets.webservices to com.google.guice;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy