public abstract class OpenAttrBase extends WsdlBase
SOAP_NAMESPACE_URI, WSDL_NAMESPACE_URI| Constructor and Description |
|---|
OpenAttrBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraAttribute(String name,
String uri,
String value)
Add extra attribute.
|
void |
clearExtraAttributes()
Clear extra attribute list.
|
List |
getExtraAttributes()
Get read-only list of extra attributes.
|
String |
getNamespace()
Get the WSDL target namespace.
|
protected void |
preget(IMarshallingContext ictx)
Pre-get method called during marshalling.
|
protected void |
validateAttributes(IUnmarshallingContext ictx,
StringArray attrs)
Validate attributes of element from schema namespace.
|
addNamespaceDeclaration, clearNamespaceDeclarations, getDocumentation, getExtension, getNamespaceDeclarations, preset, prevalidate, readNamespaces, setDocumentation, setExtension, validate, validateAttributes, writeNamespacespublic String getNamespace()
protected void preget(IMarshallingContext ictx) throws JiBXException
preget in class WsdlBaseictx - marshalling contextJiBXException - on errorpublic final List getExtraAttributes()
public final void clearExtraAttributes()
public final void addExtraAttribute(String name, String uri, String value)
name - attribute nameuri - attribute namespace URIvalue - attribute valueprotected void validateAttributes(IUnmarshallingContext ictx, StringArray attrs) throws JiBXException
ictx - unmarshalling contextattrs - attributes arrayJiBXException - on unmarshalling errorCopyright © 2005-2014 jibx.org. All Rights Reserved.