Index

A B C D E F G H I J L M N O P Q R S T U W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

SAAJ_MIME_SOAP_BODY_PART_SIZE_LIMIT - Static variable in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
SAAJ_NODE - Static variable in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
SAAJMetaFactory - Class in jakarta.xml.soap
The access point for the implementation classes of the factories defined in the SAAJ API.
SAAJMetaFactory() - Constructor for class jakarta.xml.soap.SAAJMetaFactory
Default constructor.
SAAJMetaFactoryImpl - Class in com.sun.xml.messaging.saaj.soap
 
SAAJMetaFactoryImpl() - Constructor for class com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl
 
SAAJResult - Class in jakarta.xml.soap
Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree.
SAAJResult() - Constructor for class jakarta.xml.soap.SAAJResult
Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the default (SOAP 1.1) protocol.
SAAJResult(SOAPElement) - Constructor for class jakarta.xml.soap.SAAJResult
Creates a SAAJResult that will write the results as a child node of the SOAPElement specified.
SAAJResult(SOAPMessage) - Constructor for class jakarta.xml.soap.SAAJResult
Creates a SAAJResult that will write the results into the SOAPPart of the supplied SOAPMessage.
SAAJResult(String) - Constructor for class jakarta.xml.soap.SAAJResult
Creates a SAAJResult that will present results in the form of a SAAJ tree that supports the specified protocol.
SaajStaxReaderEx - Class in com.sun.xml.messaging.saaj.util.stax
SaajStaxReaderEx
SaajStaxReaderEx(SOAPElement) - Constructor for class com.sun.xml.messaging.saaj.util.stax.SaajStaxReaderEx
 
SaajStaxWriter - Class in com.sun.xml.messaging.saaj.util.stax
SaajStaxWriter builds a SAAJ SOAPMessage by using XMLStreamWriter interface.
SaajStaxWriter(SOAPMessage, String) - Constructor for class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter
 
SaajStaxWriter.DeferredElement - Class in com.sun.xml.messaging.saaj.util.stax
Holds details of element that needs to be deferred in order to manage namespace assignments correctly.
SaajStaxWriterEx - Class in com.sun.xml.messaging.saaj.util.stax
SaajStaxWriterEx converts XMLStreamWriterEx calls to build an orasaaj SOAPMessage with BinaryTextImpl.
SaajStaxWriterEx(SOAPMessage, String) - Constructor for class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriterEx
 
SAAJUtil - Class in com.sun.xml.messaging.saaj.util
 
saajWriter - Variable in class com.sun.xml.messaging.saaj.soap.StaxBridge
 
saveChanges() - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
saveChanges() - Method in class jakarta.xml.soap.SOAPMessage
Updates this SOAPMessage object with all the changes that have been made to it.
saved - Variable in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
saveRequired() - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
saveRequired() - Method in class jakarta.xml.soap.SOAPMessage
Indicates whether this SOAPMessage object needs to have the method saveChanges called on it.
set(String, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ParameterList
Set a parameter.
setAction(String) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setAction(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl
 
setActor(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.HeaderElementImpl
 
setActor(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
Sets the actor associated with this SOAPHeaderElement object to the specified actor.
setAttribute(String, String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setAttributeNode(Attr) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setAttributeNodeNS(Attr) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setAttributeNS(String, String, String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setBase64Content(InputStream, String) - Method in class com.sun.xml.messaging.saaj.soap.AttachmentPartImpl
 
setBase64Content(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
Sets the content of this attachment part from the Base64 source InputStream and sets the value of the Content-Type header to the value contained in contentType, This method would first decode the base64 input and write the resulting raw bytes to the attachment.
setBaseType(String) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setBoundary(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.BMMimeMultipart
 
setBuf(byte[]) - Method in class com.sun.xml.messaging.saaj.util.ByteInputStream
 
setCharset(String) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setCharset(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl
 
setCharsetEncoding(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl
 
setConnectTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
Sets the read timeout to a specified timeout, in milliseconds.
setContent(MimeMultipart) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
This method sets the body part's content to a MimeMultipart object.
setContent(Object, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
A convenience method for setting this body part's content.
setContent(Object, String) - Method in class com.sun.xml.messaging.saaj.soap.AttachmentPartImpl
 
setContent(Object, String) - Method in class jakarta.xml.soap.AttachmentPart
Sets the content of this attachment part to that of the given Object and sets the value of the Content-Type header to the given type.
setContent(Source) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setContent(Source) - Method in class jakarta.xml.soap.SOAPPart
Sets the content of the SOAPEnvelope object with the data from the given Source object.
setContentDescription(String) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setContentDescription(String) - Method in class jakarta.xml.soap.SOAPMessage
Sets the description of this SOAPMessage object's content with the given description.
setContentId(String) - Method in class jakarta.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-ID" with the given value.
setContentId(String) - Method in class jakarta.xml.soap.SOAPPart
Sets the value of the MIME header named "Content-Id" to the given String.
setContentID(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the "Content-ID" header field of this body part.
setContentLanguage(String[]) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the Content-Language header of this MimeBodyPart.
setContentLocation(String) - Method in class jakarta.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Location" with the given value.
setContentLocation(String) - Method in class jakarta.xml.soap.SOAPPart
Sets the value of the MIME header "Content-Location" to the given String.
setContentMD5(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the "Content-MD5" header field of this body part.
setContentType(String) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setContentType(String) - Method in class jakarta.xml.soap.AttachmentPart
Sets the MIME header whose name is "Content-Type" with the given value.
setData(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
setDataHandler(DataHandler) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
This method provides the mechanism to set this body part's content.
setDataHandler(DataHandler) - Method in class com.sun.xml.messaging.saaj.soap.AttachmentPartImpl
 
setDataHandler(DataHandler) - Method in class jakarta.xml.soap.AttachmentPart
Sets the given DataHandler object as the data handler for this AttachmentPart object.
setDefaultNamespace(String) - Method in class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter
 
setDescription(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the "Content-Description" header field for this body part.
setDescription(String, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the "Content-Description" header field for this body part.
setDisposition(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ContentDisposition
Set the primary type.
setDisposition(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the "Content-Disposition" header field of this body part.
setDocumentURI(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setDocumentURI(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.impl.BodyImpl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.impl.FaultElementImpl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.impl.FaultImpl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.impl.HeaderImpl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.BodyElement1_1Impl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.DetailEntry1_1Impl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.FaultElement1_1Impl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.HeaderElement1_1Impl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.BodyElement1_2Impl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.DetailEntry1_2Impl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.FaultElement1_2Impl
 
setElementQName(QName) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.HeaderElement1_2Impl
 
setElementQName(QName) - Method in interface jakarta.xml.soap.SOAPElement
Changes the name of this Element to newName if possible.
setEncodingStyle(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setEncodingStyle(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Body1_2Impl
 
setEncodingStyle(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Detail1_2Impl
 
setEncodingStyle(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Envelope1_2Impl
 
setEncodingStyle(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl
 
setEncodingStyle(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.FaultElement1_2Impl
 
setEncodingStyle(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Header1_2Impl
 
setEncodingStyle(String) - Method in interface jakarta.xml.soap.SOAPElement
Sets the encoding style for this SOAPElement object to one specified.
setEncodingStyleNamespace(String, String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setErrorListener(ErrorListener) - Method in class com.sun.xml.messaging.saaj.util.transform.EfficientStreamingTransformer
 
setFaultActor(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.FaultImpl
 
setFaultActor(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl
 
setFaultActor(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl
 
setFaultActor(String) - Method in interface jakarta.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault actor.
setFaultCode(Name) - Method in class com.sun.xml.messaging.saaj.soap.impl.FaultImpl
 
setFaultCode(Name) - Method in interface jakarta.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultCode(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.FaultImpl
 
setFaultCode(String) - Method in interface jakarta.xml.soap.SOAPFault
Sets this SOAPFault object with the give fault code.
setFaultCode(String, String, String) - Method in class com.sun.xml.messaging.saaj.soap.impl.FaultImpl
 
setFaultCode(String, String, String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl
 
setFaultCode(QName) - Method in class com.sun.xml.messaging.saaj.soap.impl.FaultImpl
 
setFaultCode(QName) - Method in interface jakarta.xml.soap.SOAPFault
Sets this SOAPFault object with the given fault code.
setFaultNode(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl
 
setFaultNode(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl
 
setFaultNode(String) - Method in interface jakarta.xml.soap.SOAPFault
Creates or replaces any existing Node element value for this SOAPFault object.
setFaultRole(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl
 
setFaultRole(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl
 
setFaultRole(String) - Method in interface jakarta.xml.soap.SOAPFault
Creates or replaces any existing Role element value for this SOAPFault object.
setFaultString(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl
 
setFaultString(String) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl
 
setFaultString(String) - Method in interface jakarta.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string.
setFaultString(String, Locale) - Method in class com.sun.xml.messaging.saaj.soap.ver1_1.Fault1_1Impl
 
setFaultString(String, Locale) - Method in class com.sun.xml.messaging.saaj.soap.ver1_2.Fault1_2Impl
 
setFaultString(String, Locale) - Method in interface jakarta.xml.soap.SOAPFault
Sets the fault string for this SOAPFault object to the given string and localized to the given locale.
setFileName(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the filename associated with this body part, if possible.
setFragment(String) - Method in class com.sun.xml.messaging.saaj.util.JaxmURI
Set the fragment for this URI.
setHeader(String, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.InternetHeaders
Change the first header line that matches name to have value, adding a new header if no existing header matches.
setHeader(String, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the value for this header_name.
setHeader(String, String) - Method in class jakarta.xml.soap.MimeHeaders
Replaces the current value of the first header entry whose name matches the given name with the given value, adding a new header if no existing header name matches.
setHost(String) - Method in class com.sun.xml.messaging.saaj.util.JaxmURI
Set the host for this URI.
setIdAttribute(String, boolean) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setIdAttributeNode(Attr, boolean) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setIdAttributeNS(String, String, boolean) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setInputStream(InputStream) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.BMMimeMultipart
 
setIsFastInfoset(boolean) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setLazyAttachmentOptimization(boolean) - Method in class com.sun.xml.messaging.saaj.soap.MessageFactoryImpl
 
setLazyAttachments(boolean) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.BMMimeMultipart
 
setLazyAttachments(boolean) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setLocalName(String) - Method in class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter.DeferredElement
Set local name of the element.
setMimeHeader(String, String) - Method in class com.sun.xml.messaging.saaj.soap.AttachmentPartImpl
 
setMimeHeader(String, String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setMimeHeader(String, String) - Method in class jakarta.xml.soap.AttachmentPart
Changes the first header entry that matches the given name to the given value, adding a new header if no existing header matches.
setMimeHeader(String, String) - Method in class jakarta.xml.soap.SOAPPart
Changes the first header entry that matches the given header name so that its value is the given value, adding a new header with the given name and value if no existing header is a match.
setMultipartDataSource(MultipartDataSource) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart
Setup this MimeMultipart object from the given MultipartDataSource.
setMustUnderstand(boolean) - Method in class com.sun.xml.messaging.saaj.soap.impl.HeaderElementImpl
 
setMustUnderstand(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
Sets the mustUnderstand attribute for this SOAPHeaderElement object to be either true or false.
setNamedItem(Node) - Method in class com.sun.xml.messaging.saaj.soap.impl.NamedNodeMapImpl
 
setNamedItemNS(Node) - Method in class com.sun.xml.messaging.saaj.soap.impl.NamedNodeMapImpl
 
setNameMode(String, int) - Method in class com.sun.xml.messaging.saaj.packaging.mime.util.UUEncoderStream
Set up the buffer name and permission mode.
setNamespaceContext(NamespaceContext) - Method in class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter
 
setNamespaceUri(String) - Method in class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter.DeferredElement
Set namespace uri.
setNextException(Exception) - Method in exception com.sun.xml.messaging.saaj.packaging.mime.MessagingException
Add an exception to the end of the chain.
setNodeValue(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.AttrImpl
 
setNodeValue(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setNodeValue(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
setNodeValue(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
 
setNodeValue(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setNodeValue(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setOmitXmlDecl(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl
 
setOutputProperties(Properties) - Method in class com.sun.xml.messaging.saaj.util.transform.EfficientStreamingTransformer
 
setOutputProperty(String, String) - Method in class com.sun.xml.messaging.saaj.util.transform.EfficientStreamingTransformer
 
setParameter(String, Object) - Method in class com.sun.xml.messaging.saaj.util.transform.EfficientStreamingTransformer
 
setParameter(String, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ContentDisposition
Set the specified parameter.
setParameter(String, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ContentType
Set the specified parameter.
setParameterList(ParameterList) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ContentDisposition
Set a new ParameterList.
setParameterList(ParameterList) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ContentType
Set a new ParameterList.
setParent(MimeMultipart) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Set the parent of this MimeBodyPart to be the specified MimeMultipart.
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.impl.AttrImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.impl.BodyElementImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.impl.BodyImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.impl.HeaderElementImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.impl.HeaderImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setParentElement(SOAPElement) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setParentElement(SOAPElement) - Method in interface jakarta.xml.soap.Node
Sets the parent of this Node object to the given SOAPElement object.
setPath(String) - Method in class com.sun.xml.messaging.saaj.util.JaxmURI
Set the path for this URI.
setPort(int) - Method in class com.sun.xml.messaging.saaj.util.JaxmURI
Set the port for this URI.
setPrefix(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.AttrImpl
 
setPrefix(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setPrefix(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
setPrefix(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
 
setPrefix(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setPrefix(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setPrefix(String) - Method in class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter.DeferredElement
Set prefix of the element.
setPrefix(String, String) - Method in class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter
 
setPrimaryType(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ContentType
Set the primary type.
setProperty(String, Object) - Method in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
setProperty(String, Object) - Method in class com.sun.xml.messaging.saaj.util.RejectDoctypeSaxFilter
 
setProperty(String, Object) - Method in class jakarta.xml.soap.SOAPMessage
Associates the specified value with the specified property.
setQueryString(String) - Method in class com.sun.xml.messaging.saaj.util.JaxmURI
Set the query string for this URI.
setRawContent(InputStream, String) - Method in class com.sun.xml.messaging.saaj.soap.AttachmentPartImpl
 
setRawContent(InputStream, String) - Method in class jakarta.xml.soap.AttachmentPart
Sets the content of this attachment part to that contained by the InputStream content and sets the value of the Content-Type header to the value contained in contentType.
setRawContentBytes(byte[], int, int, String) - Method in class com.sun.xml.messaging.saaj.soap.AttachmentPartImpl
 
setRawContentBytes(byte[], int, int, String) - Method in class jakarta.xml.soap.AttachmentPart
Sets the content of this attachment part to that contained by the byte[] array content and sets the value of the Content-Type header to the value contained in contentType.
setReadTimeout(int) - Method in class jakarta.xml.soap.SOAPConnection
Sets the read timeout to a specified timeout, in milliseconds.
setRelay(boolean) - Method in class com.sun.xml.messaging.saaj.soap.impl.HeaderElementImpl
 
setRelay(boolean) - Method in interface jakarta.xml.soap.SOAPHeaderElement
Sets the relay attribute for this SOAPHeaderElement to be either true or false.
setRole(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.HeaderElementImpl
 
setRole(String) - Method in interface jakarta.xml.soap.SOAPHeaderElement
Sets the Role associated with this SOAPHeaderElement object to the specified Role.
setScheme(String) - Method in class com.sun.xml.messaging.saaj.util.JaxmURI
Set the scheme for this URI.
setSourceCharsetEncoding(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setStaxBridge(StaxBridge) - Method in interface com.sun.xml.messaging.saaj.soap.Envelope
 
setStaxBridge(StaxBridge) - Method in class com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl
 
setStrictErrorChecking(boolean) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setStrictErrorChecking(boolean) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setSubType(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ContentType
Set the subType.
setSubType(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeMultipart
Set the subtype.
setText(String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain".
setText(String, String) - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.MimeBodyPart
Convenience method that sets the given String as this part's content, with a MIME type of "text/plain" and the specified charset.
setTextContent(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.AttrImpl
 
setTextContent(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setTextContent(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
setTextContent(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
 
setTextContent(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setTextContent(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setURIResolver(URIResolver) - Method in class com.sun.xml.messaging.saaj.util.transform.EfficientStreamingTransformer
 
setUserData(String, Object, UserDataHandler) - Method in class com.sun.xml.messaging.saaj.soap.impl.AttrImpl
 
setUserData(String, Object, UserDataHandler) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setUserData(String, Object, UserDataHandler) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
setUserData(String, Object, UserDataHandler) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
 
setUserData(String, Object, UserDataHandler) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setUserData(String, Object, UserDataHandler) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setUserinfo(String) - Method in class com.sun.xml.messaging.saaj.util.JaxmURI
Set the userinfo for this URI.
setValue(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.AttrImpl
 
setValue(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.ElementImpl
 
setValue(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
setValue(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setValue(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setValue(String) - Method in interface jakarta.xml.soap.Node
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node.
setXmlDecl(String) - Method in class com.sun.xml.messaging.saaj.soap.impl.EnvelopeImpl
 
setXmlStandalone(boolean) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setXmlStandalone(boolean) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
setXmlVersion(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
setXmlVersion(String) - Method in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
SharedInputStream - Interface in com.sun.xml.messaging.saaj.packaging.mime.internet
An InputStream that is backed by data that can be shared by multiple readers may implement this interface.
size() - Method in class com.sun.xml.messaging.saaj.packaging.mime.internet.ParameterList
Return the number of parameters in this list.
size() - Method in class com.sun.xml.messaging.saaj.util.ByteOutputStream
 
skip(long) - Method in class com.sun.xml.messaging.saaj.util.TeeInputStream
 
soap - Variable in class com.sun.xml.messaging.saaj.util.stax.SaajStaxWriter
 
SOAP_1_1_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The media type of the Content-Type MIME header in SOAP 1.1.
SOAP_1_1_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.1 specification.
SOAP_1_2_CONTENT_TYPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The media type of the Content-Type MIME header in SOAP 1.2.
SOAP_1_2_PROTOCOL - Static variable in interface jakarta.xml.soap.SOAPConstants
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.2 specification
SOAP_DATAENCODINGUNKNOWN_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
SOAP 1.2 DataEncodingUnknown Fault
SOAP_DOMAIN - Static variable in interface com.sun.xml.messaging.saaj.util.LogDomainConstants
 
SOAP_ENV_PREFIX - Static variable in interface jakarta.xml.soap.SOAPConstants
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
SOAP_ENVELOPE_PREFIX - Static variable in class com.sun.xml.messaging.saaj.soap.name.NameImpl
 
SOAP_IMPL_DOMAIN - Static variable in interface com.sun.xml.messaging.saaj.util.LogDomainConstants
 
SOAP_MUSTUNDERSTAND_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
SOAP 1.2 MustUnderstand Fault
SOAP_RECEIVER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
SOAP 1.2 Receiver Fault
SOAP_SENDER_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
SOAP 1.2 Sender Fault
SOAP_VER1_1_DOMAIN - Static variable in interface com.sun.xml.messaging.saaj.util.LogDomainConstants
 
SOAP_VER1_2_DOMAIN - Static variable in interface com.sun.xml.messaging.saaj.util.LogDomainConstants
 
SOAP_VERSIONMISMATCH_FAULT - Static variable in interface jakarta.xml.soap.SOAPConstants
SOAP 1.2 VersionMismatch Fault
SOAP1_1_FLAG - Static variable in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
SOAP1_2_FLAG - Static variable in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
SOAP11_NAMESPACE - Static variable in class com.sun.xml.messaging.saaj.soap.name.NameImpl
 
SOAP12_NAMESPACE - Static variable in class com.sun.xml.messaging.saaj.soap.name.NameImpl
 
SOAPBody - Interface in jakarta.xml.soap
An object that represents the contents of the SOAP body element in a SOAP message.
SOAPBodyElement - Interface in jakarta.xml.soap
A SOAPBodyElement object represents the contents in a SOAPBody object.
SOAPCommentImpl - Class in com.sun.xml.messaging.saaj.soap.impl
 
SOAPCommentImpl(SOAPDocumentImpl, String) - Constructor for class com.sun.xml.messaging.saaj.soap.impl.SOAPCommentImpl
 
SOAPCommentImpl(SOAPDocumentImpl, CharacterData) - Constructor for class com.sun.xml.messaging.saaj.soap.impl.SOAPCommentImpl
 
SOAPConnection - Class in jakarta.xml.soap
A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
SOAPConnection() - Constructor for class jakarta.xml.soap.SOAPConnection
Default constructor.
SOAPConnectionFactory - Class in jakarta.xml.soap
A factory for creating SOAPConnection objects.
SOAPConnectionFactory() - Constructor for class jakarta.xml.soap.SOAPConnectionFactory
Default constructor.
SOAPConstants - Interface in jakarta.xml.soap
The definition of constants pertaining to the SOAP protocol.
SOAPDocument - Interface in com.sun.xml.messaging.saaj.soap
 
SOAPDocumentFragment - Class in com.sun.xml.messaging.saaj.soap
SAAJ wrapper for DocumentFragment
SOAPDocumentFragment() - Constructor for class com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
 
SOAPDocumentFragment(SOAPDocumentImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
 
SOAPDocumentFragment(SOAPDocumentImpl, DocumentFragment) - Constructor for class com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
 
SOAPDocumentImpl - Class in com.sun.xml.messaging.saaj.soap
 
SOAPDocumentImpl(SOAPPartImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
 
SOAPElement - Interface in jakarta.xml.soap
An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification.
SOAPEnvelope - Interface in jakarta.xml.soap
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
SOAPException - Exception in jakarta.xml.soap
An exception that signals that a SOAP exception has occurred.
SOAPException() - Constructor for exception jakarta.xml.soap.SOAPException
Constructs a SOAPException object with no reason or embedded Throwable object.
SOAPException(String) - Constructor for exception jakarta.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown.
SOAPException(String, Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
Constructs a SOAPException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPException(Throwable) - Constructor for exception jakarta.xml.soap.SOAPException
Constructs a SOAPException object initialized with the given Throwable object.
SOAPExceptionImpl - Exception in com.sun.xml.messaging.saaj
An exception that signals that a SOAP exception has occurred.
SOAPExceptionImpl() - Constructor for exception com.sun.xml.messaging.saaj.SOAPExceptionImpl
Constructs a SOAPExceptionImpl object with no reason or embedded Throwable object.
SOAPExceptionImpl(String) - Constructor for exception com.sun.xml.messaging.saaj.SOAPExceptionImpl
Constructs a SOAPExceptionImpl object with the given String as the reason for the exception being thrown.
SOAPExceptionImpl(String, Throwable) - Constructor for exception com.sun.xml.messaging.saaj.SOAPExceptionImpl
Constructs a SOAPExceptionImpl object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPExceptionImpl(Throwable) - Constructor for exception com.sun.xml.messaging.saaj.SOAPExceptionImpl
Constructs a SOAPExceptionImpl object initialized with the given Throwable object.
SOAPFactory - Class in jakarta.xml.soap
SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree.
SOAPFactory() - Constructor for class jakarta.xml.soap.SOAPFactory
Default constructor.
SOAPFactory1_1Impl - Class in com.sun.xml.messaging.saaj.soap.ver1_1
 
SOAPFactory1_1Impl() - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl
 
SOAPFactory1_2Impl - Class in com.sun.xml.messaging.saaj.soap.ver1_2
 
SOAPFactory1_2Impl() - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_2.SOAPFactory1_2Impl
 
SOAPFactoryDynamicImpl - Class in com.sun.xml.messaging.saaj.soap.dynamic
 
SOAPFactoryDynamicImpl() - Constructor for class com.sun.xml.messaging.saaj.soap.dynamic.SOAPFactoryDynamicImpl
 
SOAPFactoryImpl - Class in com.sun.xml.messaging.saaj.soap
 
SOAPFactoryImpl() - Constructor for class com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
 
SOAPFault - Interface in jakarta.xml.soap
An element in the SOAPBody object that contains error and/or status information.
SOAPFaultElement - Interface in jakarta.xml.soap
A representation of the contents in a SOAPFault object.
SOAPHeader - Interface in jakarta.xml.soap
A representation of the SOAP header element.
SOAPHeaderElement - Interface in jakarta.xml.soap
An object representing the contents in the SOAP header part of the SOAP envelope.
SOAPIOException - Exception in com.sun.xml.messaging.saaj.soap
 
SOAPIOException() - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPIOException
 
SOAPIOException(String) - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPIOException
 
SOAPIOException(String, Throwable) - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPIOException
 
SOAPIOException(Throwable) - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPIOException
 
SOAPMessage - Class in jakarta.xml.soap
The root class for all SOAP messages.
SOAPMessage() - Constructor for class jakarta.xml.soap.SOAPMessage
Default constructor.
SOAPMessageFactory1_1Impl - Class in com.sun.xml.messaging.saaj.soap.ver1_1
 
SOAPMessageFactory1_1Impl() - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl
 
SOAPMessageFactory1_2Impl - Class in com.sun.xml.messaging.saaj.soap.ver1_2
 
SOAPMessageFactory1_2Impl() - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_2.SOAPMessageFactory1_2Impl
 
SOAPMessageFactoryDynamicImpl - Class in com.sun.xml.messaging.saaj.soap.dynamic
 
SOAPMessageFactoryDynamicImpl() - Constructor for class com.sun.xml.messaging.saaj.soap.dynamic.SOAPMessageFactoryDynamicImpl
 
SOAPPart - Class in jakarta.xml.soap
The container for the SOAP-specific portion of a SOAPMessage object.
SOAPPart() - Constructor for class jakarta.xml.soap.SOAPPart
Default constructor.
SOAPPart1_1Impl - Class in com.sun.xml.messaging.saaj.soap.ver1_1
 
SOAPPart1_1Impl() - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl
 
SOAPPart1_1Impl(MessageImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl
 
SOAPPart1_2Impl - Class in com.sun.xml.messaging.saaj.soap.ver1_2
 
SOAPPart1_2Impl() - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_2.SOAPPart1_2Impl
 
SOAPPart1_2Impl(MessageImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.ver1_2.SOAPPart1_2Impl
 
soapPartImpl - Variable in class com.sun.xml.messaging.saaj.soap.MessageImpl
 
SOAPPartImpl - Class in com.sun.xml.messaging.saaj.soap
SOAPPartImpl is the first attachment.
SOAPPartImpl() - Constructor for class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
SOAPPartImpl(MessageImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
SOAPTextImpl - Class in com.sun.xml.messaging.saaj.soap.impl
 
SOAPTextImpl(SOAPDocumentImpl, String) - Constructor for class com.sun.xml.messaging.saaj.soap.impl.SOAPTextImpl
 
SOAPTextImpl(SOAPDocumentImpl, CharacterData) - Constructor for class com.sun.xml.messaging.saaj.soap.impl.SOAPTextImpl
 
SOAPVersionMismatchException - Exception in com.sun.xml.messaging.saaj.soap
 
SOAPVersionMismatchException() - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPVersionMismatchException
Constructs a SOAPExceptionImpl object with no reason or embedded Throwable object.
SOAPVersionMismatchException(String) - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPVersionMismatchException
Constructs a SOAPExceptionImpl object with the given String as the reason for the exception being thrown.
SOAPVersionMismatchException(String, Throwable) - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPVersionMismatchException
Constructs a SOAPExceptionImpl object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded exception.
SOAPVersionMismatchException(Throwable) - Constructor for exception com.sun.xml.messaging.saaj.soap.SOAPVersionMismatchException
Constructs a SOAPExceptionImpl object initialized with the given Throwable object.
source - Variable in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
source - Variable in class com.sun.xml.messaging.saaj.util.TeeInputStream
 
sourceCharsetEncoding - Variable in class com.sun.xml.messaging.saaj.soap.SOAPPartImpl
 
spaces - Variable in class com.sun.xml.messaging.saaj.packaging.mime.util.QPDecoderStream
 
splitText(int) - Method in class com.sun.xml.messaging.saaj.soap.impl.CDATAImpl
 
splitText(int) - Method in class com.sun.xml.messaging.saaj.soap.impl.SOAPCommentImpl
 
splitText(int) - Method in class com.sun.xml.messaging.saaj.soap.impl.SOAPTextImpl
 
standaloneSet() - Method in class com.sun.xml.messaging.saaj.util.stax.LazyEnvelopeStaxReader
 
startCDATA() - Method in class com.sun.xml.messaging.saaj.util.RejectDoctypeSaxFilter
 
startDTD(String, String, String) - Method in class com.sun.xml.messaging.saaj.util.RejectDoctypeSaxFilter
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.messaging.saaj.util.RejectDoctypeSaxFilter
 
startEntity(String) - Method in class com.sun.xml.messaging.saaj.util.RejectDoctypeSaxFilter
 
StaxBridge - Class in com.sun.xml.messaging.saaj.soap
StaxBridge builds Envelope using a XMLStreamReaderToXMLStreamWriter
StaxBridge(SOAPPartImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.StaxBridge
 
StaxLazySourceBridge - Class in com.sun.xml.messaging.saaj.soap
StaxBridge builds Envelope from LazyEnvelopeSource
StaxLazySourceBridge(LazyEnvelopeSource, SOAPPartImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.StaxLazySourceBridge
 
StaxReaderBridge - Class in com.sun.xml.messaging.saaj.soap
StaxBridge builds Envelope using a XMLStreamReaderToXMLStreamWriter
StaxReaderBridge(XMLStreamReader, SOAPPartImpl) - Constructor for class com.sun.xml.messaging.saaj.soap.StaxReaderBridge
 
STR_SRC - Static variable in class com.sun.xml.messaging.saaj.soap.FastInfosetDataContentHandler
 
STR_SRC - Static variable in class com.sun.xml.messaging.saaj.soap.JpegDataContentHandler
 
StringDataContentHandler - Class in com.sun.xml.messaging.saaj.soap
JAF data content handler for text/plain --> String
StringDataContentHandler() - Constructor for class com.sun.xml.messaging.saaj.soap.StringDataContentHandler
 
substringData(int, int) - Method in class com.sun.xml.messaging.saaj.soap.impl.TextImpl
 
A B C D E F G H I J L M N O P Q R S T U W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form