public class JBossWSNativeStackUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
protected static boolean |
trace |
| Constructor and Description |
|---|
JBossWSNativeStackUtil() |
| Modifier and Type | Method and Description |
|---|---|
static QName |
getPortNameViaReflection(Class<?> callingClazz,
MessageContext msgContext)
It is unfortunate that the
MessageContext does not contain the port name. |
protected static Logger log
protected static boolean trace
public static QName getPortNameViaReflection(Class<?> callingClazz, MessageContext msgContext)
MessageContext does not contain the port name. We will use reflection on the JBoss WS
Native stackmsgContext - Copyright © 2016 JBoss by Red Hat. All rights reserved.