WebObjects 5.2.3

com.webobjects.appserver
Class WOWebServiceUtilities

java.lang.Object
  extended bycom.webobjects.appserver.WOWebServiceUtilities

public class WOWebServiceUtilities
extends Object


Field Summary
static String WebServiceOperationAttributesKey
           
 
Constructor Summary
WOWebServiceUtilities()
           
 
Method Summary
static WOContext currentWOContext()
           
static javax.xml.namespace.QName qNameForType(Class javaType, String namespaceURI)
           
static String qNameLocalPartStringForType(Class javaType, String namespaceURI)
           
static String qNameNamespaceURIStringForType(Class javaType, String namespaceURI)
           
static String qNameStringForType(Class javaType, String namespaceURI)
           
static Class typeForQName(javax.xml.namespace.QName qname, String namespaceURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WebServiceOperationAttributesKey

public static final String WebServiceOperationAttributesKey
Constructor Detail

WOWebServiceUtilities

public WOWebServiceUtilities()
Method Detail

currentWOContext

public static WOContext currentWOContext()

qNameForType

public static javax.xml.namespace.QName qNameForType(Class javaType,
                                                     String namespaceURI)

qNameLocalPartStringForType

public static String qNameLocalPartStringForType(Class javaType,
                                                 String namespaceURI)

qNameNamespaceURIStringForType

public static String qNameNamespaceURIStringForType(Class javaType,
                                                    String namespaceURI)

qNameStringForType

public static String qNameStringForType(Class javaType,
                                        String namespaceURI)

typeForQName

public static Class typeForQName(javax.xml.namespace.QName qname,
                                 String namespaceURI)

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.