Uses of Class
com.sun.xml.ws.security.soap12.Header
-
Packages that use Header Package Description com.sun.xml.ws.security.soap12 -
-
Uses of Header in com.sun.xml.ws.security.soap12
Fields in com.sun.xml.ws.security.soap12 declared as Header Modifier and Type Field Description protected HeaderEnvelope. headerMethods in com.sun.xml.ws.security.soap12 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.soap12 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.soap12 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.
-