Package org.apache.cxf.jaxrs.interceptor
Class AttachmentInputInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.cxf.interceptor.AttachmentInInterceptor
-
- org.apache.cxf.jaxrs.interceptor.AttachmentInputInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
public class AttachmentInputInterceptor extends AttachmentInInterceptor
-
-
Constructor Summary
Constructors Constructor Description AttachmentInputInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>getSupportedTypes()voidsetSupportedTypes(List<String> sTypes)-
Methods inherited from class org.apache.cxf.interceptor.AttachmentInInterceptor
handleFault, handleMessage
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Method Detail
-
getSupportedTypes
protected List<String> getSupportedTypes()
- Overrides:
getSupportedTypesin classAttachmentInInterceptor
-
-