@ParametersAreNonnullByDefault
Package org.somda.sdc.dpws.guice
Guice-related information (i.e., annotations and modules relevant for the DPWS implementation).
-
Class Summary Class Description DefaultDpwsConfigModule Default configuration module to configureDefaultDpwsModule.DefaultDpwsModule Default Guice module to bind all interfaces and factories used by the DPWS implementation. -
Annotation Types Summary Annotation Type Description AppDelayExecutor Annotation to mark the app-delay executor used by WS-Discovery.ClientSpecific Annotation to bind any client-specific instances.DeviceSpecific Annotation to bind any device-specific instances.DiscoveryUdpQueue Defines the UDP queue a device uses for discovery during runtime.NetworkJobThreadPool Annotation to define the thread pool used by the DPWS implementation.ResolverThreadPool Annotation to define the thread pool used by the DPWS implementation.WatchDogScheduler Guice annotation to define the thread pool that is used to schedule watchdog jobs.WsDiscovery Annotation to bind WS-Discovery related object instances with Guice.