|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CXFContext
Simple interface that can be implemented by service implementations to gain access to the CXF message exchange.
Method Summary | |
---|---|
org.apache.cxf.message.Exchange |
getExchange()
Return the current Exchange instance. |
void |
setExchange(org.apache.cxf.message.Exchange context)
Set the current Exchange instance. |
Method Detail |
---|
void setExchange(org.apache.cxf.message.Exchange context)
Exchange
instance.
context
- The exchange instance.org.apache.cxf.message.Exchange getExchange()
Exchange
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |