Package | Description |
---|---|
org.apache.james.mime4j.dom | |
org.apache.james.mime4j.internal | |
org.apache.james.mime4j.message | |
org.apache.james.mime4j.storage |
Modifier and Type | Method and Description |
---|---|
Message.Builder |
Message.Builder.use(BodyFactory bodyFactory)
Sets
BodyFactory that will be
used to generate message body. |
Constructor and Description |
---|
ParserStreamContentHandler(Entity entity,
BodyFactory bodyFactory) |
ParserStreamContentHandler(Entity entity,
MessageImplFactory messageImplFactory,
BodyFactory bodyFactory) |
Modifier and Type | Class and Description |
---|---|
class |
BasicBodyFactory
Factory for creating message bodies.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMessageBuilder.setBodyFactory(BodyFactory bodyFactory) |
MessageBuilder |
MessageBuilder.use(BodyFactory bodyFactory)
Deprecated.
|
BodyPartBuilder |
BodyPartBuilder.use(BodyFactory bodyFactory)
Sets
BodyFactory that will be
used to generate message body. |
MultipartBuilder |
MultipartBuilder.use(BodyFactory bodyFactory) |
SingleBodyBuilder |
SingleBodyBuilder.use(BodyFactory bodyFactory) |
Modifier and Type | Class and Description |
---|---|
class |
StorageBodyFactory
Factory for creating message bodies.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.