public class ProbeMatchesMessage extends SignableMessage
CERTIFICATE_NOT_FOUND, INVALID_SIGNATURE, NOT_SIGNED, UNKNOWN, VALID_SIGNATUREheader, inbound, MULTICAST_ROUTING_SCHEME, UNICAST_ROUTING_SCHEME, UNKNOWN_ROUTING_SCHEMEunknownAttributes, unknownElements_QN_2_List| Constructor and Description |
|---|
ProbeMatchesMessage()
Creates a new probeMatches message with a new created discovery-
SOAPHeader. |
ProbeMatchesMessage(SOAPHeader header)
Creates a new ProbeMatches message containing a
SOAPHeader . |
| Modifier and Type | Method and Description |
|---|---|
void |
addProbeMatch(ProbeMatch probeMatch) |
EndpointReference |
getEndpointReference() |
ProbeMatch |
getProbeMatch(int index) |
int |
getProbeMatchCount() |
DataStructure |
getProbeMatches() |
int |
getType()
Type of message.
|
boolean |
isEmpty() |
java.lang.String |
toString()
(non-Javadoc)
|
getValidationStatusText, isMessageSigned, setMessageIsSigned, validateMessagegetAppSequence, getHeader, getMessageId, getRelatesTo, getReplyTo, getRoutingScheme, getTo, isInbound, setInbound, setResponseTo, setResponseTo, setRoutingScheme, setSOAPHeaderaddUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElementspublic ProbeMatchesMessage()
SOAPHeader.public ProbeMatchesMessage(SOAPHeader header)
SOAPHeader . All header- and
discovery-related fields are empty and it is the caller's responsibility to fill them with
suitable values.header - public java.lang.String toString()
Messagepublic int getType()
Messagepublic ProbeMatch getProbeMatch(int index)
public int getProbeMatchCount()
public DataStructure getProbeMatches()
public boolean isEmpty()
public void addProbeMatch(ProbeMatch probeMatch)
public EndpointReference getEndpointReference()