Uses of Interface
org.somda.sdc.dpws.udp.UdpBindingService
Packages that use UdpBindingService
Package
Description
UDP binding for DPWS.
UDP factories.
-
Uses of UdpBindingService in org.somda.sdc.dpws.udp
Classes in org.somda.sdc.dpws.udp that implement UdpBindingServiceMethods in org.somda.sdc.dpws.udp with parameters of type UdpBindingServiceModifier and TypeMethodDescriptionvoidUdpMessageQueueService.setUdpBinding(UdpBindingService udpBinding) Injects the UDP binding service.voidUdpMessageQueueServiceImpl.setUdpBinding(UdpBindingService udpBinding) -
Uses of UdpBindingService in org.somda.sdc.dpws.udp.factory
Methods in org.somda.sdc.dpws.udp.factory that return UdpBindingServiceModifier and TypeMethodDescriptionUdpBindingServiceFactory.createUdpBindingService(NetworkInterface networkInterface, InetAddress multicastAddress, Integer multicastPort, Integer maxMessageSize) Creates aUdpBindingServiceinstance.