org.codehaus.xfire.transport.dead
Class DeadLetterTransport

java.lang.Object
  extended by org.codehaus.xfire.AbstractContext
      extended by org.codehaus.xfire.handler.AbstractHandlerSupport
          extended by org.codehaus.xfire.transport.AbstractTransport
              extended by org.codehaus.xfire.transport.dead.DeadLetterTransport
All Implemented Interfaces:
HandlerSupport, ChannelFactory, Transport

public class DeadLetterTransport
extends AbstractTransport

A place for messages which cannot be routed to a destination.

Author:
Dan Diephouse

Field Summary
static String DEAD_LETTER_URI
           
static String NAME
           
 
Constructor Summary
DeadLetterTransport()
           
 
Method Summary
protected  Channel createNewChannel(String uri)
           
 String[] getKnownUriSchemes()
           
 String getName()
           
protected  String getUriPrefix()
           
 
Methods inherited from class org.codehaus.xfire.transport.AbstractTransport
close, createChannel, createChannel, dispose, findBinding, getChannelMap, getSupportedBindings, isUriSupported
 
Methods inherited from class org.codehaus.xfire.handler.AbstractHandlerSupport
addFaultHandler, addInHandler, addOutHandler, getFaultHandlers, getInHandlers, getOutHandlers, setFaultHandlers, setInHandlers, setOutHandlers
 
Methods inherited from class org.codehaus.xfire.AbstractContext
getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport
getFaultHandlers, getInHandlers, getOutHandlers
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

DEAD_LETTER_URI

public static final String DEAD_LETTER_URI
See Also:
Constant Field Values
Constructor Detail

DeadLetterTransport

public DeadLetterTransport()
Method Detail

createNewChannel

protected Channel createNewChannel(String uri)
Specified by:
createNewChannel in class AbstractTransport

getUriPrefix

protected String getUriPrefix()
Specified by:
getUriPrefix in class AbstractTransport

getName

public String getName()

getKnownUriSchemes

public String[] getKnownUriSchemes()
Specified by:
getKnownUriSchemes in class AbstractTransport


Copyright © 2004-2013. All Rights Reserved.