Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.ContentType

Packages that use ContentType
com.sun.xml.messaging.saaj.packaging.mime.internet   
com.sun.xml.messaging.saaj.soap   
com.sun.xml.messaging.saaj.soap.ver1_1   
com.sun.xml.messaging.saaj.soap.ver1_2   
 

Uses of ContentType in com.sun.xml.messaging.saaj.packaging.mime.internet
 

Fields in com.sun.xml.messaging.saaj.packaging.mime.internet declared as ContentType
protected  ContentType MimeMultipart.contentType
          This field specifies the content-type of this multipart object.
 

Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that return ContentType
 ContentType ContentType.copy()
           
 ContentType MimeMultipart.getContentType()
          Return the content-type of this MimeMultipart.
 

Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type ContentType
 boolean ContentType.match(ContentType cType)
          Match with the specified ContentType object.
 

Constructors in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type ContentType
BMMimeMultipart(DataSource ds, ContentType ct)
          Constructs a MimeMultipart object and its bodyparts from the given DataSource.
MimeMultipart(DataSource ds, ContentType ct)
          Constructs a MimeMultipart object and its bodyparts from the given DataSource.
MimePullMultipart(DataSource ds, ContentType ct)
           
 

Uses of ContentType in com.sun.xml.messaging.saaj.soap
 

Fields in com.sun.xml.messaging.saaj.soap declared as ContentType
protected  ContentType MessageImpl.contentType
           
 

Constructors in com.sun.xml.messaging.saaj.soap with parameters of type ContentType
MessageImpl(MimeHeaders headers, ContentType contentType, int stat, InputStream in)
          Construct a message from an input stream.
MessageImpl(MimeHeaders headers, ContentType ct, int stat, XMLStreamReader reader)
           
 

Uses of ContentType in com.sun.xml.messaging.saaj.soap.ver1_1
 

Constructors in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type ContentType
Message1_1Impl(MimeHeaders headers, ContentType ct, int stat, InputStream in)
           
Message1_1Impl(MimeHeaders headers, ContentType ct, int stat, XMLStreamReader reader)
           
 

Uses of ContentType in com.sun.xml.messaging.saaj.soap.ver1_2
 

Constructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type ContentType
Message1_2Impl(MimeHeaders headers, ContentType ct, int stat, InputStream in)
           
Message1_2Impl(MimeHeaders headers, ContentType ct, int stat, XMLStreamReader reader)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.