ie.deri.wsmx.manager
Class CompilerListener

java.lang.Object
  extended byie.deri.wsmx.manager.CompilerListener
All Implemented Interfaces:
CompilerInterface

public class CompilerListener
extends java.lang.Object
implements CompilerInterface


Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Constructor Summary
CompilerListener()
           
 
Method Summary
 CompilationResult compile(WSMLDocument message)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Constructor Detail

CompilerListener

public CompilerListener()
Method Detail

compile

public CompilationResult compile(WSMLDocument message)
Specified by:
compile in interface CompilerInterface

main

public static void main(java.lang.String[] args)