| Home >> All >> org >> apache >> axis >> [ attachments Javadoc ] |
org.apache.axis.attachments: Javadoc index of package org.apache.axis.attachments.
Package Samples:
org.apache.axis.attachments
Classes:
DimeDelimitedInputStream: This class takes the input stream and turns it multiple streams. DIME version 0 format 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ --- | VERSION |B|E|C| TYPE_T| OPT_T | OPTIONS_LENGTH | A +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ID_LENGTH | TYPE_LENGTH | Always present 12 bytes +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ even on chunked data. | DATA_LENGTH | V +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ --- | / / OPTIONS + PADDING / ...
Attachments: Access the Attachments of a Message. This interface essentially firewalls the rest of Axis from any dependencies on javax.activation. If javax.activation is not available, this is the *only* class that will be compiled in org.apache.axis.attachments.
ManagedMemoryDataSource: This class allows small attachments to be cached in memory, while large ones are cached out. It implements a Java Activiation Data source interface.
AttachmentsImpl: Implements the Attachment interface, via an actual Hashmap of actual AttachmentParts.
DynamicContentDataHandler: To be used with writing out DIME Attachments. AXIS will use DIME record chunking.
AttachmentUtils: This class allow access to the Jaf data handler in AttachmentPart.
BoundaryDelimitedStream: This class takes the input stream and turns it multiple streams.
DimeTypeNameFormat: This class is a single part for DIME mulitpart message.
DimeMultiPart: This class hold all parts of a DIME multipart message.
MimeUtils: This class is defines utilities for mime.
MultiPartDimeInputStream: This simulates the multipart stream.
MultiPartInputStream: This simulates the multipart stream.
MultiPartRelatedInputStream: This simulates the multipart stream.
DimeBodyPart: Holds one attachment DIME part.
AttachmentPart: An attachment part.
ImageDataSource
MimeMultipartDataSource
OctetStream
OctetStreamDataSource
PlainTextDataSource
SourceDataSource
| Home | Contact Us | Privacy Policy | Terms of Service |