org.mule.providers.soap.xfire
Class MuleHeadersInHandler
java.lang.Object
AbstractHandler
org.mule.providers.soap.xfire.MuleHeadersInHandler
- public class MuleHeadersInHandler
- extends AbstractHandler
Reads the Mule Soap Header and sets the various header properties on the context.
- See Also:
- Serialized Form
|
Field Summary |
protected Namespace |
ns
|
|
Method Summary |
void |
invoke(MessageContext context)
Invoke a handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ns
protected final Namespace ns
MuleHeadersInHandler
public MuleHeadersInHandler()
invoke
public void invoke(MessageContext context)
throws Exception
- Invoke a handler. If a fault occurs it will be handled via the
handleFault method.
- Parameters:
context - The message context.
- Throws:
Exception
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.