Uses of Class
org.jvnet.mimepull.MIMEConfig
-
Packages that use MIMEConfig Package Description com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users.org.jvnet.mimepull -
-
Uses of MIMEConfig in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer that return MIMEConfig Modifier and Type Method Description MIMEConfigStreamingAttachmentFeature. getConfig()Returns the configuration object. -
Uses of MIMEConfig in org.jvnet.mimepull
Constructors in org.jvnet.mimepull with parameters of type MIMEConfig Constructor Description MIMEMessage(InputStream in, String boundary, MIMEConfig config)Creates a MIME message from the content's stream.
-