* parameters are simple type which decribe in SimpleTypeTable
* nothing will happen) 2. In the next stage for all the methods
* messages and port types will be creteated
*/
JAnnotation annotation = jclass.getAnnotation(AnnotationConstants.WEB_SERVICE);
JComment comment = jclass.getComment();
if (comment !=null) {
System.out.println(comment.getText());
}
if (annotation != null) {
String tns =
annotation.getValue(AnnotationConstants.TARGETNAMESPACE).asString();
if (tns != null && !"".equals(tns)) {