|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Envelope
Different implementations for SOAP Envelope must all implement this interface.
| Field Summary |
|---|
| Method Summary | |
|---|---|
Source |
getContent()
Get the content as a JAXP Source. |
StaxBridge |
getStaxBridge()
|
void |
output(OutputStream out)
Output the content. |
void |
output(OutputStream out,
boolean isFastInfoset)
Output the content. |
void |
setStaxBridge(StaxBridge bridge)
|
| Methods inherited from interface javax.xml.soap.SOAPEnvelope |
|---|
addBody, addHeader, createName, createName, getBody, getHeader |
| Methods inherited from interface javax.xml.soap.Node |
|---|
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Method Detail |
|---|
Source getContent()
void output(OutputStream out)
throws IOException
IOException
void output(OutputStream out,
boolean isFastInfoset)
throws IOException
IOException
void setStaxBridge(StaxBridge bridge)
throws SOAPException
SOAPException
StaxBridge getStaxBridge()
throws SOAPException
SOAPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||