Package | Description |
---|---|
org.apache.axiom.attachments | |
org.apache.axiom.om.impl | |
org.apache.axiom.om.impl.builder | |
org.apache.axiom.soap.impl.builder |
Constructor and Description |
---|
MIMEBodyPartInputStream(PushbackInputStream inStream,
byte[] boundary,
Attachments parent) |
MIMEBodyPartInputStream(PushbackInputStream inStream,
byte[] boundary,
Attachments parent,
int pushbacksize) |
Modifier and Type | Method and Description |
---|---|
static void |
MIMEOutputUtils.writeMM7Message(StringWriter writer,
OutputStream outputStream,
Attachments attachments,
OMOutputFormat format,
String innerPartCID,
String innerBoundary)
Deprecated.
Axiom only supports standard SwA messages. However,
OMMultipartWriter
provides a flexible way to build MIME packages for non standard formats such as
MM7. |
static void |
MIMEOutputUtils.writeSOAPWithAttachmentsMessage(StringWriter writer,
OutputStream outputStream,
Attachments attachments,
OMOutputFormat format)
Deprecated.
Use
OMMultipartWriter instead. |
Modifier and Type | Method and Description |
---|---|
Attachments |
XOPBuilder.getAttachments() |
Attachments |
XOPAwareStAXOMBuilder.getAttachments() |
Constructor and Description |
---|
XOPAwareStAXOMBuilder(InputStream inStream,
Attachments attachments) |
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Constructor StAXOMBuilder.
|
XOPAwareStAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element.
|
XOPAwareStAXOMBuilder(String filePath,
Attachments attachments) |
XOPAwareStAXOMBuilder(javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Constructor StAXXOPAwareOMBuilder.
|
Modifier and Type | Method and Description |
---|---|
Attachments |
MTOMStAXSOAPModelBuilder.getAttachments() |
Constructor and Description |
---|
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments) |
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments,
String soapVersion) |
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
String soapVersion) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.