org.apache.servicemix.soap.interceptors.jbi
Class JbiOutWsdl1Interceptor

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

public class JbiOutWsdl1Interceptor
extends AbstractInterceptor

Author:
Guillaume Nodet

Constructor Summary
JbiOutWsdl1Interceptor(boolean server)
           
 
Method Summary
protected  org.w3c.dom.Document createDomMessage(Message message)
           
protected  Wsdl1SoapMessage getMessage(Message message)
           
protected  Wsdl1SoapOperation getOperation(Message message)
           
 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
 

Constructor Detail

JbiOutWsdl1Interceptor

public JbiOutWsdl1Interceptor(boolean server)
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.


createDomMessage

protected org.w3c.dom.Document createDomMessage(Message message)

getOperation

protected Wsdl1SoapOperation getOperation(Message message)

getMessage

protected Wsdl1SoapMessage getMessage(Message message)


Copyright © 2005-2015 FuseSource. All Rights Reserved.