public class FaultCustom extends CustomBase
CAMEL_CASE_NAMES, DERIVE_BY_PACKAGE, DERIVE_FIXED, DERIVE_NONE, DOTTED_NAMES, HYPHENATED_NAMES, REQUIRE_ALL, REQUIRE_NONE, REQUIRE_OBJECTS, REQUIRE_PRIMITIVES, s_namespaceStyleEnum, s_nameStyleEnum, s_requireEnum, UNDERSCORED_NAMES, UPPER_CAMEL_CASE_NAMES| Modifier | Constructor and Description |
|---|---|
protected |
FaultCustom(NestingBase parent,
String type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(IClassLocator icl)
Apply customizations to fault to fill out members.
|
String |
getDataType()
Get fully-qualified name of exception data class.
|
List |
getDocumentation()
Get value documentation node list.
|
String |
getElementName()
Get XML element name for exception data.
|
String |
getExceptionType()
Get fully-qualified exception class name.
|
String |
getFaultName()
Get Fault name.
|
convertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributesprotected FaultCustom(NestingBase parent, String type)
parent - type - fully-qualified exception class namepublic String getExceptionType()
public String getFaultName()
apply(IClassLocator) method is called.public String getElementName()
apply(IClassLocator)
method is called.public String getDataType()
public List getDocumentation()
apply(IClassLocator) method
is called.null if none)public void apply(IClassLocator icl)
icl - class locatorCopyright © 2005-2014 jibx.org. All Rights Reserved.