Uses of Interface
org.somda.sdc.dpws.soap.RequestResponseClient
-
Packages that use RequestResponseClient Package Description org.somda.sdc.dpws.service Hosting service and hosted service information for device and client side (proxies).org.somda.sdc.dpws.service.factory Factories for the service package.org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS.org.somda.sdc.dpws.soap.factory Factories for the soap package.org.somda.sdc.dpws.soap.wsdiscovery WS-Discovery plugin for SOAP.org.somda.sdc.dpws.soap.wseventing.factory Factories for the SOAP WS-Eventing plugin.org.somda.sdc.dpws.soap.wsmetadataexchange WS-MetadataExchange plugin for SOAP tailored to DPWS.org.somda.sdc.dpws.soap.wstransfer 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.service Modifier and Type Interface Description interfaceHostedServiceProxyHosted service proxy of a client.interfaceHostingServiceProxyHosting service proxy of a client.Classes in org.somda.sdc.dpws.service that implement RequestResponseClient Modifier and Type Class Description classHostedServiceProxyImplDefault implementation of HostedServiceProxy.classHostingServiceProxyImplDefault implementation of HostingServiceProxy.Methods in org.somda.sdc.dpws.service that return RequestResponseClient Modifier and Type Method Description RequestResponseClientHostedServiceProxy. getRequestResponseClient()Gets the request-response client used to send request messages and receive their response.RequestResponseClientHostedServiceProxyImpl. getRequestResponseClient()RequestResponseClientHostingServiceProxy. getRequestResponseClient()RequestResponseClientHostingServiceProxyImpl. getRequestResponseClient() -
Uses of RequestResponseClient in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory with parameters of type RequestResponseClient Modifier and Type Method Description HostedServiceProxyHostedServiceFactory. createHostedServiceProxy(HostedServiceType hostedServiceType, RequestResponseClient rrClient, String activeEprAddress, EventSink eventSink)Creates a hosted service proxy instance.HostingServiceProxyHostingServiceFactory. 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 Modifier and Type Class Description classRequestResponseClientImplDefault implementation of RequestResponseClient. -
Uses of RequestResponseClient in org.somda.sdc.dpws.soap.factory
Methods in org.somda.sdc.dpws.soap.factory that return RequestResponseClient Modifier and Type Method Description RequestResponseClientRequestResponseClientFactory. 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 RequestResponseClient Modifier and Type Method Description com.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 RequestResponseClient Modifier and Type Method Description EventSinkWsEventingEventSinkFactory. createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress)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 RequestResponseClient Modifier and Type Method Description com.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 RequestResponseClient Modifier and Type Method Description com.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)
-