Uses of Interface
org.somda.sdc.dpws.soap.wseventing.EventSourceDialectHandler
-
Packages that use EventSourceDialectHandler Package Description org.somda.sdc.dpws.device Device implementation of DPWS.org.somda.sdc.dpws.soap.wseventing WS-Eventing plugin for SOAP.org.somda.sdc.dpws.soap.wseventing.factory 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 EventSourceDialectHandler Modifier and Type Method Description Collection<EventSourceDialectHandler>WebService. getEventSources()Gets the event sources of this Web Service.Methods in org.somda.sdc.dpws.device with parameters of type EventSourceDialectHandler Modifier and Type Method Description voidWebService. 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 EventSourceDialectHandler Modifier and Type Class Description classActionBasedEventSourceInterceptor that handles an action-based event source's incoming subscription requests and facilitates sending notifications.classGenericEventSourceInterceptor 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 EventSourceDialectHandler Modifier and Type Method Description SubscriptionRegistrySubscriptionRegistryFactory. create(EventSourceDialectHandler customStaleCallback)Creates an instance.Method parameters in org.somda.sdc.dpws.soap.wseventing.factory with type arguments of type EventSourceDialectHandler Modifier and Type Method Description EventSourceInterceptorDispatcherEventSourceInterceptorDispatcherFactory. create(Collection<EventSourceDialectHandler> eventSources)Creates a new instance of EventSourceInterceptorDispatcher.
-