Interface InterceptorWithActor
-
- All Superinterfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>
,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public interface InterceptorWithActor extends org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
Interceptor that has access to an actor.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description adams.flow.core.Actor
getActor()
Returns the actor in use.void
setActor(adams.flow.core.Actor value)
Sets the actor to use.
-