PicketLink Federation Common Server Bindings for JBoss AS 2.1.6.Final-redhat-2

org.picketlink.trust.jbossws.util
Class JBossWSNativeStackUtil

java.lang.Object
  extended by 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
           
 
Constructor Summary
JBossWSNativeStackUtil()
           
 
Method Summary
static QName getPortNameViaReflection(Class<?> callingClazz, MessageContext msgContext)
          It is unfortunate that the MessageContext does not contain the port name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.jboss.logging.Logger log

trace

protected static boolean trace
Constructor Detail

JBossWSNativeStackUtil

public JBossWSNativeStackUtil()
Method Detail

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:

PicketLink Federation Common Server Bindings for JBoss AS 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.