public abstract class NestingBase extends SharedNestingBase
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names
|
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| Constructor and Description |
|---|
NestingBase(SharedNestingBase parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CustomBase |
getChild(String name)
Get child by name.
|
protected static SharedNestingBase |
getContainingClass(IUnmarshallingContext ictx)
Gets the parent element link from the unmarshalling stack.
|
String |
getServiceBase()
Get the service base address.
|
abstract String |
getWsdlNamespace()
Get WSDL definitions namespace.
|
boolean |
isNillable()
Check if xsi:nillable should be used for optional values (rather than minOccurs='0').
|
boolean |
isSoapAction()
Check if soapAction should be set.
|
boolean |
isWrapped()
Check wrapped flag.
|
String |
registerName(String base,
CustomBase child)
Register a child name.
|
convertName, getFormatterClass, getNamespace, getNamespaceStyle, getNameStyle, getSpecifiedNamespace, isObjectRequired, isPrimitiveRequired, isUseJavaDocs, setNamespace, setNamespaceStyle, setNameStyleconvertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributespublic static final StringArray s_allowedAttributes
public NestingBase(SharedNestingBase parent)
parent - public boolean isWrapped()
public boolean isSoapAction()
public boolean isNillable()
public String getServiceBase()
public CustomBase getChild(String name)
name - null if name not registeredpublic String registerName(String base, CustomBase child)
base - proposed namechild - named childpublic abstract String getWsdlNamespace()
protected static SharedNestingBase getContainingClass(IUnmarshallingContext ictx)
ictx - unmarshalling contextCopyright © 2005-2014 jibx.org. All Rights Reserved.