public final class WSAContextUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REPLYTO_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static EndpointReferenceType |
retrieveTo(Conduit conduit,
Message message)
Retrieve To EPR from the context.
|
static boolean |
retrieveUsingAddressing(Message message)
Retrieve UsingAddressing override flag from the context
|
static void |
storeTo(EndpointReferenceType to,
Message message)
Store To EPR in the context
|
static void |
storeUsingAddressing(boolean override,
Message message)
Store UsingAddressing override flag in the context
|
public static final String REPLYTO_PROPERTY
public static void storeUsingAddressing(boolean override, Message message)
override
- true if UsingAddressing should be overriddenmessage
- the current messagepublic static boolean retrieveUsingAddressing(Message message)
message
- the current messagepublic static void storeTo(EndpointReferenceType to, Message message)
to
- the To EPRmessage
- the current messagepublic static EndpointReferenceType retrieveTo(Conduit conduit, Message message)
conduit
- the Conduit if availablemessage
- the current messageCopyright © 2018 JBoss by Red Hat. All rights reserved.