Uses of Class
org.somda.sdc.dpws.soap.exception.MarshallingException
-
Packages that use MarshallingException Package Description org.somda.sdc.dpws.device Device implementation of DPWS.org.somda.sdc.dpws.helper Basic helpers.org.somda.sdc.dpws.service Hosting service and hosted service information for device and client side (proxies).org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS.org.somda.sdc.dpws.soap.interception Design of an interceptor chain to process SOAP messages.org.somda.sdc.dpws.soap.wsdiscovery WS-Discovery plugin for SOAP. -
-
Uses of MarshallingException in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device that throw MarshallingException Modifier and Type Method Description voidEventSourceAccess. sendNotification(String action, Object payload)Sends a notification to all subscribers. -
Uses of MarshallingException in org.somda.sdc.dpws.helper
Methods in org.somda.sdc.dpws.helper that throw MarshallingException Modifier and Type Method Description voidNotificationSourceUdpCallback. onNotification(SoapMessage notification) -
Uses of MarshallingException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw MarshallingException Modifier and Type Method Description voidHostedServiceTransportBinding. onNotification(SoapMessage notification)SoapMessageHostedServiceTransportBinding. onRequestResponse(SoapMessage request)SoapMessageHostedServiceProxyImpl. sendRequestResponse(SoapMessage request)SoapMessageHostingServiceProxyImpl. sendRequestResponse(SoapMessage request) -
Uses of MarshallingException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw MarshallingException Modifier and Type Method Description voidMarshallingService. marshal(SoapMessage msg, OutputStream os)Marshals a SOAP message.voidNotificationSource. sendNotification(SoapMessage notification)Sends a SOAP notification message.voidNotificationSourceImpl. sendNotification(SoapMessage notification)SoapMessageRequestResponseClient. sendRequestResponse(SoapMessage request)Sends a SOAP request message and waits for the response to be received from the recipient.SoapMessageRequestResponseClientImpl. sendRequestResponse(SoapMessage request)SoapMessageMarshallingService. unmarshal(InputStream is)Unmarshals a SOAP message from an input stream.SoapMessageMarshallingService. unmarshal(Reader reader)Unmarshals a SOAP message from a reader. -
Uses of MarshallingException in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that throw MarshallingException Modifier and Type Method Description voidNotificationCallback. onNotification(SoapMessage notification)Callback that is triggered after an interceptor chain succeeded on the outgoing direction.SoapMessageRequestResponseCallback. onRequestResponse(SoapMessage request)Callback that is triggered after an interceptor chain succeeded on the outgoing direction. -
Uses of MarshallingException in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery that throw MarshallingException Modifier and Type Method Description voidWsDiscoveryTargetService. sendBye()Blocking function to send out a Bye message.voidWsDiscoveryTargetServiceInterceptor. sendBye()com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetService. sendHello()Blocking function to send out a Hello message.com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetService. sendHello(boolean forceNewMetadataVersion)Blocking function to send out a Hello message.com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetServiceInterceptor. sendHello()com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetServiceInterceptor. sendHello(boolean forceNewMetadataVersion)com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClient. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes)Sends a probe message using the given parameters.com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClient. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, Integer maxResults)Sends a probe message using the given parameters with a limited number of results until future finishes.com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes)com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, Integer maxResults)com.google.common.util.concurrent.ListenableFuture<ResolveMatchesType>WsDiscoveryClient. sendResolve(EndpointReferenceType epr)Sends a resolve message for a given endpoint reference.com.google.common.util.concurrent.ListenableFuture<ResolveMatchesType>WsDiscoveryClientInterceptor. sendResolve(EndpointReferenceType epr)
-