Interface DpwsHelperFactory
-
- All Implemented Interfaces:
public interface DpwsHelperFactoryFactory to create instances of NotificationSourceUdpCallback.
-
-
Method Summary
Modifier and Type Method Description abstract NotificationSourceUdpCallbackcreateNotificationSourceUdpCallback(UdpMessageQueueService msgQueue)Creates a NotificationSourceUdpCallback instance. -
-
Method Detail
-
createNotificationSourceUdpCallback
abstract NotificationSourceUdpCallback createNotificationSourceUdpCallback(UdpMessageQueueService msgQueue)
Creates a NotificationSourceUdpCallback instance.
- Parameters:
msgQueue- UDP message queue to send SOAP messages over UDP.- Returns:
a configured NotificationSourceUdpCallback instance.
-
-
-
-