|
||||||||||
| 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(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. |
| 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 WSDLResolverpublic Result getAbstractWSDL(Holder<String> filename)
getAbstractWSDL in interface WSDLResolver
public Result getSchemaOutput(String namespace,
Holder<String> filename)
getSchemaOutput in interface WSDLResolverpublic SDDocumentImpl updateDocs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||