|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.reuters.msgtest.fixture.Response
Field Summary | |
static int |
EQUALS
|
static int |
EQUALSIGNORE
|
static int |
NONE
|
Constructor Summary | |
Response(SubjectSubstitution subjectSubstitution)
|
Method Summary | |
void |
addIgnoredField(java.lang.String field)
|
int |
getComparisonMethod()
Get the value of comparisonMethod that will be used to compare message contents. |
java.util.Set |
getIgnoredFields()
Get the value of IgnoredFields. |
int |
getMaxexpected()
Get the maximum number of messages expected on this subject. |
int |
getMinexpected()
Get the minimum number of messages expected on this subject. |
java.lang.String |
getName()
Get the name of this response message. |
java.lang.String |
getSubject()
|
com.tibco.tibrv.TibrvMsg |
getTibrvMsg()
Get the expected TibrvMsg response message. |
java.lang.String |
getUri()
|
void |
processRvMessage(RvMessage rvMessage)
todo should this be pulled to an interface? (m2ward) |
void |
setComparisonMethod(int comparisonMethod)
Set the value of comparisonMethod. |
void |
setIgnoredFields(java.util.Set ignoredFields)
Set the value of IgnoredFields. |
void |
setMaxexpected(int maxexpected)
Set the maximum number of messages expected on this subject. |
void |
setMinexpected(int minexpected)
Set the minimum number of messages expected on this subject. |
void |
setName(java.lang.String name)
|
void |
setSubject(java.lang.String subject)
|
void |
setTibrvMsg(com.tibco.tibrv.TibrvMsg tibrvMsg)
Set the expected TibrvMsg response message. |
void |
setUri(java.lang.String uri)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int EQUALS
public static final int EQUALSIGNORE
public static final int NONE
Constructor Detail |
public Response(SubjectSubstitution subjectSubstitution)
Method Detail |
public void addIgnoredField(java.lang.String field)
public java.util.Set getIgnoredFields()
public void setIgnoredFields(java.util.Set ignoredFields)
ignoredFields
- The vector of field names in the message to ignore
when performing comparison operations.public java.lang.String getUri()
public void setUri(java.lang.String uri)
public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
public java.lang.String getName()
String
valuepublic void setName(java.lang.String name)
public int getMinexpected()
public void setMinexpected(int minexpected)
minexpected
- Value to assign to MinExpected.public int getMaxexpected()
public void setMaxexpected(int maxexpected)
maxexpected
- Value to assign to MaxExpected.public int getComparisonMethod()
public void setComparisonMethod(int comparisonMethod)
comparisonMethod
- Value to assign to comparisonMethod.public com.tibco.tibrv.TibrvMsg getTibrvMsg()
public void setTibrvMsg(com.tibco.tibrv.TibrvMsg tibrvMsg)
tibrvMsg
- The expected TibrvMsg.public void processRvMessage(RvMessage rvMessage)
Stimulus
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |