Uses of Class
org.codehaus.xfire.XFireException

Packages that use XFireException
org.codehaus.xfire.fault   
org.codehaus.xfire.spring Classes for exposing Spring beans via XFire SOAP. 
org.codehaus.xfire.transport   
org.codehaus.xfire.transport.dead   
org.codehaus.xfire.transport.http   
org.codehaus.xfire.transport.local   
org.codehaus.xfire.util   
org.codehaus.xfire.wsdl   
org.codehaus.xfire.xmpp   
 

Uses of XFireException in org.codehaus.xfire.fault
 

Subclasses of XFireException in org.codehaus.xfire.fault
 class XFireFault
          In XFire, applications throw their own declared exceptions which are then turned into faults.
 

Uses of XFireException in org.codehaus.xfire.spring
 

Methods in org.codehaus.xfire.spring that throw XFireException
 XFire XFireConfigLoader.loadConfig(java.lang.String configPath)
           
 XFire XFireConfigLoader.loadConfig(java.lang.String configPath, ServletContext servletCtx)
           
 

Uses of XFireException in org.codehaus.xfire.transport
 

Methods in org.codehaus.xfire.transport that throw XFireException
 void Channel.send(MessageContext context, OutMessage message)
          Sends a message.
 void DelegatedChannel.send(MessageContext context, OutMessage message)
           
 

Uses of XFireException in org.codehaus.xfire.transport.dead
 

Methods in org.codehaus.xfire.transport.dead that throw XFireException
 void DeadLetterChannel.send(MessageContext context, OutMessage message)
           
 

Uses of XFireException in org.codehaus.xfire.transport.http
 

Methods in org.codehaus.xfire.transport.http that throw XFireException
abstract  void AbstractMessageSender.close()
           
 void CommonsHttpMessageSender.close()
           
 void SimpleMessageSender.close()
           
abstract  void AbstractMessageSender.open()
           
 void CommonsHttpMessageSender.open()
           
abstract  void AbstractMessageSender.send()
           
 void CommonsHttpMessageSender.send()
           
 void HttpChannel.send(MessageContext context, OutMessage message)
           
protected  void HttpChannel.sendViaClient(MessageContext context, OutMessage message)
           
protected  void HttpChannel.sendViaServlet(MessageContext context, OutMessage message, HttpServletResponse response)
           
static void HttpChannel.writeWithoutAttachments(MessageContext context, OutMessage message, java.io.OutputStream out)
           
 

Uses of XFireException in org.codehaus.xfire.transport.local
 

Methods in org.codehaus.xfire.transport.local that throw XFireException
protected  Service LocalChannel.getService(XFire xfire, java.lang.String uri)
           
 void LocalChannel.send(MessageContext context, OutMessage message)
           
 

Uses of XFireException in org.codehaus.xfire.util
 

Methods in org.codehaus.xfire.util that throw XFireException
 java.io.InputStream OutMessageDataSource.createInputStream()
           
 

Constructors in org.codehaus.xfire.util that throw XFireException
OutMessageDataSource(MessageContext context2, OutMessage message)
           
 

Uses of XFireException in org.codehaus.xfire.wsdl
 

Subclasses of XFireException in org.codehaus.xfire.wsdl
 class WSDLBuildingException
           
 

Uses of XFireException in org.codehaus.xfire.xmpp
 

Methods in org.codehaus.xfire.xmpp that throw XFireException
 void XMPPChannel.open()
           
 



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.