org.jboss.esb.message
Class Addressing

java.lang.Object
  extended by org.jboss.esb.message.Addressing
All Implemented Interfaces:
Serializable

public class Addressing
extends Object
implements Serializable

Message addressing info.

The main difference here is that it's not EPR based. See issues.

Author:
tom.fennelly@jboss.com
See Also:
Serialized Form

Constructor Summary
Addressing()
           
 
Method Summary
 Service getFaultTo()
           
 Service getFrom()
           
 Service getReplyTo()
           
 Service getTo()
           
 void setFaultTo(Service faultTo)
           
 void setFrom(Service from)
           
 void setReplyTo(Service replyTo)
           
 void setTo(Service to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Addressing

public Addressing()
Method Detail

getTo

public Service getTo()

setTo

public void setTo(Service to)

getFrom

public Service getFrom()

setFrom

public void setFrom(Service from)

getFaultTo

public Service getFaultTo()

setFaultTo

public void setFaultTo(Service faultTo)

getReplyTo

public Service getReplyTo()

setReplyTo

public void setReplyTo(Service replyTo)


Copyright © 2007. All Rights Reserved.