Package org.smooks.api.lifecycle
Interface PostExecutionLifecycle
-
- All Known Implementing Classes:
AbstractOutputStreamResource,StaticProxyInterceptor
public interface PostExecutionLifecyclePost Execution Lifecycle resource.- Author:
- tom.fennelly@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPostExecution(ExecutionContext executionContext)Cleanup the resources allocated by this resource for the specified ExecutionContext.
-
-
-
Method Detail
-
onPostExecution
void onPostExecution(ExecutionContext executionContext)
Cleanup the resources allocated by this resource for the specified ExecutionContext. Executes the cleanup at the end of the filter execution.- Parameters:
executionContext- The ExecutionContext.
-
-