public class SOAPPart1_2Impl extends SOAPPartImpl implements javax.xml.soap.SOAPConstants
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
log |
document, envelope, headers, message, omitXmlDecl, source, sourceCharsetEncodingDEFAULT_SOAP_PROTOCOL, DYNAMIC_SOAP_PROTOCOL, SOAP_1_1_CONTENT_TYPE, SOAP_1_1_PROTOCOL, SOAP_1_2_CONTENT_TYPE, SOAP_1_2_PROTOCOL, SOAP_DATAENCODINGUNKNOWN_FAULT, SOAP_ENV_PREFIX, SOAP_MUSTUNDERSTAND_FAULT, SOAP_RECEIVER_FAULT, SOAP_SENDER_FAULT, SOAP_VERSIONMISMATCH_FAULT, URI_NS_SOAP_1_1_ENVELOPE, URI_NS_SOAP_1_2_ENCODING, URI_NS_SOAP_1_2_ENVELOPE, URI_NS_SOAP_ENCODING, URI_NS_SOAP_ENVELOPE, URI_SOAP_1_2_ROLE_NEXT, URI_SOAP_1_2_ROLE_NONE, URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER, URI_SOAP_ACTOR_NEXTATTRIBUTE_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| Constructor and Description |
|---|
SOAPPart1_2Impl() |
SOAPPart1_2Impl(MessageImpl message) |
| Modifier and Type | Method and Description |
|---|---|
protected Envelope |
createEmptyEnvelope(java.lang.String prefix) |
protected Envelope |
createEnvelopeFromSource() |
protected SOAPPartImpl |
duplicateType() |
protected java.lang.String |
getContentType() |
java.lang.String |
getSOAPNamespace() |
addMimeHeader, adoptNode, appendChild, cloneNode, compareDocumentPosition, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, detachNode, doCloneNode, doGetDocumentElement, getAllMimeHeaders, getAttributes, getBaseURI, getChildNodes, getContent, getContentAsStream, getContentTypeString, getDoctype, getDocument, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagName, getElementsByTagNameNS, getEnvelope, getFeature, getFirstChild, getImplementation, getInputEncoding, getLastChild, getLocalName, getMatchingMimeHeaders, getMimeHeader, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getNonMatchingMimeHeaders, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getSOAPPart, getSourceCharsetEncoding, getStrictErrorChecking, getTextContent, getUserData, getValue, getXmlEncoding, getXmlStandalone, getXmlVersion, hasAttributes, hasChildNodes, importNode, insertBefore, isDefaultNamespace, isEqualNode, isFastInfoset, isSameNode, isSupported, lookForEnvelope, lookForXmlDecl, lookupNamespaceURI, lookupPrefix, normalize, normalizeDocument, recycleNode, removeAllMimeHeaders, removeChild, removeMimeHeader, renameNode, replaceChild, setContent, setDocumentURI, setMimeHeader, setNodeValue, setParentElement, setPrefix, setSourceCharsetEncoding, setStrictErrorChecking, setTextContent, setUserData, setValue, setXmlStandalone, setXmlVersionpublic SOAPPart1_2Impl()
public SOAPPart1_2Impl(MessageImpl message)
protected java.lang.String getContentType()
getContentType in class SOAPPartImplprotected Envelope createEmptyEnvelope(java.lang.String prefix) throws javax.xml.soap.SOAPException
createEmptyEnvelope in class SOAPPartImpljavax.xml.soap.SOAPExceptionprotected Envelope createEnvelopeFromSource() throws javax.xml.soap.SOAPException
createEnvelopeFromSource in class SOAPPartImpljavax.xml.soap.SOAPExceptionprotected SOAPPartImpl duplicateType()
duplicateType in class SOAPPartImplpublic java.lang.String getSOAPNamespace()
getSOAPNamespace in class SOAPPartImplCopyright © 2013 Oracle. All Rights Reserved.