final class WSDLGenResolver extends Object implements WSDLResolver
Constructor and Description |
---|
WSDLGenResolver(List<SDDocumentImpl> docs,
QName serviceName,
QName portTypeName) |
Modifier and Type | Method and Description |
---|---|
Result |
getAbstractWSDL(Holder<String> filename)
Updates filename if the suggested filename need to be changed in
wsdl:import.
|
Result |
getSchemaOutput(String namespace,
Holder<String> filename)
Updates filename if the suggested filename need to be changed in
xsd:import.
|
Result |
getWSDL(String filename)
Generates the concrete WSDL that contains service element.
|
SDDocumentImpl |
updateDocs()
Converts SDDocumentSource to SDDocumentImpl and updates original docs.
|
public WSDLGenResolver(@NotNull List<SDDocumentImpl> docs, QName serviceName, QName portTypeName)
public Result getWSDL(String filename)
getWSDL
in interface org.jvnet.ws.databinding.WSDLResolver
public Result getAbstractWSDL(Holder<String> filename)
getAbstractWSDL
in interface org.jvnet.ws.databinding.WSDLResolver
public Result getSchemaOutput(String namespace, Holder<String> filename)
getSchemaOutput
in interface org.jvnet.ws.databinding.WSDLResolver
public SDDocumentImpl updateDocs()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.