Uses of Class
org.w3._2003._05.soap_envelope.Header

Packages that use Header
org.w3._2003._05.soap_envelope   
 

Uses of Header in org.w3._2003._05.soap_envelope
 

Methods in org.w3._2003._05.soap_envelope that return Header
 Header ObjectFactory.createHeader()
          Create an instance of Header
 Header Envelope.getHeader()
          Gets the value of the header property.
 

Methods in org.w3._2003._05.soap_envelope that return types with arguments of type Header
 javax.xml.bind.JAXBElement<Header> ObjectFactory.createHeader(Header value)
          Create an instance of JAXBElement<Header>}
 

Methods in org.w3._2003._05.soap_envelope with parameters of type Header
 javax.xml.bind.JAXBElement<Header> ObjectFactory.createHeader(Header value)
          Create an instance of JAXBElement<Header>}
 void Envelope.setHeader(Header value)
          Sets the value of the header property.