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