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