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