| java.lang.Object org.jibx.binding.generator.CustomBase org.jibx.ws.wsdl.ThrowsCustom
ThrowsCustom | public class ThrowsCustom extends CustomBase (Code) | | Method throws customization information. This just defines the actual
exceptions to be handled for a method
|
Method Summary | |
void | complete(List docs) Complete customization information using supplied default documentation. | public List | getDocumentation() Get value documentation node list. | public String | getType() Get fully-qualified class name thrown. |
ThrowsCustom | protected ThrowsCustom(NestingBase parent, String type)(Code) | | Constructor.
Parameters: parent - Parameters: type - fully-qualified class name thrown |
complete | void complete(List docs)(Code) | | Complete customization information using supplied default documentation.
Parameters: docs - default documentation text (null if none) |
getDocumentation | public List getDocumentation()(Code) | | Get value documentation node list. This method should only be used after
the
ThrowsCustom.complete(List) method is called.
list of documentation nodes (null if none) |
getType | public String getType()(Code) | | Get fully-qualified class name thrown.
type |
|
|