com.sun.xml.ws.wsdl.writer
Interface WSDLResolver

All Superinterfaces:
org.jvnet.ws.databinding.WSDLResolver

Deprecated. Use WSDLResolver.

public interface WSDLResolver
extends org.jvnet.ws.databinding.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).


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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.