Is there an easy way for the client developer to lookup the QName that will be used for serialization of a given class? I know it is possible deep within the serialization to do this with a serialization context via getQNameForClass(). However, is there a simple way at an outer most level for someone to lookup the QName?
The use case is an easy way to pass in a QName representing the type of a class to an web service operation that resolves the type based on QName.
