Uses of Class
org.xmlsoap.schemas.soap.envelope.Header
-
Packages that use Header Package Description org.xmlsoap.schemas.soap.envelope -
-
Uses of Header in org.xmlsoap.schemas.soap.envelope
Fields in org.xmlsoap.schemas.soap.envelope declared as Header Modifier and Type Field Description protected HeaderEnvelope. headerMethods in org.xmlsoap.schemas.soap.envelope that return Header Modifier and Type Method Description HeaderObjectFactory. createHeader()Create an instance ofHeaderHeaderEnvelope. getHeader()Gets the value of the header property.HeaderHeader. withAnies(Object... values)HeaderHeader. withAnies(Collection<Object> values)HeaderHeader. withAnies(List<Object> value)Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Header Modifier and Type Method Description voidEnvelope. setHeader(Header value)Sets the value of the header property.EnvelopeEnvelope. withHeader(Header value)Constructors in org.xmlsoap.schemas.soap.envelope with parameters of type Header Constructor Description Envelope(Header header, Body body, List<Object> anies, Map<QName,String> otherAttributes)Fully-initialising value constructor
-