Since {@link ServiceDefinition} doesn't know which endpoint address{@link Adapter} is serving to, (and often it serves multiple URLssimultaneously), this method takes the PortAddressResolver as a parameter, so that it can produce the corret address information in the generated WSDL. @param portAddressResolver An endpoint address resolver that gives endpoint address for a WSDL port. Can be null. @param resolver Used to resolve relative references among documents. @param os The {@link OutputStream} that receives the generated document. @throws IOException if there was a failure reported from the {@link OutputStream}.
|
|
|
|
|
|
|
|