@WebService
@WSDLDocumentationCollection(
{
@WSDLDocumentation("A very simple example of an SEI"),
@WSDLDocumentation(value = "My top level documentation",
placement = WSDLDocumentation.Placement.TOP),
@WSDLDocumentation(value = "Binding documentation",
placement = WSDLDocumentation.Placement.BINDING)
}
)
public interface HelloWorld {
@WSDLDocumentation("A traditional form of Geeky greeting")
String sayHi(@WebParam(name = "text") String text);
}
@WebService
@WSDLDocumentationCollection(
{
@WSDLDocumentation("A very simple example of an SEI"),
@WSDLDocumentation(value = "My top level documentation",
placement = WSDLDocumentation.Placement.TOP),
@WSDLDocumentation(value = "Binding documentation",
placement = WSDLDocumentation.Placement.BINDING)
}
)
public interface HelloWorld {
@WSDLDocumentation("A traditional form of Geeky greeting")
String sayHi(@WebParam(name = "text") String text);
}
Copy to ClipboardCopied!Toggle word wrapToggle overflow