org.codehaus.xfire.soap.handler
Class FaultSoapSerializerHandler

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

public class FaultSoapSerializerHandler
extends AbstractHandler


Field Summary
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
FaultSoapSerializerHandler()
           
 
Method Summary
 java.lang.String getPhase()
          The phase which this handler would like to be in.
 void invoke(MessageContext context)
          Validates that the mustUnderstand and role headers are processed correctly.
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler
getRoles, getUnderstoodHeaders, handleFault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultSoapSerializerHandler

public FaultSoapSerializerHandler()
Method Detail

getPhase

public java.lang.String getPhase()
Description copied from interface: Handler
The phase which this handler would like to be in.

Specified by:
getPhase in interface Handler
Overrides:
getPhase in class AbstractHandler
Returns:
See Also:
Phase

invoke

public void invoke(MessageContext context)
            throws java.lang.Exception
Validates that the mustUnderstand and role headers are processed correctly.

Parameters:
context -
Throws:
XFireFault
java.lang.Exception


Copyright © 2004-2005 Codehaus. All Rights Reserved.