|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.common.util.CommonUtil
public class CommonUtil
Constructor Summary | |
---|---|
CommonUtil() |
Method Summary | |
---|---|
static String |
getAvailableClassName(String overrideProperty, String[] listOfClassNames) This method will return the classname of the available class. |
static String |
getLocalizedMessage(String bundleType, Locale currentLocale, String msgcode, Object[] args) |
static Subject |
getWLSSubject() |
static boolean |
isJ2EE() Determine whether this JVM is running in a J2EE or J2SE context. |
static boolean |
isManagedContainer() Determine whether this JVM is running in a managed or standalone container. |
static boolean |
isMtomAttachment(Object obj) |
static boolean |
isOC4J() To check if the app server is Oc4j. |
static boolean |
isStreamedAttachments(javax.xml.soap.SOAPMessage soapMsg) |
static boolean |
isWLS() To check if the app server is WLS. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonUtil()
Method Detail |
---|
public static boolean isJ2EE()
public static boolean isManagedContainer()
public static String getLocalizedMessage(String bundleType, Locale currentLocale, String msgcode, Object[] args)
public static boolean isOC4J()
public static boolean isWLS()
public static boolean isStreamedAttachments(javax.xml.soap.SOAPMessage soapMsg) throws InvocationTargetException, IllegalAccessException, NoSuchMethodException
InvocationTargetException
IllegalAccessException
NoSuchMethodException
public static boolean isMtomAttachment(Object obj) throws InvocationTargetException, IllegalAccessException, NoSuchMethodException
InvocationTargetException
IllegalAccessException
NoSuchMethodException
public static Subject getWLSSubject()
public static String getAvailableClassName(String overrideProperty, String[] listOfClassNames)
overrideProperty
-listOfClassNames
-
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |