Class SOAPPart1_1Impl
- java.lang.Object
-
- jakarta.xml.soap.SOAPPart
-
- com.sun.xml.messaging.saaj.soap.SOAPPartImpl
-
- com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl
-
- All Implemented Interfaces:
SOAPDocument,jakarta.xml.soap.Node,jakarta.xml.soap.SOAPConstants,Document,Node
public class SOAPPart1_1Impl extends SOAPPartImpl implements jakarta.xml.soap.SOAPConstants
-
-
Field Summary
Fields Modifier and Type Field Description protected static Loggerlog-
Fields inherited from class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
document, envelope, headers, message, omitXmlDecl, source, sourceCharsetEncoding
-
Fields inherited from interface org.w3c.dom.Node
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
-
Fields inherited from interface jakarta.xml.soap.SOAPConstants
DEFAULT_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_NEXT
-
-
Constructor Summary
Constructors Constructor Description SOAPPart1_1Impl()SOAPPart1_1Impl(MessageImpl message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnvelopecreateEmptyEnvelope(String prefix)protected EnvelopecreateEnvelopeFromSource()protected SOAPPartImplduplicateType()protected StringgetContentType()StringgetSOAPNamespace()-
Methods inherited from class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
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, setXmlVersion
-
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Constructor Detail
-
SOAPPart1_1Impl
public SOAPPart1_1Impl()
-
SOAPPart1_1Impl
public SOAPPart1_1Impl(MessageImpl message)
-
-
Method Detail
-
getContentType
protected String getContentType()
- Specified by:
getContentTypein classSOAPPartImpl
-
createEnvelopeFromSource
protected Envelope createEnvelopeFromSource() throws jakarta.xml.soap.SOAPException
- Specified by:
createEnvelopeFromSourcein classSOAPPartImpl- Throws:
jakarta.xml.soap.SOAPException
-
createEmptyEnvelope
protected Envelope createEmptyEnvelope(String prefix) throws jakarta.xml.soap.SOAPException
- Specified by:
createEmptyEnvelopein classSOAPPartImpl- Throws:
jakarta.xml.soap.SOAPException
-
duplicateType
protected SOAPPartImpl duplicateType()
- Specified by:
duplicateTypein classSOAPPartImpl
-
getSOAPNamespace
public String getSOAPNamespace()
- Specified by:
getSOAPNamespacein classSOAPPartImpl
-
-