org.mule.providers.soap.xfire
Class MuleHeadersOutHandler

java.lang.Object
  extended byAbstractHandler
      extended byorg.mule.providers.soap.xfire.MuleHeadersOutHandler

public class MuleHeadersOutHandler
extends AbstractHandler

Writes the Mule Soap Header to the outgoing request.

See Also:
Serialized Form

Constructor Summary
MuleHeadersOutHandler()
           
 
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
 

Constructor Detail

MuleHeadersOutHandler

public MuleHeadersOutHandler()
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.