Package org.apache.cxf.interceptor
Class AttachmentOutInterceptor
- java.lang.Object
- 
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
- 
- org.apache.cxf.interceptor.AttachmentOutInterceptor
 
 
- 
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
 
 public class AttachmentOutInterceptor extends AbstractPhaseInterceptor<Message> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classAttachmentOutInterceptor.AttachmentOutEndingInterceptor
 - 
Field SummaryFields Modifier and Type Field Description static StringATTACHMENT_OUT_CHECKEDstatic StringWRITE_ATTACHMENTSstatic StringWRITE_OPTIONAL_TYPE_PARAMETERS
 - 
Constructor SummaryConstructors Constructor Description AttachmentOutInterceptor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetMultipartType()protected Map<String,List<String>>getRootHeaders()voidhandleMessage(Message message)Intercepts a message.protected booleanwriteOptionalTypeParameters()- 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
- 
 
- 
- 
- 
Field Detail- 
WRITE_ATTACHMENTSpublic static final String WRITE_ATTACHMENTS - See Also:
- Constant Field Values
 
 - 
ATTACHMENT_OUT_CHECKEDpublic static final String ATTACHMENT_OUT_CHECKED - See Also:
- Constant Field Values
 
 - 
WRITE_OPTIONAL_TYPE_PARAMETERSpublic static final String WRITE_OPTIONAL_TYPE_PARAMETERS - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
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.
 - 
getMultipartTypeprotected String getMultipartType() 
 - 
writeOptionalTypeParametersprotected boolean writeOptionalTypeParameters() 
 
- 
 
-