Package org.apache.cxf.javascript
Class JavascriptGetInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.cxf.javascript.JavascriptGetInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
public class JavascriptGetInterceptor extends AbstractPhaseInterceptor<Message>
-
-
Field Summary
Fields Modifier and Type Field Description static Interceptor<? extends Message>INSTANCE
-
Constructor Summary
Constructors Constructor Description JavascriptGetInterceptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(Message message)Intercepts a message.static voidwriteUtilsToResponseStream(Class<?> referenceClass, OutputStream outputStream)-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Field Detail
-
INSTANCE
public static final Interceptor<? extends Message> INSTANCE
-
-
Method Detail
-
handleMessage
public void handleMessage(Message message) throws Fault
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
writeUtilsToResponseStream
public static void writeUtilsToResponseStream(Class<?> referenceClass, OutputStream outputStream)
-
-