Uses of Class
org.xmlsoap.schemas.soap.envelope.Header

Packages that use Header
org.xmlsoap.schemas.soap.envelope   
 

Uses of Header in org.xmlsoap.schemas.soap.envelope
 

Fields in org.xmlsoap.schemas.soap.envelope declared as Header
protected  Header Envelope.header
           
 

Methods in org.xmlsoap.schemas.soap.envelope that return Header
 Header ObjectFactory.createHeader()
          Create an instance of Header
 Header Envelope.getHeader()
          Gets the value of the header property.
 Header Header.withAnies(Collection<Object> values)
           
 Header Header.withAnies(List<Object> value)
           
 Header Header.withAnies(Object... values)
           
 

Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Header
 void Envelope.setHeader(Header value)
          Sets the value of the header property.
 Envelope Envelope.withHeader(Header value)
           
 

Constructors in org.xmlsoap.schemas.soap.envelope with parameters of type Header
Envelope(Header header, Body body, List<Object> anies, Map<QName,String> otherAttributes)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.