Uses of Class
com.sun.xml.ws.security.soap11.Header
-
Packages that use Header Package Description com.sun.xml.ws.security.soap11 -
-
Uses of Header in com.sun.xml.ws.security.soap11
Fields in com.sun.xml.ws.security.soap11 declared as Header Modifier and Type Field Description protected HeaderEnvelope. headerMethods in com.sun.xml.ws.security.soap11 that return Header Modifier and Type Method Description HeaderObjectFactory. createHeader()Create an instance ofHeaderHeaderEnvelope. getHeader()Gets the value of the header property.Methods in com.sun.xml.ws.security.soap11 that return types with arguments of type Header Modifier and Type Method Description javax.xml.bind.JAXBElement<Header>ObjectFactory. createHeader(Header value)Methods in com.sun.xml.ws.security.soap11 with parameters of type Header Modifier and Type Method Description javax.xml.bind.JAXBElement<Header>ObjectFactory. createHeader(Header value)voidEnvelope. setHeader(Header value)Sets the value of the header property.
-