org.picketlink.trust.jbossws.util
Class JBossWSNativeStackUtil
java.lang.Object
org.picketlink.trust.jbossws.util.JBossWSNativeStackUtil
public class JBossWSNativeStackUtil
- extends Object
Utility class that uses reflection on the JBossWS Native Stack as backup strategy
- Since:
- Jul 13, 2011
- Author:
- Anil.Saldhana@redhat.com
Field Summary |
protected static org.jboss.logging.Logger |
log
|
protected static boolean |
trace
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.jboss.logging.Logger log
trace
protected static boolean trace
JBossWSNativeStackUtil
public JBossWSNativeStackUtil()
getPortNameViaReflection
public static QName getPortNameViaReflection(Class<?> callingClazz,
MessageContext msgContext)
- It is unfortunate that the
MessageContext
does not contain the port name. We will use reflection on the JBoss WS
Native stack
- Parameters:
msgContext
-
- Returns:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.