org.outerj.daisy.frontend.util
Class FlowAvalonHelper

java.lang.Object
  extended by org.outerj.daisy.frontend.util.FlowAvalonHelper

public class FlowAvalonHelper
extends java.lang.Object

This class exists to provide Flowscript with access to the various Avalon artifacts.


Constructor Summary
FlowAvalonHelper()
           
 
Method Summary
 void contextualize(Context context)
           
 Context getContext()
           
 Request getRequestObject()
           
 ServiceManager getServiceManager()
           
 void service(ServiceManager serviceManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowAvalonHelper

public FlowAvalonHelper()
Method Detail

contextualize

public void contextualize(Context context)
                   throws ContextException
Throws:
ContextException

service

public void service(ServiceManager serviceManager)
             throws ServiceException
Throws:
ServiceException

getContext

public Context getContext()

getRequestObject

public Request getRequestObject()

getServiceManager

public ServiceManager getServiceManager()


Copyright © -2006 . All Rights Reserved.