|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.server.WSDLGenResolver
final class WSDLGenResolver
WSDLGenerator uses WSDLResolver while creating WSDL artifacts. WSDLResolver is used to control the file names and which artifact to be generated or not.
Constructor Summary | |
---|---|
WSDLGenResolver(List<SDDocumentImpl> docs,
QName serviceName,
QName portTypeName)
|
Method Summary | |
---|---|
Result |
getAbstractWSDL(javax.xml.ws.Holder<String> filename)
Updates filename if the suggested filename need to be changed in wsdl:import. |
Result |
getSchemaOutput(String namespace,
javax.xml.ws.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDLGenResolver(@NotNull List<SDDocumentImpl> docs, QName serviceName, QName portTypeName)
Method Detail |
---|
public Result getWSDL(String filename)
getWSDL
in interface WSDLResolver
public Result getAbstractWSDL(javax.xml.ws.Holder<String> filename)
getAbstractWSDL
in interface WSDLResolver
public Result getSchemaOutput(String namespace, javax.xml.ws.Holder<String> filename)
getSchemaOutput
in interface WSDLResolver
public SDDocumentImpl updateDocs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |