Frames | No Frames |
Methods which throw type javax.xml.rpc.JAXRPCException | |
DeserializerFactory | Gets the DeserializerFactory registered for the specified pair
of Java type and XML data type. |
DeserializerFactory | |
DeserializerFactory | 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 | TypeMappingDelegate.getSerializer(Class javaType) |
SerializerFactory | Gets the SerializerFactory registered for the specified
pair of Java type and XML data type. |
SerializerFactory | Gets the SerializerFactory registered for the specified pair
of Java type and XML data type. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
QName | Get the exact XML type QName which will be used when serializing a
given Class to a given type QName. |
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) Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type. |
void | TypeMappingDelegate.register(Class javaType, QName xmlType, SerializerFactory sf, DeserializerFactory dsf) always throws an exception
|
void | 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 | Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the SerializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the SerializerFactory registered for the specified
pair of Java type and XML data type. |
void | Removes the SerializerFactory registered for the specified
pair of Java type and XML data type. |
Methods which throw type javax.xml.rpc.JAXRPCException | |
Deserializer | BaseDeserializerFactory.getDeserializerAs(String mechanismType) |
Deserializer | SimpleDeserializerFactory.getDeserializerAs(String mechanismType) Get the Deserializer and the set the Constructor so the
deserializer does not have to do introspection. |
Deserializer | SimpleListDeserializerFactory.getDeserializerAs(String mechanismType) 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 | SimpleSerializerFactory.getSerializerAs(String mechanismType) Returns a Serializer for the specified XML processing mechanism type. |
Serializer | BaseSerializerFactory.getSerializerAsInternal(String mechanismType) |