public class AttachmentInInterceptor extends AbstractPhaseInterceptor<Message>
| Constructor and Description | 
|---|
| AttachmentInInterceptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<String> | getSupportedTypes() | 
| void | handleFault(Message messageParam)Called for all interceptors (in reverse order) on which handleMessage
 had been successfully invoked, when normal execution of the chain was
 aborted for some reason. | 
| void | handleMessage(Message message)Intercepts a message. | 
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, isGET, isRequestor, setAfter, setBeforepublic void handleMessage(Message message)
Interceptorpublic void handleFault(Message messageParam)
InterceptorhandleFault in interface Interceptor<Message>handleFault in class AbstractPhaseInterceptor<Message>Apache CXF