org.apache.servicemix.soap.interceptors.xml
Class StaxInInterceptor

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

public class StaxInInterceptor
extends AbstractInterceptor

Creates an XMLStreamReader from the InputStream on the Message.

Author:
Guillaume Nodet

Field Summary
static java.lang.String ENCODING
           
 
Constructor Summary
StaxInInterceptor()
           
 
Method Summary
 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

ENCODING

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

StaxInInterceptor

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



Copyright © 2005-2012 FuseSource. All Rights Reserved.