Package org.apache.cxf.interceptor
Class FIStaxInInterceptor
- java.lang.Object
- 
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
- 
- org.apache.cxf.interceptor.FIStaxInInterceptor
 
 
- 
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
 
 public class FIStaxInInterceptor extends AbstractPhaseInterceptor<Message> Creates an XMLStreamReader from the InputStream on the Message.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringFI_GET_SUPPORTED
 - 
Constructor SummaryConstructors Constructor Description FIStaxInInterceptor()FIStaxInInterceptor(String phase)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(Message message)Intercepts a message.protected booleanisHttpVerbSupported(Message message)protected booleanisRequestor(Message message)Determine if current messaging role is that of requestor.- 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore
 
- 
 
- 
- 
- 
Field Detail- 
FI_GET_SUPPORTEDpublic static final String FI_GET_SUPPORTED - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
FIStaxInInterceptorpublic FIStaxInInterceptor() 
 - 
FIStaxInInterceptorpublic FIStaxInInterceptor(String phase) 
 
- 
 - 
Method Detail- 
isRequestorprotected boolean isRequestor(Message message) Description copied from class:AbstractPhaseInterceptorDetermine if current messaging role is that of requestor.- Overrides:
- isRequestorin class- AbstractPhaseInterceptor<Message>
- Parameters:
- message- the current Message
- Returns:
- true if the current messaging role is that of requestor
 
 - 
handleMessagepublic void handleMessage(Message message) 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.
 - 
isHttpVerbSupportedprotected boolean isHttpVerbSupported(Message message) 
 
- 
 
-