org.apache.servicemix.soap.interceptors.mime
Class AttachmentsInInterceptor
java.lang.Object
org.apache.servicemix.soap.core.AbstractInterceptor
org.apache.servicemix.soap.interceptors.mime.AttachmentsInInterceptor
- All Implemented Interfaces:
- Interceptor
public class AttachmentsInInterceptor
- extends AbstractInterceptor
- Author:
- Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MULTIPART_CONTENT
public static final String MULTIPART_CONTENT
- See Also:
- Constant Field Values
AttachmentsInInterceptor
public AttachmentsInInterceptor()
handleMessage
public void handleMessage(Message message)
- Description copied from interface:
Interceptor
- Intercepts a message.
Interceptors need NOT invoke handleMessage or handleFault
on the next interceptor - the interceptor chain will
take care of this.
read
public void read(Message message,
MimeMessage mime)
throws MessagingException,
IOException
- Throws:
MessagingException
IOException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.