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>
Creates an XMLStreamReader from the InputStream on the Message.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleMessage(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 Details- 
FI_GET_SUPPORTED- See Also:
 
 
- 
- 
Constructor Details- 
FIStaxInInterceptorpublic FIStaxInInterceptor()
- 
FIStaxInInterceptor
 
- 
- 
Method Details- 
isRequestorDescription 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
 
- 
handleMessageDescription 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.
- 
isHttpVerbSupported
 
-