public class FaultCustom extends CustomBase
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
m_dataType |
private java.util.List |
m_documentation |
private java.lang.String |
m_elementName |
private java.lang.String |
m_exceptionType |
private java.lang.String |
m_faultName |
private java.lang.String |
m_fieldName |
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,
java.lang.String type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(IClassLocator icl)
Apply customizations to fault to fill out members.
|
java.lang.String |
getDataType()
Get fully-qualified name of exception data class.
|
java.util.List |
getDocumentation()
Get value documentation node list.
|
java.lang.String |
getElementName()
Get XML element name for exception data.
|
java.lang.String |
getExceptionType()
Get fully-qualified exception class name.
|
java.lang.String |
getFaultName()
Get Fault name.
|
private static FaultCustom |
throwsFactory(IUnmarshallingContext ictx)
Parameter value unmarshalling factory.
|
convertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributes
private java.lang.String m_exceptionType
private java.lang.String m_fieldName
private java.lang.String m_dataType
private java.lang.String m_faultName
private java.lang.String m_elementName
private java.util.List m_documentation
protected FaultCustom(NestingBase parent, java.lang.String type)
parent
- type
- fully-qualified exception class namepublic java.lang.String getExceptionType()
public java.lang.String getFaultName()
apply(IClassLocator)
method is called.public java.lang.String getElementName()
apply(IClassLocator)
method is called.public java.lang.String getDataType()
public java.util.List getDocumentation()
apply(IClassLocator)
method
is called.null
if none)public void apply(IClassLocator icl)
icl
- class locatorprivate static FaultCustom throwsFactory(IUnmarshallingContext ictx) throws JiBXException
ictx
- JiBXException