org.jvnet.ws.wadl2java
Interface ElementToClassResolver


public interface ElementToClassResolver

This is a simple interface to replace reference to the S2JJAXModel class that is passed around to resolve QName element references to type references.

Author:
gdavison

Method Summary
 com.sun.codemodel.JType resolve(QName element)
           
 

Method Detail

resolve

com.sun.codemodel.JType resolve(QName element)
Parameters:
element - The element to resolve.
Returns:
the java type that is used to represent this element, might actually be a XmlType rather than a XmlElement


Copyright © 2012. All Rights Reserved.