Class ProbeMatchesMessage

java.lang.Object
org.somda.sdc.common.event.AbstractEventMessage<org.somda.sdc.dpws.soap.wsdiscovery.model.ProbeMatchesType>
org.somda.sdc.dpws.soap.wsdiscovery.event.ProbeMatchesMessage
All Implemented Interfaces:
EventMessage

public class ProbeMatchesMessage extends AbstractEventMessage<org.somda.sdc.dpws.soap.wsdiscovery.model.ProbeMatchesType>
ProbeMatches event message.
  • Constructor Details

    • ProbeMatchesMessage

      public ProbeMatchesMessage(String probeRequestId, org.somda.sdc.dpws.soap.wsdiscovery.model.ProbeMatchesType payload)
      Constructor.
      Parameters:
      probeRequestId - the identifier to match to a probe request.
      payload - the payload that encloses ProbeMatches data.
  • Method Details

    • getProbeRequestId

      public String getProbeRequestId()
      Gets the identifier that relates a probe request and response to each other.
      Returns:
      the probe request identifier.