AdroitLogic UltraESB v1.7.0

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
 

Method Detail

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 with
mediation - a reference to the mediation utilities
Throws:
java.lang.Exception - on an exception thrown by the sequence implementation

Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved.