Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in com.sun.xml.messaging.saaj.packaging.mime.internet
Fields in com.sun.xml.messaging.saaj.packaging.mime.internet declared as ContentTypeModifier and TypeFieldDescriptionprotected ContentTypeMimeMultipart.contentTypeThis field specifies the content-type of this multipart object.Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that return ContentTypeModifier and TypeMethodDescriptionContentType.copy()MimeMultipart.getContentType()Return the content-type of this MimeMultipart.Methods in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type ContentTypeModifier and TypeMethodDescriptionbooleanContentType.match(ContentType cType) Match with the specified ContentType object.Constructors in com.sun.xml.messaging.saaj.packaging.mime.internet with parameters of type ContentTypeModifierConstructorDescriptionBMMimeMultipart(jakarta.activation.DataSource ds, ContentType ct) Constructs a MimeMultipart object and its bodyparts from the given DataSource.MimeMultipart(jakarta.activation.DataSource ds, ContentType ct) Constructs a MimeMultipart object and its bodyparts from the given DataSource.MimePullMultipart(jakarta.activation.DataSource ds, ContentType ct) -
Uses of ContentType in com.sun.xml.messaging.saaj.soap
Fields in com.sun.xml.messaging.saaj.soap declared as ContentTypeConstructors in com.sun.xml.messaging.saaj.soap with parameters of type ContentTypeModifierConstructorDescriptionprotectedMessageImpl(MimeHeaders headers, ContentType contentType, int stat, InputStream in) Construct a message from an input stream.protectedMessageImpl(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 ContentTypeModifierConstructorDescriptionMessage1_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 ContentTypeModifierConstructorDescriptionMessage1_2Impl(MimeHeaders headers, ContentType ct, int stat, InputStream in) Message1_2Impl(MimeHeaders headers, ContentType ct, int stat, XMLStreamReader reader)