Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.wst.wsdl.binding.mime
Interface MIMEFactory


public interface MIMEFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
MIMEPackage

Field Summary
static  MIMEFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
  MIMEContent createMIMEContent ()
          Returns a new object of class 'Content'
  MIMEMimeXml createMIMEMimeXml ()
          Returns a new object of class 'Mime Xml'
  MIMEMultipartRelated createMIMEMultipartRelated ()
          Returns a new object of class 'Multipart Related'
  MIMEPart createMIMEPart ()
          Returns a new object of class 'Part'
  MIMEPackage getMIMEPackage ()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final 
MIMEFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createMIMEContent


MIMEContent createMIMEContent()
Returns a new object of class 'Content'.

Returns:
a new object of class 'Content'.

createMIMEPart


MIMEPart createMIMEPart()
Returns a new object of class 'Part'.

Returns:
a new object of class 'Part'.

createMIMEMultipartRelated


MIMEMultipartRelated createMIMEMultipartRelated()
Returns a new object of class 'Multipart Related'.

Returns:
a new object of class 'Multipart Related'.

createMIMEMimeXml


MIMEMimeXml createMIMEMimeXml()
Returns a new object of class 'Mime Xml'.

Returns:
a new object of class 'Mime Xml'.

getMIMEPackage


MIMEPackage getMIMEPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire