|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.transport.AbstractChannel
org.codehaus.xfire.transport.dead.DeadLetterChannel
public class DeadLetterChannel
A channel which does nothing except log when a message is sent from it.
| Field Summary |
|---|
| Fields inherited from interface org.codehaus.xfire.transport.Channel |
|---|
BACKCHANNEL_URI, OUTPUTSTREAM, PASSWORD, USERNAME |
| Constructor Summary | |
|---|---|
DeadLetterChannel(DeadLetterTransport transport)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
isAsync()
|
void |
open()
|
void |
send(MessageContext context,
OutMessage message)
Sends a message. |
| Methods inherited from class org.codehaus.xfire.transport.AbstractChannel |
|---|
getEndpoint, getTransport, getUri, receive, setEndpoint, setTransport, setUri |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeadLetterChannel(DeadLetterTransport transport)
| Method Detail |
|---|
public void open()
throws java.lang.Exception
java.lang.Exception
public void send(MessageContext context,
OutMessage message)
throws XFireException
Channel
XFireException - Occurs if there was an error an error sending the message.public void close()
close in interface Channelclose in class AbstractChannelpublic boolean isAsync()
isAsync in interface ChannelisAsync in class AbstractChannel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||