|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.appserver.WOWebServiceUtilities
public class WOWebServiceUtilities
Utilities for working with WebObjects WebServices
Field Summary | |
---|---|
static String |
WebServiceOperationAttributesKey
Defaults to 'com.webobjects.webservices.OperationAttributes' |
Constructor Summary | |
---|---|
WOWebServiceUtilities()
|
Method Summary | |
---|---|
static WOContext |
currentWOContext()
This returns the current WOContext object for the current thread. |
static QName |
qNameForType(Class javaType,
String namespaceURI)
This returns the QName object for the given class and namespace. |
static String |
qNameLocalPartStringForType(Class javaType,
String namespaceURI)
As qnameStringForType, but only returns the localpart. |
static String |
qNameNamespaceURIStringForType(Class javaType,
String namespaceURI)
As qnameStringForType, but only returns the namespaceURI. |
static String |
qNameStringForType(Class javaType,
String namespaceURI)
This will return a string representing the Qname, or null if anything went wrong anywhere Form is (namespaceURI:)?localpart - so "localpart" or "namespaceURI:localpart". |
static Class |
typeForQName(QName qname,
String namespaceURI)
Maps QName to Class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String WebServiceOperationAttributesKey
Constructor Detail |
---|
public WOWebServiceUtilities()
Method Detail |
---|
public static WOContext currentWOContext()
public static QName qNameForType(Class javaType, String namespaceURI)
javaType
- namespaceURI
-
public static String qNameStringForType(Class javaType, String namespaceURI)
javaType
- namespaceURI
-
public static String qNameLocalPartStringForType(Class javaType, String namespaceURI)
javaType
- namespaceURI
-
public static String qNameNamespaceURIStringForType(Class javaType, String namespaceURI)
javaType
- namespaceURI
-
public static Class typeForQName(QName qname, String namespaceURI)
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |