org.mule.providers.soap.xfire
Class MuleHeadersOutHandler

java.lang.Object
  extended by org.codehaus.xfire.handler.AbstractHandler
      extended by org.mule.providers.soap.xfire.MuleHeadersOutHandler
All Implemented Interfaces:
org.codehaus.xfire.handler.Handler

public class MuleHeadersOutHandler
extends org.codehaus.xfire.handler.AbstractHandler

Writes the Mule Soap Header to the outgoing request.


Field Summary
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
MuleHeadersOutHandler()
           
 
Method Summary
 void invoke(org.codehaus.xfire.MessageContext context)
          Invoke a handler.
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler
after, before, getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPhase
 
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(org.codehaus.xfire.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-2008 MuleSource, Inc.. All Rights Reserved.