What is the purpose of the javax.xml.rpc.encoding.* interfaces? It looks like they are intended to provide a framework for [de]serialization registries. But the Serializer and Deserializer interfaces are just markers.
Shouldn't there be methods like ...
public interface Serializer {
org.w3c.dom.Element serialize(java.lang.Object);
...
}
Can anybody explain what the thinking of the JAX-RPC folks was in putting this stuff in the specification?
Thanks,
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net