Package com.consol.citrus.mail.model
Class ObjectFactory
- java.lang.Object
-
- com.consol.citrus.mail.model.ObjectFactory
-
public class ObjectFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.mail.model
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcceptRequestcreateAcceptRequest()Create an instance ofAcceptRequestAcceptResponsecreateAcceptResponse()Create an instance ofAcceptResponseAttachmentPartcreateAttachmentPart()Create an instance ofAttachmentPartBodyPartcreateBodyPart()Create an instance ofBodyPartBodyPart.AttachmentscreateBodyPartAttachments()Create an instance ofBodyPart.AttachmentsMailRequestcreateMailMessage()Create an instance ofMailRequestMailResponsecreateMailResponse()Create an instance ofMailResponse
-
-
-
Method Detail
-
createBodyPartAttachments
public BodyPart.Attachments createBodyPartAttachments()
Create an instance ofBodyPart.Attachments
-
createMailResponse
public MailResponse createMailResponse()
Create an instance ofMailResponse
-
createAcceptResponse
public AcceptResponse createAcceptResponse()
Create an instance ofAcceptResponse
-
createMailMessage
public MailRequest createMailMessage()
Create an instance ofMailRequest
-
createAttachmentPart
public AttachmentPart createAttachmentPart()
Create an instance ofAttachmentPart
-
createAcceptRequest
public AcceptRequest createAcceptRequest()
Create an instance ofAcceptRequest
-
-