org.adroitlogic.ultraesb.api
Interface JavaCodeSnippetSequence
- All Known Subinterfaces:
- JavaClassSequence
- All Known Implementing Classes:
- AbstractJavaSequence
public interface JavaCodeSnippetSequence
Interface that defines a Java code snippet compilation. Users usually use the JavaClassSequence
- See Also:
JavaClassSequence
|
Method Summary |
void |
execute(Message msg,
Mediation mediation)
Executes the Java code snippet sequence with the message |
execute
void execute(Message msg,
Mediation mediation)
throws java.lang.Exception
- Executes the Java code snippet sequence with the message
- Parameters:
msg - current message to execute the Java code snippet sequence withmediation - a reference to the mediation utilities
- Throws:
java.lang.Exception - on an exception thrown by the sequence implementation