|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.addressing.util.DefaultReplyTo
public class DefaultReplyTo
Provide some helper routines for common requirements.
Constructor Summary | |
---|---|
DefaultReplyTo()
|
Method Summary | |
---|---|
static EPR |
getReplyTo(EPR toEpr)
Obtain a default replyToEPR (based on the toEpr) to which we can reply to. |
static boolean |
initialiseReply(Message message,
Call callDetails)
Initialise the message as a reply to the specified call details. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultReplyTo()
Method Detail |
---|
public static EPR getReplyTo(EPR toEpr) throws CourierException, MalformedEPRException
toEpr
- -
the toEPR which will be used a basis to generate the
replyToEPR.
URISyntaxException,
- CourierException
CourierException
MalformedEPRException
public static boolean initialiseReply(Message message, Call callDetails)
message
- The reply message.callDetails
- The call details used to generate the reply.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |