org.mule.providers.soap.xfire
Class MuleHeadersInHandler

java.lang.Object
  extended byAbstractHandler
      extended byorg.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
           
 
Constructor Summary
MuleHeadersInHandler()
           
 
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
 

Field Detail

ns

protected final Namespace ns
Constructor Detail

MuleHeadersInHandler

public MuleHeadersInHandler()
Method Detail

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.