Uses of Class javax.xml.rpc.JAXRPCException

Uses in package org.apache.axis.encoding

Methods which throw type javax.xml.rpc.JAXRPCException

DeserializerFactory
TypeMappingDelegate.getDeserializer(Class javaType, QName xmlType)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
DeserializerFactory
DeserializerFactory
TypeMappingImpl.getDeserializer(Class javaType, QName xmlType, TypeMappingDelegate start)
Gets the DeserializerFactory registered for the specified pair of Java type and XML data type.
DeserializerFactory
Gets the DeserializerFactory registered for the specified XML data type.
DeserializerFactory
SerializerFactory
TypeMapping.getSerializer(Class javaType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
SerializerFactory
SerializerFactory
TypeMappingDelegate.getSerializer(Class javaType, QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
SerializerFactory
TypeMappingImpl.getSerializer(Class javaType, QName xmlType)
Gets the SerializerFactory registered for the specified pair of Java type and XML data type.
QName
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.
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.
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.
void
Internal version of register(), which allows null factories.
void
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
void
always throws an exception
void
Registers SerializerFactory and DeserializerFactory for a specific type mapping between an XML type and Java type.
void
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMappingDelegate.removeDeserializer(Class javaType, QName xmlType)
Removes the DeserializerFactory registered for the specified pair of Java type and XML data type.
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)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMappingDelegate.removeSerializer(Class javaType, QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.
void
TypeMappingImpl.removeSerializer(Class javaType, QName xmlType)
Removes the SerializerFactory registered for the specified pair of Java type and XML data type.

Uses in package org.apache.axis.encoding.ser

Methods which throw type javax.xml.rpc.JAXRPCException

Deserializer
Deserializer
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.
Deserializer
Get the Deserializer and the set the Constructor so the deserializer does not have to do introspection.
Serializer
BaseSerializerFactory.getSerializerAs(String mechanismType)
Serializer
BeanSerializerFactory.getSerializerAs(String mechanismType)
Serializer
Returns a Serializer for the specified XML processing mechanism type.
Serializer

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.