net.sf.ahtutils.xml.mail
Class ObjectFactory

java.lang.Object
  extended by net.sf.ahtutils.xml.mail.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.sf.ahtutils.xml.mail package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.ahtutils.xml.mail
 
Method Summary
 Attachment createAttachment()
          Create an instance of Attachment
 Bcc createBcc()
          Create an instance of Bcc
 Cc createCc()
          Create an instance of Cc
 EmailAddress createEmailAddress()
          Create an instance of EmailAddress
 From createFrom()
          Create an instance of From
 Header createHeader()
          Create an instance of Header
 Mail createMail()
          Create an instance of Mail
 Mails createMails()
          Create an instance of Mails
 Template createTemplate()
          Create an instance of Template
 To createTo()
          Create an instance of To
 Tracker createTracker()
          Create an instance of Tracker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.ahtutils.xml.mail

Method Detail

createTo

public To createTo()
Create an instance of To


createEmailAddress

public EmailAddress createEmailAddress()
Create an instance of EmailAddress


createTemplate

public Template createTemplate()
Create an instance of Template


createMail

public Mail createMail()
Create an instance of Mail


createMails

public Mails createMails()
Create an instance of Mails


createBcc

public Bcc createBcc()
Create an instance of Bcc


createTracker

public Tracker createTracker()
Create an instance of Tracker


createFrom

public From createFrom()
Create an instance of From


createAttachment

public Attachment createAttachment()
Create an instance of Attachment


createCc

public Cc createCc()
Create an instance of Cc


createHeader

public Header createHeader()
Create an instance of Header



Copyright © 2011. All Rights Reserved.