Uses of Class
org.somda.sdc.dpws.soap.model.Header
-
Packages that use Header Package Description org.somda.sdc.dpws.soap.model -
-
Uses of Header in org.somda.sdc.dpws.soap.model
Fields in org.somda.sdc.dpws.soap.model declared as Header Modifier and Type Field Description protected HeaderEnvelope. headerMethods in org.somda.sdc.dpws.soap.model that return Header Modifier and Type Method Description HeaderObjectFactory. createHeader()Create an instance ofHeaderHeaderEnvelope. getHeader()Ruft den Wert der header-Eigenschaft ab.Methods in org.somda.sdc.dpws.soap.model that return types with arguments of type Header Modifier and Type Method Description javax.xml.bind.JAXBElement<Header>ObjectFactory. createHeader(Header value)Methods in org.somda.sdc.dpws.soap.model with parameters of type Header Modifier and Type Method Description javax.xml.bind.JAXBElement<Header>ObjectFactory. createHeader(Header value)voidEnvelope. setHeader(Header value)Legt den Wert der header-Eigenschaft fest.
-