OperationCustom
, ServiceCustom
, WsdlCustom
public abstract class NestingBase extends SharedNestingBase
Modifier and Type | Field | Description |
---|---|---|
private java.util.Map |
m_namedChildMap |
|
private java.lang.String |
m_serviceBase |
|
private java.lang.Boolean |
m_setActions |
|
private java.lang.Boolean |
m_useNillable |
|
private java.lang.Boolean |
m_wrapped |
|
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 | Description |
---|---|
NestingBase(SharedNestingBase parent) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
CustomBase |
getChild(java.lang.String name) |
Get child by name.
|
protected static SharedNestingBase |
getContainingClass(IUnmarshallingContext ictx) |
Gets the parent element link from the unmarshalling stack.
|
java.lang.String |
getServiceBase() |
Get the service base address.
|
abstract java.lang.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.
|
java.lang.String |
registerName(java.lang.String base,
CustomBase child) |
Register a child name.
|
convertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertName, getFormatterClass, getNamespace, getNamespaceStyle, getNameStyle, getSpecifiedNamespace, isObjectRequired, isPrimitiveRequired, isUseJavaDocs, setNamespace, setNamespaceStyle, setNameStyle
public static final StringArray s_allowedAttributes
private java.lang.Boolean m_wrapped
private java.lang.Boolean m_setActions
private java.lang.Boolean m_useNillable
private java.lang.String m_serviceBase
private final java.util.Map m_namedChildMap
public NestingBase(SharedNestingBase parent)
parent
- public boolean isWrapped()
public boolean isSoapAction()
public boolean isNillable()
public java.lang.String getServiceBase()
public CustomBase getChild(java.lang.String name)
name
- null
if name not registeredpublic java.lang.String registerName(java.lang.String base, CustomBase child)
base
- proposed namechild
- named childpublic abstract java.lang.String getWsdlNamespace()
protected static SharedNestingBase getContainingClass(IUnmarshallingContext ictx)
ictx
- unmarshalling context