Uses of Class
com.sapportals.portal.prt.service.soap.util.QNameURI

Packages that use QNameURI
com.sapportals.portal.prt.service.soap.mapping   
com.sapportals.portal.prt.service.soap.util   
 

Uses of QNameURI in com.sapportals.portal.prt.service.soap.mapping
 

Methods in com.sapportals.portal.prt.service.soap.mapping that return QNameURI
 QNameURI SOAPRegistry.getElementType(java.lang.Class type)
          Get QNameURI for Class type
 QNameURI ISpecializedRegistry.getElementType(java.lang.Class type)
          Gets QNameURI for Class type
 QNameURI ISpecializedRegistry.getElementTypeWithouInheritance(java.lang.Class type)
          Get QNameURI for Class type without looking in inheritance potential corresponding
 

Uses of QNameURI in com.sapportals.portal.prt.service.soap.util
 

Methods in com.sapportals.portal.prt.service.soap.util that return QNameURI
static QNameURI XMLValueExtractor.getQNameURIForElement(javax.xml.soap.SOAPElement element, ISOAPMessageContext context)
           
static QNameURI XMLValueExtractor.getQNameURIForElement(javax.xml.soap.SOAPElement element, ISOAPMessageContext context, boolean arrayType)