org.codehaus.activesoap.handler
Interface HandlerLifecycle

All Superinterfaces:
Handler

public interface HandlerLifecycle
extends Handler

A lifecycle callback to allow handlers to be aware of when requests complete

Version:
$Revision: 1.1 $

Method Summary
 void onComplete(MessageExchange exchange)
           
 
Methods inherited from interface org.codehaus.activesoap.Handler
invoke
 

Method Detail

onComplete

public void onComplete(MessageExchange exchange)
                throws Exception
Throws:
Exception


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.