org.mule.providers.soap.xfire
Class MuleHeadersInHandler

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

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

Reads the Mule Soap Header and sets the various header properties on the context.


Field Summary
protected  org.jdom.Namespace ns
           
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
MuleHeadersInHandler()
           
 
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
 

Field Detail

ns

protected final org.jdom.Namespace ns
Constructor Detail

MuleHeadersInHandler

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