|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.custom.classes.CustomBase
org.jibx.custom.classes.SharedNestingBase
org.jibx.ws.wsdl.tools.custom.NestingBase
public abstract class NestingBase
Base class for nested WSDL customizations that can contain other customizations.
Field Summary | |
---|---|
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 |
Fields inherited from class org.jibx.custom.classes.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 |
Constructor Summary | |
---|---|
NestingBase(SharedNestingBase parent)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.jibx.custom.classes.SharedNestingBase |
---|
convertName, getFormatterClass, getNamespace, getNamespaceStyle, getNameStyle, getSpecifiedNamespace, isObjectRequired, isPrimitiveRequired, isUseJavaDocs, setNamespace, setNamespaceStyle, setNameStyle |
Methods inherited from class org.jibx.custom.classes.CustomBase |
---|
convertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public NestingBase(SharedNestingBase parent)
parent
- Method Detail |
---|
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 child
public abstract java.lang.String getWsdlNamespace()
protected static SharedNestingBase getContainingClass(IUnmarshallingContext ictx)
ictx
- unmarshalling context
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |