Package org.citrusframework.mail.model
Class ObjectFactory
java.lang.Object
org.citrusframework.mail.model.ObjectFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.mail.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAcceptRequestCreate an instance ofAcceptResponseCreate an instance ofAttachmentPartCreate an instance ofBodyPartCreate an instance ofBodyPart.AttachmentsCreate an instance ofMailRequestCreate an instance ofMailResponse
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.citrusframework.mail.model
-
-
Method Details
-
createBodyPartAttachments
Create an instance ofBodyPart.Attachments -
createBodyPart
Create an instance ofBodyPart -
createMailResponse
Create an instance ofMailResponse -
createAcceptResponse
Create an instance ofAcceptResponse -
createMailMessage
Create an instance ofMailRequest -
createAttachmentPart
Create an instance ofAttachmentPart -
createAcceptRequest
Create an instance ofAcceptRequest
-