|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageType | |
org.exolab.jmscts.core.filter | |
org.exolab.jmscts.core.types | |
org.exolab.jmscts.report | Code to generate HTML reports from XML, using XSLT |
Uses of MessageType in org.exolab.jmscts.core.filter |
Methods in org.exolab.jmscts.core.filter that return MessageType | |
MessageType |
Selector.getMessage()
Returns the value of field 'message'. |
Methods in org.exolab.jmscts.core.filter with parameters of type MessageType | |
void |
Selector.setMessage(MessageType message)
Sets the value of field 'message'. |
Uses of MessageType in org.exolab.jmscts.core.types |
Fields in org.exolab.jmscts.core.types declared as MessageType | |
static MessageType |
MessageType.BYTESMESSAGE
The instance of the BytesMessage type |
static MessageType |
MessageType.MAPMESSAGE
The instance of the MapMessage type |
static MessageType |
MessageType.OBJECTMESSAGE
The instance of the ObjectMessage type |
static MessageType |
MessageType.STREAMMESSAGE
The instance of the StreamMessage type |
static MessageType |
MessageType.TEXTMESSAGE
The instance of the TextMessage type |
static MessageType |
MessageType.MESSAGE
The instance of the Message type |
Methods in org.exolab.jmscts.core.types that return MessageType | |
static MessageType |
MessageType.valueOf(java.lang.String string)
Method valueOfReturns a new MessageType based on the given String value. |
Uses of MessageType in org.exolab.jmscts.report |
Methods in org.exolab.jmscts.report that return MessageType | |
MessageType |
Context.getMessage()
Returns the value of field 'message'. |
static MessageType |
ReportHelper.getMessage(TestContext context)
Maps the message in a TestContext to a MessageType |
Methods in org.exolab.jmscts.report with parameters of type MessageType | |
void |
Context.setMessage(MessageType message)
Sets the value of field 'message'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |