Package org.apache.cxf.jaxrs.interceptor
Class AttachmentOutputInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- org.apache.cxf.interceptor.AttachmentOutInterceptor
-
- org.apache.cxf.jaxrs.interceptor.AttachmentOutputInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class AttachmentOutputInterceptor extends org.apache.cxf.interceptor.AttachmentOutInterceptor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetMultipartType()protected Map<String,List<String>>getRootHeaders()protected booleanwriteOptionalTypeParameters()
-
-
-
Method Detail
-
getMultipartType
protected String getMultipartType()
- Overrides:
getMultipartTypein classorg.apache.cxf.interceptor.AttachmentOutInterceptor
-
getRootHeaders
protected Map<String,List<String>> getRootHeaders()
- Overrides:
getRootHeadersin classorg.apache.cxf.interceptor.AttachmentOutInterceptor
-
writeOptionalTypeParameters
protected boolean writeOptionalTypeParameters()
- Overrides:
writeOptionalTypeParametersin classorg.apache.cxf.interceptor.AttachmentOutInterceptor
-
-