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