public abstract class AbstractExtensibleSOAPObject extends org.opensaml.core.xml.AbstractXMLObject implements SOAPObject, org.opensaml.core.xml.AttributeExtensibleXMLObject, org.opensaml.core.xml.ElementExtensibleXMLObject
Modifier and Type | Field and Description |
---|---|
private org.opensaml.core.xml.util.AttributeMap |
attributes
Attributes of the proxied Element.
|
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownXMLObjects
"Any" type children.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractExtensibleSOAPObject(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownXMLObjects
private org.opensaml.core.xml.util.AttributeMap attributes
protected AbstractExtensibleSOAPObject(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
namespaceURI
- namespace of the elementelementLocalName
- name of the elementnamespacePrefix
- namespace prefix of the element@Nullable public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.core.xml.XMLObject
@Nonnull public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects
in interface org.opensaml.core.xml.ElementExtensibleXMLObject
@Nonnull public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects
in interface org.opensaml.core.xml.ElementExtensibleXMLObject
@Nonnull public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes
in interface org.opensaml.core.xml.AttributeExtensibleXMLObject
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.