|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.addressing.AddressingHeaders.Relationship
A record containing messageID
of a message to which this message relates to
and the type of the relationship to the message. Used by the AddressingHeaders.relatesTo
.
Field Summary | |
static java.lang.String |
ID_UNSPECIFIED
A special value for the messageID field. |
java.lang.String |
messageID
A messageID of a message to which this message relates to. |
static QName |
RESPONSE
A special value for the type field. |
QName |
type
The type of the relationship to the message specified by relatesTo property. |
Constructor Summary | |
AddressingHeaders.Relationship(java.lang.String messageID,
QName type)
|
Method Summary | |
protected java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ID_UNSPECIFIED
messageID
field.
public static final QName RESPONSE
type
field.
public java.lang.String messageID
messageID
of a message to which this message relates to. It may refer to
specific message, or be the well-known URI ID_UNSPECIFIED
that means
"unspecified message". The type of relationship is described by the type
field.
public QName type
relatesTo
property.
The specification has one predefined relationship type: RESPONSE
.
Constructor Detail |
public AddressingHeaders.Relationship(java.lang.String messageID, QName type)
Method Detail |
protected java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |