Uses of Interface
org.somda.sdc.dpws.soap.RequestResponseClient
Packages that use RequestResponseClient
Package
Description
Hosting service and hosted service information for device and client side (proxies).
Factories for the service package.
SOAP implementation that is tailored to DPWS.
Factories for the soap package.
WS-Discovery plugin for SOAP.
Factories for the SOAP WS-Eventing plugin.
WS-MetadataExchange plugin for SOAP tailored to DPWS.
WS-Transfer plugin for SOAP tailored to DPWS.
-
Uses of RequestResponseClient in org.somda.sdc.dpws.service
Subinterfaces of RequestResponseClient in org.somda.sdc.dpws.serviceModifier and TypeInterfaceDescriptioninterfaceHosted service proxy of a client.interfaceHosting service proxy of a client.Classes in org.somda.sdc.dpws.service that implement RequestResponseClientModifier and TypeClassDescriptionclassDefault implementation of HostedServiceProxy.classDefault implementation of HostingServiceProxy.Methods in org.somda.sdc.dpws.service that return RequestResponseClientModifier and TypeMethodDescriptionHostedServiceProxy.getRequestResponseClient()Gets the request-response client used to send request messages and receive their response.HostedServiceProxyImpl.getRequestResponseClient()HostingServiceProxy.getRequestResponseClient()HostingServiceProxyImpl.getRequestResponseClient() -
Uses of RequestResponseClient in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory with parameters of type RequestResponseClientModifier and TypeMethodDescriptionHostedServiceFactory.createHostedServiceProxy(HostedServiceType hostedServiceType, RequestResponseClient rrClient, String activeEprAddress, EventSink eventSink) Creates a hosted service proxy instance.HostingServiceFactory.createHostingServiceProxy(String endpointReferenceAddress, List<QName> types, ThisDeviceType thisDevice, ThisModelType thisModel, Map<String, HostedServiceProxy> hostedServices, long metadataVersion, RequestResponseClient requestResponseClient, String activeXAddr) Creates a hosting service proxy. -
Uses of RequestResponseClient in org.somda.sdc.dpws.soap
Classes in org.somda.sdc.dpws.soap that implement RequestResponseClient -
Uses of RequestResponseClient in org.somda.sdc.dpws.soap.factory
Methods in org.somda.sdc.dpws.soap.factory that return RequestResponseClientModifier and TypeMethodDescriptionRequestResponseClientFactory.createRequestResponseClient(RequestResponseCallback callback) -
Uses of RequestResponseClient in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery with parameters of type RequestResponseClientModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ProbeMatchesType>WsDiscoveryClient.sendDirectedProbe(RequestResponseClient rrClient, List<QName> types, List<String> scopes) Sends a directed probe to a device.com.google.common.util.concurrent.ListenableFuture<ProbeMatchesType>WsDiscoveryClientInterceptor.sendDirectedProbe(RequestResponseClient rrClient, List<QName> types, List<String> scopes) -
Uses of RequestResponseClient in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory with parameters of type RequestResponseClientModifier and TypeMethodDescriptionWsEventingEventSinkFactory.createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress, CommunicationLog communicationLog) Creates a new WS-Eventing event sink. -
Uses of RequestResponseClient in org.somda.sdc.dpws.soap.wsmetadataexchange
Methods in org.somda.sdc.dpws.soap.wsmetadataexchange with parameters of type RequestResponseClientModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SoapMessage>GetMetadataClient.sendGetMetadata(RequestResponseClient requestResponseClient) Sends a WS-MetadataExchange GetMetadata request.com.google.common.util.concurrent.ListenableFuture<SoapMessage>GetMetadataClientImpl.sendGetMetadata(RequestResponseClient requestResponseClient) -
Uses of RequestResponseClient in org.somda.sdc.dpws.soap.wstransfer
Methods in org.somda.sdc.dpws.soap.wstransfer with parameters of type RequestResponseClientModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SoapMessage>TransferGetClient.sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo) Sends a WS-Transfer Get request.com.google.common.util.concurrent.ListenableFuture<SoapMessage>TransferGetClient.sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParameters) Sends a WS-Transfer Get request with reference parameters.com.google.common.util.concurrent.ListenableFuture<SoapMessage>TransferGetClientImpl.sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo) com.google.common.util.concurrent.ListenableFuture<SoapMessage>TransferGetClientImpl.sendTransferGet(RequestResponseClient requestResponseClient, String wsaTo, ReferenceParametersType referenceParametersType)