Uses of Interface
org.opensaml.ws.soap.soap11.Header

Packages that use Header
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. 
 

Uses of Header in org.opensaml.ws.soap.soap11
 

Methods in org.opensaml.ws.soap.soap11 that return Header
 Header Envelope.getHeader()
          Gets the header of this envelope.
 

Methods in org.opensaml.ws.soap.soap11 with parameters of type Header
 void Envelope.setHeader(Header newHeader)
          Sets the header of this envelope.
 

Uses of Header in org.opensaml.ws.soap.soap11.impl
 

Classes in org.opensaml.ws.soap.soap11.impl that implement Header
 class HeaderImpl
          Concrete implementation of Header.
 

Methods in org.opensaml.ws.soap.soap11.impl that return Header
 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)
          
 Header EnvelopeImpl.getHeader()
          Gets the header of this envelope.
 

Methods in org.opensaml.ws.soap.soap11.impl with parameters of type Header
 void EnvelopeImpl.setHeader(Header newHeader)
          Sets the header of this envelope.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.