Class NotificationObject

  • All Implemented Interfaces:
    org.somda.sdc.dpws.soap.interception.InterceptorCallbackType

    
    public class NotificationObject
     implements InterceptorCallbackType
                        

    Object passed to interceptor to provide a SOAP notification message.

    • Method Detail

      • getCommunicationContext

         Optional<CommunicationContext> getCommunicationContext()

        Returns the transport information attached to this notification.

        Returns:

        the TransportInfo object or empty if no transport information is available. The latter case typically happens for notifications on the way from the client to the network as at this point no connection information is available. Once the notification was received by a server, transport information can be attached to this object and non-existence is then a potential error.