org.apache.servicemix.soap.interceptors.jbi
Class JbiInWsdl1Interceptor
java.lang.Object
org.apache.servicemix.soap.core.AbstractInterceptor
org.apache.servicemix.soap.interceptors.jbi.JbiInWsdl1Interceptor
- All Implemented Interfaces:
- Interceptor
public class JbiInWsdl1Interceptor
- extends AbstractInterceptor
- Author:
- Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbiInWsdl1Interceptor
public JbiInWsdl1Interceptor(boolean server)
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.
createDomWrapper
protected Document createDomWrapper(Message message)
getOperation
protected Wsdl1SoapOperation getOperation(Message message)
getBodyElement
protected Element getBodyElement(Message message)
- Extract the content as a jaxp Source
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.