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.Methods in org.xmlsoap.schemas.soap.envelope that return types with arguments of type Header Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Header>ObjectFactory. createHeader(Header value)Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Header Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Header>ObjectFactory. createHeader(Header value)voidEnvelope. setHeader(Header value)Sets the value of the header property.
-