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

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

public class AttachmentsOutInterceptor
extends AbstractInterceptor

Author:
Guillaume Nodet

Field Summary
static java.lang.String PIPE_ATTACHMENT_STREAM
           
static java.lang.String SOAP_PART_ID
           
 
Constructor Summary
AttachmentsOutInterceptor()
           
 
Method Summary
protected  boolean getBoolean(Message message, java.lang.String name, boolean def)
           
 void handleMessage(Message message)
          Intercepts a message.
 
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

PIPE_ATTACHMENT_STREAM

public static final java.lang.String PIPE_ATTACHMENT_STREAM
See Also:
Constant Field Values

SOAP_PART_ID

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

AttachmentsOutInterceptor

public AttachmentsOutInterceptor()
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.


getBoolean

protected boolean getBoolean(Message message,
                             java.lang.String name,
                             boolean def)


Copyright © 2005-2015 FuseSource. All Rights Reserved.