| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JAXRPCException | |
| org.apache.axis.encoding | |
| org.apache.axis.encoding.ser | |
| Uses of JAXRPCException in org.apache.axis.encoding | 
| Methods in org.apache.axis.encoding that throw JAXRPCException | |
|  void | DefaultTypeMappingImpl.register(java.lang.Class javaType,
         QName xmlType,
         SerializerFactory sf,
         DeserializerFactory dsf) | 
|  void | DefaultTypeMappingImpl.removeSerializer(java.lang.Class javaType,
                 QName xmlType) | 
|  void | DefaultTypeMappingImpl.removeDeserializer(java.lang.Class javaType,
                   QName xmlType) | 
|  void | TypeMappingImpl.register(java.lang.Class javaType,
         QName xmlType,
         SerializerFactory sf,
         DeserializerFactory dsf)Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type. | 
| protected  void | TypeMappingImpl.internalRegister(java.lang.Class javaType,
                 QName xmlType,
                 SerializerFactory sf,
                 DeserializerFactory dsf)Internal version of register(), which allows null factories. | 
|  SerializerFactory | TypeMappingImpl.getSerializer(java.lang.Class javaType,
              QName xmlType)Gets the SerializerFactory registered for the specified pair of Java type and XML data type. | 
|  QName | TypeMappingImpl.getXMLType(java.lang.Class javaType,
           QName xmlType,
           boolean encoded)Get the exact XML type QName which will be used when serializing a given Class to a given type QName. | 
|  DeserializerFactory | TypeMappingImpl.getDeserializer(java.lang.Class javaType,
                QName xmlType,
                TypeMappingDelegate start)Gets the DeserializerFactory registered for the specified pair of Java type and XML data type. | 
|  void | TypeMappingImpl.removeSerializer(java.lang.Class javaType,
                 QName xmlType)Removes the SerializerFactory registered for the specified pair of Java type and XML data type. | 
|  void | TypeMappingImpl.removeDeserializer(java.lang.Class javaType,
                   QName xmlType)Removes the DeserializerFactory registered for the specified pair of Java type and XML data type. | 
|  void | TypeMappingDelegate.register(java.lang.Class javaType,
         QName xmlType,
         SerializerFactory sf,
         DeserializerFactory dsf)always throws an exception | 
|  SerializerFactory | TypeMappingDelegate.getSerializer(java.lang.Class javaType,
              QName xmlType) | 
|  SerializerFactory | TypeMappingDelegate.getSerializer(java.lang.Class javaType) | 
|  DeserializerFactory | TypeMappingDelegate.getDeserializer(java.lang.Class javaType,
                QName xmlType) | 
|  DeserializerFactory | TypeMappingDelegate.getDeserializer(java.lang.Class javaType,
                QName xmlType,
                TypeMappingDelegate start) | 
|  DeserializerFactory | TypeMappingDelegate.getDeserializer(QName xmlType) | 
|  void | TypeMappingDelegate.removeSerializer(java.lang.Class javaType,
                 QName xmlType) | 
|  void | TypeMappingDelegate.removeDeserializer(java.lang.Class javaType,
                   QName xmlType) | 
|  QName | TypeMappingDelegate.getXMLType(java.lang.Class javaType,
           QName xmlType,
           boolean encoded)Get the exact XML type QName which will be used when serializing a given Class to a given type QName. | 
|  SerializerFactory | TypeMapping.getSerializer(java.lang.Class javaType)Gets the SerializerFactory registered for the specified pair of Java type and XML data type. | 
|  DeserializerFactory | TypeMapping.getDeserializer(QName xmlType)Gets the DeserializerFactory registered for the specified XML data type. | 
|  QName | TypeMapping.getXMLType(java.lang.Class javaType,
           QName xmlType,
           boolean encoded)Get the exact XML type QName which will be used when serializing a given Class to a given type QName. | 
| Uses of JAXRPCException in org.apache.axis.encoding.ser | 
| Methods in org.apache.axis.encoding.ser that throw JAXRPCException | |
|  Serializer | BaseSerializerFactory.getSerializerAs(java.lang.String mechanismType) | 
| protected  Serializer | BaseSerializerFactory.getSerializerAsInternal(java.lang.String mechanismType) | 
|  Serializer | SimpleSerializerFactory.getSerializerAs(java.lang.String mechanismType) | 
|  Deserializer | SimpleListDeserializerFactory.getDeserializerAs(java.lang.String mechanismType)Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection. | 
|  Serializer | BeanSerializerFactory.getSerializerAs(java.lang.String mechanismType) | 
|  Deserializer | BaseDeserializerFactory.getDeserializerAs(java.lang.String mechanismType) | 
|  Deserializer | SimpleDeserializerFactory.getDeserializerAs(java.lang.String mechanismType)Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||