Apache CXF API

org.apache.cxf.jaxrs.interceptor
Class AttachmentOutputInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.interceptor.AttachmentOutInterceptor
          extended by 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
WRITE_ATTACHMENTS
 
Constructor Summary
AttachmentOutputInterceptor(String multipartType, Map<String,List<String>> headers)
           
 
Method Summary
protected  String getMultipartType()
           
protected  Map<String,List<String>> getRootHeaders()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentOutputInterceptor

public AttachmentOutputInterceptor(String multipartType,
                                   Map<String,List<String>> headers)
Method Detail

getMultipartType

protected String getMultipartType()
Overrides:
getMultipartType in class AttachmentOutInterceptor

getRootHeaders

protected Map<String,List<String>> getRootHeaders()
Overrides:
getRootHeaders in class AttachmentOutInterceptor

Apache CXF API

Apache CXF