|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message> org.kuali.rice.ksb.impl.cxf.interceptors.ServiceCallVersioningOutInterceptor
public class ServiceCallVersioningOutInterceptor
A CXF Interceptor that binds itself to the USER_PROTOCOL phase to be used on outbound messages. The role of this interceptor is to populate outgoing protocol headers (for all intents and purposes, HTTP headers) with Kuali Rice and application version information.
Constructor Summary | |
---|---|
ServiceCallVersioningOutInterceptor()
Instantiates an ServiceCallVersioningOutInterceptor and adds it to the USER_PROTOCOL phase. |
Method Summary | |
---|---|
void |
handleMessage(org.apache.cxf.message.Message message)
Publishes the Kuali Rice Environment, Rice Version, Application Name and Application Version in outbound protocol headers |
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
---|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceCallVersioningOutInterceptor()
Method Detail |
---|
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Fault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |