Uses of Interface
org.jvnet.ws.databinding.WSDLGenerator

Packages that use WSDLGenerator
org.jvnet.ws.databinding   
org.jvnet.ws.databinding.impl.converter   
 

Uses of WSDLGenerator in org.jvnet.ws.databinding
 

Methods in org.jvnet.ws.databinding that return WSDLGenerator
 WSDLGenerator WSDLGenerator.inlineSchema(boolean inline)
          Deprecated. Sets the inlineSchema boolean.
 WSDLGenerator WSDLGenerator.property(String name, Object value)
          Deprecated. Sets A property of the WSDLGenerator
 

Uses of WSDLGenerator in org.jvnet.ws.databinding.impl.converter
 

Classes in org.jvnet.ws.databinding.impl.converter that implement WSDLGenerator
 class OldWSDLGenerator
           
 

Methods in org.jvnet.ws.databinding.impl.converter that return WSDLGenerator
 WSDLGenerator OldWSDLGenerator.inlineSchema(boolean inline)
           
 WSDLGenerator OldWSDLGenerator.property(String name, Object value)
           
 

Constructors in org.jvnet.ws.databinding.impl.converter with parameters of type WSDLGenerator
NewWSDLGenerator(WSDLGenerator wsdlGenerator)
           
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.