public class MTOMStAXSOAPModelBuilder extends StAXSOAPModelBuilder implements XOPBuilder
| Modifier and Type | Field and Description |
|---|---|
private Attachments |
attachments
Attachments handles deferred parsing of incoming MIME Messages. |
_isClosed, _releaseParserOnClose, cache, charEncoding, customBuilderForPayload, customBuilders, dataHandlerReader, document, done, elementLevel, maxDepthForCustomBuilders, omfactory, parser, parserAccessed, parserException, target| Constructor and Description |
|---|
MTOMStAXSOAPModelBuilder(SOAPFactory soapFactory,
javax.xml.stream.XMLStreamReader reader,
MimePartProvider mimePartProvider) |
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments) |
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments,
java.lang.String soapVersion) |
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
java.lang.String soapVersion) |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
getAttachments() |
javax.activation.DataHandler |
getDataHandler(java.lang.String blobContentID) |
constructNode, createDocument, createDTD, createEntityReference, createNextOMElement, createPI, getEnvelopeNamespace, getSOAPEnvelope, getSOAPFactory, getSoapMessage, identifySOAPVersioncreateComment, createOMElement, createPrefix, createWithCustomBuilder, getDocumentElement, getDocumentElement, isLookahead, isNamespaceURIInterning, logParserState, lookahead, next, processNamespaceData, setDoDebug, setNamespaceURIInterningclose, createDocumentIfNecessary, createOMText, debugDiscarded, discard, discard, getAttributeCount, getAttributeName, getAttributeNamespace, getAttributePrefix, getBuilderType, getCharacterEncoding, getCharsetEncoding, getCustomBuilder, getDocument, getName, getNamespace, getNamespaceCount, getNamespacePrefix, getNamespaceUri, getParser, getPrefix, getReaderProperty, getRegisteredContentHandler, getText, init, isCache, isClosed, isCompleted, processAttributes, registerCustomBuilder, registerCustomBuilderForPayload, registerExternalContentHandler, releaseParserOnClose, setCache, setOMBuilderFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, discard, getBuilderType, getCharacterEncoding, getDocument, getDocumentElement, getDocumentElement, getParser, getRegisteredContentHandler, isCache, isCompleted, next, registerExternalContentHandler, setCacheprivate final Attachments attachments
Attachments handles deferred parsing of incoming MIME Messages.public MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
java.lang.String soapVersion)
public MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments,
java.lang.String soapVersion)
reader - attachments - public MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments)
public MTOMStAXSOAPModelBuilder(SOAPFactory soapFactory, javax.xml.stream.XMLStreamReader reader, MimePartProvider mimePartProvider)
public javax.activation.DataHandler getDataHandler(java.lang.String blobContentID)
throws OMException
getDataHandler in interface XOPBuildergetDataHandler in interface OMAttachmentAccessorblobContentID - (without the surrounding angle brackets and "cid:" prefix)OMExceptionpublic Attachments getAttachments()
getAttachments in interface XOPBuilder