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
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 |
AttachmentOutputInterceptor
public AttachmentOutputInterceptor(String multipartType,
Map<String,List<String>> headers)
getMultipartType
protected String getMultipartType()
- Overrides:
getMultipartType
in class AttachmentOutInterceptor
getRootHeaders
protected Map<String,List<String>> getRootHeaders()
- Overrides:
getRootHeaders
in class AttachmentOutInterceptor
writeOptionalTypeParameters
protected boolean writeOptionalTypeParameters()
- Overrides:
writeOptionalTypeParameters
in class AttachmentOutInterceptor
Apache CXF