com.sun.jersey.server.wadl
Interface WadlGenerator.Resolver

Enclosing interface:
WadlGenerator

public static interface WadlGenerator.Resolver

Call back interface that the create external grammar can use to allow other parts of the code to attach the correct grammar information


Method Summary
 javax.xml.namespace.QName resolve(java.lang.Class type)
           
 

Method Detail

resolve

javax.xml.namespace.QName resolve(java.lang.Class type)
Parameters:
type - The type of the class
Returns:
The schema type of the class if defined, null if not.


Copyright © 2011 Oracle Corporation. All Rights Reserved.