Uses of Class
javax.xml.rpc.JAXRPCException
Packages that use JAXRPCException
-
Uses of JAXRPCException in org.apache.axis.encoding
Methods in org.apache.axis.encoding that throw JAXRPCExceptionModifier and TypeMethodDescriptionTypeMapping.getDeserializer
(QName xmlType) Gets the DeserializerFactory registered for the specified XML data type.TypeMappingDelegate.getDeserializer
(Class javaType, QName xmlType) TypeMappingDelegate.getDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) TypeMappingDelegate.getDeserializer
(QName xmlType) TypeMappingImpl.getDeserializer
(Class javaType, QName xmlType, TypeMappingDelegate start) Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.TypeMapping.getSerializer
(Class javaType) Gets the SerializerFactory registered for the specified pair of Java type and XML data type.TypeMappingDelegate.getSerializer
(Class javaType) TypeMappingDelegate.getSerializer
(Class javaType, QName xmlType) TypeMappingImpl.getSerializer
(Class javaType, QName xmlType) Gets the SerializerFactory registered for the specified pair of Java type and XML data type.TypeMapping.getXMLType
(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.TypeMappingDelegate.getXMLType
(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.TypeMappingImpl.getXMLType
(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.protected void
TypeMappingImpl.internalRegister
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Internal version of register(), which allows null factories.void
DefaultTypeMappingImpl.register
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) void
TypeMappingDelegate.register
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) always throws an exceptionvoid
TypeMappingImpl.register
(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.void
DefaultTypeMappingImpl.removeDeserializer
(Class javaType, QName xmlType) void
TypeMappingDelegate.removeDeserializer
(Class javaType, QName xmlType) void
TypeMappingImpl.removeDeserializer
(Class javaType, QName xmlType) Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.void
DefaultTypeMappingImpl.removeSerializer
(Class javaType, QName xmlType) void
TypeMappingDelegate.removeSerializer
(Class javaType, QName xmlType) void
TypeMappingImpl.removeSerializer
(Class javaType, QName xmlType) Removes the SerializerFactory registered for the specified pair of Java type and XML data type. -
Uses of JAXRPCException in org.apache.axis.encoding.ser
Methods in org.apache.axis.encoding.ser that throw JAXRPCExceptionModifier and TypeMethodDescriptionBaseDeserializerFactory.getDeserializerAs
(String mechanismType) SimpleDeserializerFactory.getDeserializerAs
(String mechanismType) Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.SimpleListDeserializerFactory.getDeserializerAs
(String mechanismType) Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.BaseSerializerFactory.getSerializerAs
(String mechanismType) BeanSerializerFactory.getSerializerAs
(String mechanismType) SimpleSerializerFactory.getSerializerAs
(String mechanismType) protected Serializer
BaseSerializerFactory.getSerializerAsInternal
(String mechanismType)