Weaver 3.1.0a1-D1

com.oldlight.weaver.clientbinding
Interface WeaverBean

All Known Implementing Classes:
FileReaderBean, FixPathsBean, JvmBean, LogSettingsBean, NullBean, SetCredentialsBean

public interface WeaverBean

The WeaverBean interface provides the link from Weaver to Model component functionality. Any class that is to be called from the WAD file via the call tag must implement this interface.

Author:
Paul Harvey

Method Summary
 void handle(WeaverExecutionContext context)
          Invoked by Weaver as a result of a call tag in the WAD file.
 

Method Detail

handle

public void handle(WeaverExecutionContext context)
            throws WeaverClientException
Invoked by Weaver as a result of a call tag in the WAD file.

Parameters:
context - The current execution context.
Throws:
WeaverClientException - Thrown by your W-Bean to flag an error to Weaver.

Copyright ©Paul Harvey