Class ProbeMatchesMessage
java.lang.Object
org.somda.sdc.common.event.AbstractEventMessage<ProbeMatchesType>
org.somda.sdc.dpws.soap.wsdiscovery.event.ProbeMatchesMessage
- All Implemented Interfaces:
EventMessage
ProbeMatches event message.
-
Constructor Summary
ConstructorsConstructorDescriptionProbeMatchesMessage(String probeRequestId, ProbeMatchesType payload) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the identifier that relates a probe request and response to each other.Methods inherited from class org.somda.sdc.common.event.AbstractEventMessage
getPayload
-
Constructor Details
-
ProbeMatchesMessage
Constructor.- Parameters:
probeRequestId- the identifier to match to a probe request.payload- the payload that encloses ProbeMatches data.
-
-
Method Details
-
getProbeRequestId
Gets the identifier that relates a probe request and response to each other.- Returns:
- the probe request identifier.
-