Package org.apache.cxf.jaxrs.interceptor
Class AttachmentOutputInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.cxf.interceptor.AttachmentOutInterceptor
-
- org.apache.cxf.jaxrs.interceptor.AttachmentOutputInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
public class AttachmentOutputInterceptor extends AttachmentOutInterceptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cxf.interceptor.AttachmentOutInterceptor
AttachmentOutInterceptor.AttachmentOutEndingInterceptor
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.interceptor.AttachmentOutInterceptor
ATTACHMENT_OUT_CHECKED, WRITE_ATTACHMENTS, WRITE_OPTIONAL_TYPE_PARAMETERS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetMultipartType()protected Map<String,List<String>>getRootHeaders()protected booleanwriteOptionalTypeParameters()-
Methods inherited from class org.apache.cxf.interceptor.AttachmentOutInterceptor
handleMessage
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Method Detail
-
getMultipartType
protected String getMultipartType()
- Overrides:
getMultipartTypein classAttachmentOutInterceptor
-
getRootHeaders
protected Map<String,List<String>> getRootHeaders()
- Overrides:
getRootHeadersin classAttachmentOutInterceptor
-
writeOptionalTypeParameters
protected boolean writeOptionalTypeParameters()
- Overrides:
writeOptionalTypeParametersin classAttachmentOutInterceptor
-
-