|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attachments | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl | |
org.apache.axiom.om.impl.builder | |
org.apache.axiom.soap.impl.builder |
Uses of Attachments in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om with parameters of type Attachments | |
---|---|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided Attachments object using a
specified object model factory and with a given parser configuration. |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided Attachments object and with a
given parser configuration. |
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(Attachments attachments)
Create an MTOM aware model builder from the provided Attachments object. |
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
Attachments attachments)
Create an MTOM aware model builder from the provided Attachments object using a
particular Axiom implementation. |
Uses of Attachments in org.apache.axiom.om.impl |
---|
Methods in org.apache.axiom.om.impl with parameters of type Attachments | |
---|---|
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. |
Uses of Attachments in org.apache.axiom.om.impl.builder |
---|
Methods in org.apache.axiom.om.impl.builder that return Attachments | |
---|---|
Attachments |
XOPBuilder.getAttachments()
|
Attachments |
XOPAwareStAXOMBuilder.getAttachments()
|
Constructors in org.apache.axiom.om.impl.builder with parameters of type Attachments | |
---|---|
XOPAwareStAXOMBuilder(InputStream inStream,
Attachments attachments)
|
|
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser,
Attachments attachments)
Constructor StAXOMBuilder. |
|
XOPAwareStAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element. |
|
XOPAwareStAXOMBuilder(String filePath,
Attachments attachments)
|
|
XOPAwareStAXOMBuilder(XMLStreamReader parser,
Attachments attachments)
Constructor StAXXOPAwareOMBuilder. |
Uses of Attachments in org.apache.axiom.soap.impl.builder |
---|
Methods in org.apache.axiom.soap.impl.builder that return Attachments | |
---|---|
Attachments |
MTOMStAXSOAPModelBuilder.getAttachments()
|
Constructors in org.apache.axiom.soap.impl.builder with parameters of type Attachments | |
---|---|
MTOMStAXSOAPModelBuilder(XMLStreamReader reader,
Attachments attachments)
|
|
MTOMStAXSOAPModelBuilder(XMLStreamReader reader,
Attachments attachments,
String soapVersion)
|
|
MTOMStAXSOAPModelBuilder(XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
String soapVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |