org.jvnet.ws.databinding
Interface Databinding.WSDLGenerator.WSDLResolver

All Superinterfaces:
WSDLResolver
Enclosing interface:
Databinding.WSDLGenerator

public static interface Databinding.WSDLGenerator.WSDLResolver
extends WSDLResolver

WSDLResolver is used by WSDLGenerator while generating WSDL and its associated documents. It is used to control what documents need to be generated and what documents need to be picked from metadata. If endpont's document metadata already contains some documents, their systemids may be used for wsdl:import, and schema:import. The suggested filenames are relative urls(for e.g: EchoSchema1.xsd) The Result object systemids are also relative urls(for e.g: AbsWsdl.wsdl).

Author:
Jitendra Kotamraju

Method Summary
 
Methods inherited from interface org.jvnet.ws.databinding.WSDLResolver
getAbstractWSDL, getSchemaOutput, getWSDL
 



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