org.apache.servicemix.soap.bindings.soap.interceptors
Class SoapActionOutOperationInterceptor
java.lang.Object
org.apache.servicemix.soap.core.AbstractInterceptor
org.apache.servicemix.soap.bindings.soap.interceptors.SoapActionOutOperationInterceptor
- All Implemented Interfaces:
- Interceptor
public class SoapActionOutOperationInterceptor
- extends AbstractInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapActionOutOperationInterceptor
public SoapActionOutOperationInterceptor()
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-2008 Apache Software Foundation. All Rights Reserved.