Uses of Interface
org.somda.sdc.dpws.soap.RequestResponseServer
-
Packages that use RequestResponseServer Package Description org.somda.sdc.dpws.device.helper.factory Factories for the device util package.org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS. -
-
Uses of RequestResponseServer in org.somda.sdc.dpws.device.helper.factory
Methods in org.somda.sdc.dpws.device.helper.factory with parameters of type RequestResponseServer Modifier and Type Method Description DiscoveryDeviceUdpMessageProcessorDeviceHelperFactory. createDiscoveryDeviceUdpMessageProcessor(RequestResponseServer rrServer, UdpMessageQueueService udpMsgQueueService)Creates a DiscoveryDeviceUdpMessageProcessor instance. -
Uses of RequestResponseServer in org.somda.sdc.dpws.soap
Classes in org.somda.sdc.dpws.soap that implement RequestResponseServer Modifier and Type Class Description classRequestResponseServerImplDefault implementation of RequestResponseServer.
-