public class AddressingUtil
extends java.lang.Object
Constructor and Description |
---|
AddressingUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
confirmOneway(WlMessageContext wlmc) |
static boolean |
isAnonymous(weblogic.wsee.addressing.EndpointReference epr)
For compatible with alsb, we keep it.
|
static boolean |
isAnonymous(javax.xml.rpc.handler.MessageContext mc,
weblogic.wsee.addressing.EndpointReference epr) |
static org.w3c.dom.Element |
retrieveAddressElement(org.w3c.dom.Element epr) |
static java.lang.String |
wrapSOAPAction(java.lang.String action) |
public static boolean isAnonymous(weblogic.wsee.addressing.EndpointReference epr)
public static boolean isAnonymous(javax.xml.rpc.handler.MessageContext mc, weblogic.wsee.addressing.EndpointReference epr)
public static void confirmOneway(WlMessageContext wlmc)
public static java.lang.String wrapSOAPAction(java.lang.String action)
public static org.w3c.dom.Element retrieveAddressElement(org.w3c.dom.Element epr)