|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Header | |
---|---|
org.xmlsoap.schemas.soap.envelope | |
org.xmlsoap.schemas.soap.envelope.impl |
Uses of Header in org.xmlsoap.schemas.soap.envelope |
---|
Methods in org.xmlsoap.schemas.soap.envelope that return Header | |
---|---|
Header |
HeaderDocument.addNewHeader()
Appends and returns a new empty "Header" element |
Header |
Envelope.addNewHeader()
Appends and returns a new empty "Header" element |
Header |
HeaderDocument.getHeader()
Gets the "Header" element |
Header |
Envelope.getHeader()
Gets the "Header" element |
static Header |
Header.Factory.newInstance()
|
static Header |
Header.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static Header |
Header.Factory.parse(java.io.File file)
|
static Header |
Header.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Header |
Header.Factory.parse(java.io.InputStream is)
|
static Header |
Header.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Header |
Header.Factory.parse(org.w3c.dom.Node node)
|
static Header |
Header.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Header |
Header.Factory.parse(java.io.Reader r)
|
static Header |
Header.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Header |
Header.Factory.parse(java.lang.String xmlAsString)
|
static Header |
Header.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Header |
Header.Factory.parse(java.net.URL u)
|
static Header |
Header.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static Header |
Header.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static Header |
Header.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static Header |
Header.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static Header |
Header.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Header | |
---|---|
void |
HeaderDocument.setHeader(Header header)
Sets the "Header" element |
void |
Envelope.setHeader(Header header)
Sets the "Header" element |
Uses of Header in org.xmlsoap.schemas.soap.envelope.impl |
---|
Classes in org.xmlsoap.schemas.soap.envelope.impl that implement Header | |
---|---|
class |
HeaderImpl
An XML Header(@http://schemas.xmlsoap.org/soap/envelope/). |
Methods in org.xmlsoap.schemas.soap.envelope.impl that return Header | |
---|---|
Header |
HeaderDocumentImpl.addNewHeader()
Appends and returns a new empty "Header" element |
Header |
EnvelopeImpl.addNewHeader()
Appends and returns a new empty "Header" element |
Header |
HeaderDocumentImpl.getHeader()
Gets the "Header" element |
Header |
EnvelopeImpl.getHeader()
Gets the "Header" element |
Methods in org.xmlsoap.schemas.soap.envelope.impl with parameters of type Header | |
---|---|
void |
HeaderDocumentImpl.setHeader(Header header)
Sets the "Header" element |
void |
EnvelopeImpl.setHeader(Header header)
Sets the "Header" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |