public class AttachmentOutInterceptor extends AbstractPhaseInterceptor<Message>
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttachmentOutInterceptor.AttachmentOutEndingInterceptor | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | ATTACHMENT_OUT_CHECKED | 
| static String | WRITE_ATTACHMENTS | 
| static String | WRITE_OPTIONAL_TYPE_PARAMETERS | 
| Constructor and Description | 
|---|
| AttachmentOutInterceptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | getMultipartType() | 
| protected Map<String,List<String>> | getRootHeaders() | 
| void | handleMessage(Message message)Intercepts a message. | 
| protected boolean | writeOptionalTypeParameters() | 
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic static final String WRITE_ATTACHMENTS
public static final String ATTACHMENT_OUT_CHECKED
public static final String WRITE_OPTIONAL_TYPE_PARAMETERS
public void handleMessage(Message message)
Interceptorprotected String getMultipartType()
protected boolean writeOptionalTypeParameters()
Apache CXF