public interface LazyEnvelope extends Envelope
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Modifier and Type | Method and Description |
|---|---|
String |
getPayloadAttributeValue(QName qName)
Retrieve payload attribute value without materializing its contents
|
String |
getPayloadAttributeValue(String localName)
Retrieve payload attribute value without materializing its contents
|
QName |
getPayloadQName()
Retrieve payload qname without materializing its contents
|
XMLStreamReader |
getPayloadReader() |
boolean |
isLazy() |
void |
writeTo(XMLStreamWriter writer) |
getContent, getStaxBridge, output, output, setStaxBridgeaddBody, addHeader, createName, createName, getBody, getHeaderaddAttribute, addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, createQName, getAllAttributes, getAllAttributesAsQNames, getAttributeValue, getAttributeValue, getChildElements, getChildElements, getChildElements, getElementName, getElementQName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeAttribute, removeContents, removeNamespaceDeclaration, setElementQName, setEncodingStyledetachNode, getParentElement, getValue, recycleNode, setParentElement, setValuegetAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNSappendChild, 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, setUserDataXMLStreamReader getPayloadReader() throws SOAPException
SOAPExceptionboolean isLazy()
void writeTo(XMLStreamWriter writer) throws XMLStreamException, SOAPException
XMLStreamExceptionSOAPExceptionQName getPayloadQName() throws SOAPException
SOAPException - in case of an errorString getPayloadAttributeValue(String localName) throws SOAPException
localName - local nameSOAPException - in case of an errorString getPayloadAttributeValue(QName qName) throws SOAPException
qName - QNameSOAPException - in case of an errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.