Uses of Interface
org.opensaml.soap.soap11.Header
-
Packages that use Header Package Description org.opensaml.soap.soap11 XMLObject interfaces for SOAP 1.1 elements.org.opensaml.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces. -
-
Uses of Header in org.opensaml.soap.soap11
Methods in org.opensaml.soap.soap11 that return Header Modifier and Type Method Description HeaderEnvelope. getHeader()Gets the header of this envelope.Methods in org.opensaml.soap.soap11 with parameters of type Header Modifier and Type Method Description voidEnvelope. setHeader(Header newHeader)Sets the header of this envelope. -
Uses of Header in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement Header Modifier and Type Class Description classHeaderImplConcrete implementation ofHeader.Fields in org.opensaml.soap.soap11.impl declared as Header Modifier and Type Field Description private HeaderEnvelopeImpl. headerSOAP header.Methods in org.opensaml.soap.soap11.impl that return Header Modifier and Type Method Description HeaderHeaderBuilder. buildObject()Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Header" as the element local name.HeaderHeaderBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.HeaderEnvelopeImpl. getHeader()Gets the header of this envelope.Methods in org.opensaml.soap.soap11.impl with parameters of type Header Modifier and Type Method Description voidEnvelopeImpl. setHeader(Header newHeader)Sets the header of this envelope.
-