public class AddressingHelper extends Object
Modifier | Constructor and Description |
---|---|
protected |
AddressingHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
configureRequestContext(Map<String,Object> requestContext,
org.jboss.ws.api.addressing.MAP map)
JBossWS Native version to configure request context with MAP
|
static void |
configureRequestContext(Map<String,Object> requestContext,
org.jboss.ws.api.addressing.MAP map,
String to,
String action)
JBossWS Native version to configure request context with MAP, to and action
|
static void |
configureRequestContext(Map<String,Object> requestContext,
String to,
String action)
JBossWS Native version to configure request context with to and action
|
static org.jboss.ws.api.addressing.MAP |
createFaultContext(org.jboss.ws.api.addressing.MAP map,
String messageID)
Create an addressing context that represents a fault to the specified addressing context.
|
static org.jboss.ws.api.addressing.MAP |
createNotificationContext(String messageID)
Create an addressing context specifying only the message id for a notification.
|
static org.jboss.ws.api.addressing.MAP |
createOneWayResponseContext(org.jboss.ws.api.addressing.MAP map,
String messageID) |
static org.jboss.ws.api.addressing.MAP |
createRequestContext(org.jboss.ws.api.addressing.MAP map,
String messageID)
Create an addressing context that represents a notification to the specified context.
|
static org.jboss.ws.api.addressing.MAP |
createRequestContext(String address,
String messageID)
Create an addressing context that represents a request to the specified address.
|
static org.jboss.ws.api.addressing.MAP |
createRequestContext(String address,
String action,
String messageID)
Create an addressing context that represents a request to the specified address.
|
static org.jboss.ws.api.addressing.MAP |
createResponseContext(org.jboss.ws.api.addressing.MAP map,
String messageID)
Create an addressing context that represents an inline reply to the specified addressing context.
|
static org.jboss.ws.api.addressing.MAP |
inboundMap(MessageContext ctx)
retrieve the inbound server message address properties attached to a message context
|
static void |
installActionMessageID(org.jboss.ws.api.addressing.MAP map,
String action,
String messageID) |
static void |
installCallerProperties(org.jboss.ws.api.addressing.MAP map,
org.jboss.ws.api.addressing.MAP requestMap) |
static void |
installFaultTo(org.jboss.ws.api.addressing.MAP map,
org.jboss.ws.api.addressing.MAPEndpoint epReference,
InstanceIdentifier identifier) |
static void |
installFromFaultTo(org.jboss.ws.api.addressing.MAP map,
org.jboss.ws.api.addressing.MAPEndpoint epReference,
InstanceIdentifier identifier) |
static void |
installNoneReplyTo(org.jboss.ws.api.addressing.MAP map) |
static boolean |
isNoneAddress(org.jboss.ws.api.addressing.MAPEndpoint epref) |
static boolean |
isNoneReplyTo(org.jboss.ws.api.addressing.MAP map) |
static org.jboss.ws.api.addressing.MAP |
outboundMap(Map<String,Object> ctx)
retrieve the outbound client message address properties attached to a message request map
|
public static org.jboss.ws.api.addressing.MAP createOneWayResponseContext(org.jboss.ws.api.addressing.MAP map, String messageID)
public static org.jboss.ws.api.addressing.MAP createResponseContext(org.jboss.ws.api.addressing.MAP map, String messageID)
map
- The addressing context being replied to.messageID
- The message id of the new message.public static org.jboss.ws.api.addressing.MAP createFaultContext(org.jboss.ws.api.addressing.MAP map, String messageID)
map
- The addressing context being replied to.messageID
- The message id of the new message.public static org.jboss.ws.api.addressing.MAP createRequestContext(String address, String messageID)
address
- TheendpointReference target address.messageID
- The message id of the new message.public static org.jboss.ws.api.addressing.MAP createRequestContext(String address, String action, String messageID)
address
- TheendpointReference target address.messageID
- The message id of the new message.action
- The action of the new message.public static org.jboss.ws.api.addressing.MAP createRequestContext(org.jboss.ws.api.addressing.MAP map, String messageID)
map
- The addressing properties used to derive the notification addressing context.messageID
- The message id of the new message.public static org.jboss.ws.api.addressing.MAP createNotificationContext(String messageID)
messageID
- The message id of the new message.public static void installActionMessageID(org.jboss.ws.api.addressing.MAP map, String action, String messageID)
public static void installCallerProperties(org.jboss.ws.api.addressing.MAP map, org.jboss.ws.api.addressing.MAP requestMap)
public static void installFaultTo(org.jboss.ws.api.addressing.MAP map, org.jboss.ws.api.addressing.MAPEndpoint epReference, InstanceIdentifier identifier)
public static void installFromFaultTo(org.jboss.ws.api.addressing.MAP map, org.jboss.ws.api.addressing.MAPEndpoint epReference, InstanceIdentifier identifier)
public static boolean isNoneReplyTo(org.jboss.ws.api.addressing.MAP map)
public static boolean isNoneAddress(org.jboss.ws.api.addressing.MAPEndpoint epref)
public static void installNoneReplyTo(org.jboss.ws.api.addressing.MAP map)
public static void configureRequestContext(Map<String,Object> requestContext, org.jboss.ws.api.addressing.MAP map, String to, String action)
requestContext
- map
- to
- action
- public static void configureRequestContext(Map<String,Object> requestContext, org.jboss.ws.api.addressing.MAP map)
requestContext
- public static void configureRequestContext(Map<String,Object> requestContext, String to, String action)
requestContext
- to
- action
- public static org.jboss.ws.api.addressing.MAP inboundMap(MessageContext ctx)
ctx
- the server message contextCopyright © 2021 JBoss by Red Hat. All rights reserved.