|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mactor.extensions.xml.ForwardXslMessageBuilder
public class ForwardXslMessageBuilder
Constructor Summary | |
---|---|
ForwardXslMessageBuilder()
|
Method Summary | |
---|---|
Message |
buildMessage(TestContext context,
java.lang.String templatePath,
java.util.List<java.lang.String> params)
The method invoked by the testrunner to build the message |
Message |
transform(Message message,
java.lang.String xslPath)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForwardXslMessageBuilder()
Method Detail |
---|
public Message buildMessage(TestContext context, java.lang.String templatePath, java.util.List<java.lang.String> params) throws MactorException
MessageBuilderCommand
buildMessage
in interface MessageBuilderCommand
context
- contains information about the context of the test that might
be useful (such as all messages sent/received so far in the
test)params
- the list of parameteres specifed for the given node in the
test-spec xml (after the ##{...} substitution has been
performed)
MactorException
- to indicate some problem (this will cause the test to fail)public Message transform(Message message, java.lang.String xslPath) throws MactorException
MactorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |