Uses of Class
org.apache.beehive.wsm.jsr181.util.InvalidTypeMappingException

Packages that use InvalidTypeMappingException
org.apache.beehive.wsm.axis   
org.apache.beehive.wsm.axis.util   
org.apache.beehive.wsm.jsr181.util   
 

Uses of InvalidTypeMappingException in org.apache.beehive.wsm.axis
 

Methods in org.apache.beehive.wsm.axis that throw InvalidTypeMappingException
static ServiceDesc AxisHook.createServiceDesc(BeehiveWsTypeMetadata wsm, ClassLoader cl)
           
 

Uses of InvalidTypeMappingException in org.apache.beehive.wsm.axis.util
 

Methods in org.apache.beehive.wsm.axis.util that throw InvalidTypeMappingException
 QName AxisTypeMappingUtil.registerType(Class cls)
           
 QName AxisTypeMappingUtil.registerType(Class cls, QName expectedType)
           
 

Uses of InvalidTypeMappingException in org.apache.beehive.wsm.jsr181.util
 

Methods in org.apache.beehive.wsm.jsr181.util that throw InvalidTypeMappingException
 QName XmlBeanTypeMappingUtil.registerType(Class cls)
           
 QName TypeMappingUtil.registerType(Class cls)
           
 QName XmlBeanTypeMappingUtil.registerType(Class cls, QName expectedType)
           
 QName TypeMappingUtil.registerType(Class cls, QName expectedType)