Uses of Class
org.somda.sdc.dpws.soap.exception.MarshallingException
Packages that use MarshallingException
Package
Description
Device implementation of DPWS.
Basic helpers.
Hosting service and hosted service information for device and client side (proxies).
SOAP implementation that is tailored to DPWS.
Design of an interceptor chain to process SOAP messages.
WS-Discovery plugin for SOAP.
-
Uses of MarshallingException in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device that throw MarshallingExceptionModifier and TypeMethodDescriptionvoidEventSourceAccess.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 MarshallingExceptionModifier and TypeMethodDescriptionvoidNotificationSourceUdpCallback.onNotification(SoapMessage notification) -
Uses of MarshallingException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw MarshallingExceptionModifier and TypeMethodDescriptionvoidHostedServiceTransportBinding.onNotification(SoapMessage notification) HostedServiceTransportBinding.onRequestResponse(SoapMessage request) HostedServiceProxyImpl.sendRequestResponse(SoapMessage request) HostingServiceProxyImpl.sendRequestResponse(SoapMessage request) -
Uses of MarshallingException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw MarshallingExceptionModifier and TypeMethodDescriptionvoidMarshallingService.marshal(SoapMessage msg, OutputStream os) Marshals a SOAP message.voidNotificationSource.sendNotification(SoapMessage notification) Sends a SOAP notification message.voidNotificationSourceImpl.sendNotification(SoapMessage notification) RequestResponseClient.sendRequestResponse(SoapMessage request) Sends a SOAP request message and waits for the response to be received from the recipient.RequestResponseClientImpl.sendRequestResponse(SoapMessage request) MarshallingService.unmarshal(InputStream is) Unmarshals a SOAP message from an input stream.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 MarshallingExceptionModifier and TypeMethodDescriptionvoidNotificationCallback.onNotification(SoapMessage notification) Callback that is triggered after an interceptor chain succeeded on the outgoing direction.RequestResponseCallback.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 MarshallingExceptionModifier and TypeMethodDescriptionvoidWsDiscoveryTargetService.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, MatchBy matchBy) 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, MatchBy matchBy, 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, MatchBy matchBy) com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor.sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, MatchBy matchBy, 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)