net.sf.crispy.server
Interface InterceptorHandlerCreator


public interface InterceptorHandlerCreator

Is responsible for creation of a new InterceptorHandler instance. This is a callback interface for the SreviceEnnpoint. With this interface you can set a InterceptorHandler by the ServiceEndpoint to handle Interceptor and Modifier.

Since:
1.1.0
Author:
Linke

Method Summary
 InterceptorHandler createNewInterceptorHandlerInstance()
          By every call is a new InterceptorHandler instance created.
 

Method Detail

createNewInterceptorHandlerInstance

public InterceptorHandler createNewInterceptorHandlerInstance()
By every call is a new InterceptorHandler instance created.

Returns:
A new InterceptorHandler instance.


Copyright © 2005-2006 Crispy. All Rights Reserved.