Package org.opensaml.soap.soap11
Interface Envelope
- All Superinterfaces:
AttributeExtensibleXMLObject
,ElementExtensibleXMLObject
,SOAPObject
,XMLObject
- All Known Implementing Classes:
EnvelopeImpl
public interface Envelope
extends SOAPObject, ElementExtensibleXMLObject, AttributeExtensibleXMLObject
SOAP 1.1 Envelope.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getHeader
Gets the header of this envelope.- Returns:
- the header of this envelope
-
setHeader
Sets the header of this envelope.- Parameters:
newHeader
- the header of this envelope
-
getBody
Gets the body of this envelope.- Returns:
- the body of this envelope
-
setBody
Sets the body of this envelope.- Parameters:
newBody
- the body of this envelope
-