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:
org.codehaus.xfire.handler.Handler

public class XMPPFaultHandler
extends org.codehaus.xfire.handler.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(org.codehaus.xfire.MessageContext context)
           
 
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

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(org.codehaus.xfire.MessageContext context)
Parameters:
e -
context -
Throws:
java.lang.Exception


Copyright © 2004-2009. All Rights Reserved.