users@jax-rpc.java.net

Chapter 20 Appendix: Mapping of XML Names

From: John Keyes <john.keyes_at_CAPECLEAR.COM>
Date: Fri, 05 Jul 2002 16:41:22 +0100

The following example is listed in Chapter 20:

XML Name Class Name
-------- ----------
mixedCaseName MixedCaseName

I am wondering what the correct Class name for 'mixedCASEName'
should be. If I use the JAXB reference implementation the Class
name is 'MixedCASEName'. Is this the same for JAX-RPC or should
it be 'MixedCaseName'?

Is the only difference between the JAXB naming guidelines
and the JAX-RPC naming guidelines, the fact that JAXB
also specifies a mapping for Java constants?

Thanks,
-John K