toolbox.services.ws
Interface CXFContext

Package class diagram package CXFContext

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

setExchange

void setExchange(org.apache.cxf.message.Exchange context)
Set the current Exchange instance.

Parameters:
context - The exchange instance.

getExchange

org.apache.cxf.message.Exchange getExchange()
Return the current Exchange instance.

Returns:
Exchange instance.