org.codehaus.xfire.transport.dead
Class DeadLetterChannel
java.lang.Object
org.codehaus.xfire.transport.AbstractChannel
org.codehaus.xfire.transport.dead.DeadLetterChannel
- All Implemented Interfaces:
- Channel
public class DeadLetterChannel
- extends AbstractChannel
A channel which does nothing except log when a message is sent from it.
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeadLetterChannel
public DeadLetterChannel(DeadLetterTransport transport)
open
public void open()
throws Exception
- Throws:
Exception
send
public void send(MessageContext context,
OutMessage message)
throws XFireException
- Description copied from interface:
Channel
- Sends a message.
- Throws:
XFireException
- Occurs if there was an error an error sending the message.
close
public void close()
- Specified by:
close
in interface Channel
- Overrides:
close
in class AbstractChannel
isAsync
public boolean isAsync()
- Specified by:
isAsync
in interface Channel
- Overrides:
isAsync
in class AbstractChannel
Copyright © 2004-2013. All Rights Reserved.