org.apache.servicemix.soap.interceptors.mime
Class AttachmentsInInterceptor

java.lang.Object
  extended by org.apache.servicemix.soap.core.AbstractInterceptor
      extended by org.apache.servicemix.soap.interceptors.mime.AttachmentsInInterceptor
All Implemented Interfaces:
Interceptor

public class AttachmentsInInterceptor
extends AbstractInterceptor

Author:
Guillaume Nodet

Field Summary
static java.lang.String MULTIPART_CONTENT
           
 
Constructor Summary
AttachmentsInInterceptor()
           
 
Method Summary
 void handleMessage(Message message)
          Intercepts a message.
 void read(Message message, javax.mail.internet.MimeMessage mime)
           
 
Methods inherited from class org.apache.servicemix.soap.core.AbstractInterceptor
addAfter, addBefore, getAfter, getBefore, getId, handleFault, setAfter, setBefore, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULTIPART_CONTENT

public static final java.lang.String MULTIPART_CONTENT
See Also:
Constant Field Values
Constructor Detail

AttachmentsInInterceptor

public AttachmentsInInterceptor()
Method Detail

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,
                 javax.mail.internet.MimeMessage mime)
          throws javax.mail.MessagingException,
                 java.io.IOException
Throws:
javax.mail.MessagingException
java.io.IOException


Copyright © 2005-2015 FuseSource. All Rights Reserved.