public class ResolveMatchesMessage 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 |
|---|
ResolveMatchesMessage()
Creates a new ResovleMatches mesasge with a new created discovery-
SOAPHeader. |
ResolveMatchesMessage(SOAPHeader header)
Creates a new ResolveMatches message containing a
SOAPHeader. |
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
getEndpointReference()
Return the Endpoint reference of the ResolveMatch entry.
|
ResolveMatch |
getResolveMatch() |
int |
getType()
Type of message.
|
void |
setResolveMatch(ResolveMatch resolveMatch)
Set the resolveMatch entry.
|
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 ResolveMatchesMessage()
SOAPHeader.public ResolveMatchesMessage(SOAPHeader header)
SOAPHeader. All header- and
discovery-related fields are empty and it is the caller's responsibility to fill them with
suitable values.public java.lang.String toString()
Messagepublic int getType()
Messagepublic ResolveMatch getResolveMatch()
public void setResolveMatch(ResolveMatch resolveMatch)
resolveMatch - the resolveMatch to setpublic EndpointReference getEndpointReference()