Implemented in class xdoclet.modules.wsee.WseeTagsHandler.
Iterates over all classes loaded by javadoc and being a port component.
[abstract] |
If true then accept abstract classes also; otherwise don't. Valid Values = {true,false} |
[type] |
For all classes by the type. |
Iterates over all handler tags annotating the current class.
conditional checking presence of a handler tag
paramName |
The name of the parameter |
conditional to handle per class wsdl
conditional to handle single wsdl generation
returns the service endpoint interface name belonging to the current class
returns the service endpoint link pointing to the current class
return the namespace of the current clazz/package
extract the value of the current handler tag
paramName |
The name of the parameter |
Constructs a guestimated filename for the wsdl file. It also attempts to decide if the file should be in META-INF or WEB-INF. This should yield a filename that will be correct for use within the webservices.xml file.
[prefixWithPackage] |
Whether to prefix the filename with the package hierarchy. Valid Values = {true,false} |
Constructs a guestimated filename for the jaxrpc file.
[prefixWithPackage] |
Whether to prefix the filename with the package hierarchy. Valid Values = {true,false} |