|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Interceptor
Synchronous, around-style mediation associated with a client- or target- side wire.
Method Summary | |
---|---|
Interceptor |
getNext()
Returns the next interceptor or null |
Message |
invoke(Message msg)
Process a synchronous wire |
boolean |
isOptimizable()
Returns true if the interceptor can be optimized away from a wire |
void |
setNext(Interceptor next)
Sets the next interceptor |
Method Detail |
---|
Message invoke(Message msg)
msg
- the request Message for the wire
void setNext(Interceptor next)
Interceptor getNext()
boolean isOptimizable()
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |