org.codehaus.xfire.xmpp
Class XMPPFaultHandler

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

public class XMPPFaultHandler
extends AbstractHandler

Creates fault information for the response packet.

Author:
Dan Diephouse

Field Summary
static java.lang.String XMPP_ERROR
           
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
XMPPFaultHandler()
           
 
Method Summary
 void invoke(MessageContext context)
          Invoke a handler.
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandler
getPhase, getRoles, getUnderstoodHeaders, handleFault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMPP_ERROR

public static final java.lang.String XMPP_ERROR
See Also:
Constant Field Values
Constructor Detail

XMPPFaultHandler

public XMPPFaultHandler()
Method Detail

invoke

public void invoke(MessageContext context)
Description copied from interface: Handler
Invoke a handler. If a fault occurs it will be handled via the handleFault method.

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


Copyright © 2004-2005 Codehaus. All Rights Reserved.