Uses of Interface
org.somda.sdc.dpws.soap.wseventing.EventSourceDialectHandler
Packages that use EventSourceDialectHandler
Package
Description
Device implementation of DPWS.
WS-Eventing plugin for SOAP.
Factories for the SOAP WS-Eventing plugin.
-
Uses of EventSourceDialectHandler in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device that return types with arguments of type EventSourceDialectHandlerModifier and TypeMethodDescriptionWebService.getEventSources()Gets the event sources of this Web Service.Methods in org.somda.sdc.dpws.device with parameters of type EventSourceDialectHandlerModifier and TypeMethodDescriptionvoidWebService.registerEventSource(EventSourceDialectHandler eventSource) Allows to register an event source from outside. -
Uses of EventSourceDialectHandler in org.somda.sdc.dpws.soap.wseventing
Classes in org.somda.sdc.dpws.soap.wseventing that implement EventSourceDialectHandlerModifier and TypeClassDescriptionclassInterceptor that handles an action-based event source's incoming subscription requests and facilitates sending notifications.classInterceptor that handles an event source's incoming subscription requests and facilitates sending notifications. -
Uses of EventSourceDialectHandler in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory with parameters of type EventSourceDialectHandlerModifier and TypeMethodDescriptionSubscriptionRegistryFactory.create(EventSourceDialectHandler customStaleCallback) Creates an instance.Method parameters in org.somda.sdc.dpws.soap.wseventing.factory with type arguments of type EventSourceDialectHandlerModifier and TypeMethodDescriptionEventSourceInterceptorDispatcherFactory.create(Collection<EventSourceDialectHandler> eventSources) Creates a new instance of EventSourceInterceptorDispatcher.