Apache CXF API

org.apache.cxf.jaxrs.provider.jsonp
Class AbstractJsonpOutInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.jaxrs.provider.jsonp.AbstractJsonpOutInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>
Direct Known Subclasses:
JsonpPostStreamInterceptor, JsonpPreStreamInterceptor

public abstract class AbstractJsonpOutInterceptor
extends AbstractPhaseInterceptor<Message>


Constructor Summary
protected AbstractJsonpOutInterceptor(String phase)
           
 
Method Summary
protected  String getCallbackValue(Message message)
           
protected  void writeValue(Message message, String value)
           
 
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
 
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
 

Constructor Detail

AbstractJsonpOutInterceptor

protected AbstractJsonpOutInterceptor(String phase)
Method Detail

getCallbackValue

protected String getCallbackValue(Message message)

writeValue

protected void writeValue(Message message,
                          String value)
                   throws Fault
Throws:
Fault

Apache CXF API

Apache CXF