Implemented in class xdoclet.modules.wsee.WseeTagsHandler.
Iterates over all handler tags annotating the current class.
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. |
conditional checking presence of a handler tag
paramName |
The name of the parameter |
conditional to handle single wsdl generation
conditional to handle per class wsdl
extract the value of the current handler tag
paramName |
The name of the parameter |
Constructs a guestimated filename for the jaxrpc file.
[prefixWithPackage] |
Whether to prefix the filename with the package hierarchy. Valid Values = {true,false} |
return the namespace of the current clazz/package
returns the service endpoint interface name belonging to the current class
returns the service endpoint link pointing to the current class
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} |