| java.lang.Object com.sun.xml.ws.server.WSDLGenResolver
WSDLGenResolver | final class WSDLGenResolver implements WSDLResolver(Code) | | WSDLGenerator uses WSDLResolver while creating WSDL artifacts. WSDLResolver
is used to control the file names and which artifact to be generated or not.
author: Jitendra Kotamraju |
getAbstractWSDL | public Result getAbstractWSDL(Holder<String> filename)(Code) | | Updates filename if the suggested filename need to be changed in
wsdl:import. If the metadata already contains abstract wsdl(i.e. a WSDL
which has the porttype), then the abstract wsdl shouldn't be generated
return null if abstract WSDL need not be generated
Result the abstract WSDL
|
getSchemaOutput | public Result getSchemaOutput(String namespace, Holder<String> filename)(Code) | | Updates filename if the suggested filename need to be changed in
xsd:import. If there is already a schema document for the namespace
in the metadata, then it is not generated.
return null if schema need not be generated
Result the generated schema document
|
getWSDL | public Result getWSDL(String filename)(Code) | | Generates the concrete WSDL that contains service element.
Result the generated concrete WSDL |
updateDocs | public SDDocumentImpl updateDocs()(Code) | | Converts SDDocumentSource to SDDocumentImpl and updates original docs. It
categories the generated documents into WSDL, Schema types.
the primary WSDLnull if it is not there in the generated documents |
|
|