Uses of Interface
org.apache.axiom.om.format.xop.ContentTypeProvider
Packages that use ContentTypeProvider
Package
Description
Contains core interfaces of the Axiom API.
Contains utility classes to work with the Java Activation Framework.
-
Uses of ContentTypeProvider in org.apache.axiom.om
Methods in org.apache.axiom.om that return ContentTypeProviderMethods in org.apache.axiom.om with parameters of type ContentTypeProviderModifier and TypeMethodDescriptionvoid
OMOutputFormat.setContentTypeProvider
(ContentTypeProvider contentTypeProvider) -
Uses of ContentTypeProvider in org.apache.axiom.util.activation
Classes in org.apache.axiom.util.activation that implement ContentTypeProviderModifier and TypeClassDescriptionfinal class
ContentTypeProvider
implementation that recognizes blobs created fromDataHandler
objects and returns the content type specified byDataHandler.getContentType()
.