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

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

public class DomInInterceptor
extends AbstractInterceptor

Author:
Guillaume Nodet

Constructor Summary
DomInInterceptor()
           
 
Method Summary
 void handleMessage(Message message)
          Create a DOM document from an InputStream content.
 
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
 

Constructor Detail

DomInInterceptor

public DomInInterceptor()
Method Detail

handleMessage

public void handleMessage(Message message)
Create a DOM document from an InputStream content.

See Also:
Interceptor.handleMessage(org.apache.servicemix.soap.api.Message)


Copyright © 2005-2015 FuseSource. All Rights Reserved.