Package | Description |
---|---|
org.opensaml.ws.soap.soap11 |
XMLObject interfaces for SOAP 1.1 elements.
|
org.opensaml.ws.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
Modifier and Type | Method and Description |
---|---|
Header |
Envelope.getHeader()
Gets the header of this envelope.
|
Modifier and Type | Method and Description |
---|---|
void |
Envelope.setHeader(Header newHeader)
Sets the header of this envelope.
|
Modifier and Type | Class and Description |
---|---|
class |
HeaderImpl
Concrete implementation of
Header . |
Modifier and Type | Method and Description |
---|---|
Header |
HeaderBuilder.buildObject()
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Header" as the element local name.
|
Header |
HeaderBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Header |
EnvelopeImpl.getHeader()
Gets the header of this envelope.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvelopeImpl.setHeader(Header newHeader)
Sets the header of this envelope.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.