|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.transport |
Methods in org.codehaus.xfire.transport that throw XFireException | |
void |
DelegatedChannel.send(MessageContext context,
OutMessage message)
|
void |
Channel.send(MessageContext context,
OutMessage message)
Sends a 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 | |
void |
SimpleMessageSender.close()
|
void |
HttpChannel.send(MessageContext context,
OutMessage message)
|
static void |
HttpChannel.writeWithoutAttachments(MessageContext context,
OutMessage message,
java.io.OutputStream out)
|
static void |
HttpChannel.writeAttachmentBody(MessageContext context,
OutMessage message)
|
protected void |
HttpChannel.sendViaClient(MessageContext context,
OutMessage message)
|
void |
CommonsHttpMessageSender.open()
|
void |
CommonsHttpMessageSender.send()
|
void |
CommonsHttpMessageSender.close()
|
abstract void |
AbstractMessageSender.open()
|
abstract void |
AbstractMessageSender.send()
|
abstract void |
AbstractMessageSender.close()
|
Uses of XFireException in org.codehaus.xfire.transport.local |
Methods in org.codehaus.xfire.transport.local that throw XFireException | |
void |
LocalChannel.send(MessageContext context,
OutMessage message)
|
protected Service |
LocalChannel.getService(XFire xfire,
java.lang.String uri)
|
Uses of XFireException in org.codehaus.xfire.wsdl |
Subclasses of XFireException in org.codehaus.xfire.wsdl | |
class |
WSDLBuildingException
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |