Uses of Class
com.sun.xml.ws.developer.StreamingAttachmentFeature

Packages that use StreamingAttachmentFeature
com.sun.xml.ws.encoding   
com.sun.xml.ws.encoding.xml   
 

Uses of StreamingAttachmentFeature in com.sun.xml.ws.encoding
 

Constructors in com.sun.xml.ws.encoding with parameters of type StreamingAttachmentFeature
MimeMultipartParser(InputStream in, String contentType, StreamingAttachmentFeature feature)
           
 

Uses of StreamingAttachmentFeature in com.sun.xml.ws.encoding.xml
 

Constructors in com.sun.xml.ws.encoding.xml with parameters of type StreamingAttachmentFeature
XMLMessage.XMLMultiPart(javax.activation.DataSource dataSource, StreamingAttachmentFeature feature)
           
XMLMessage.XMLMultiPart(String contentType, InputStream is, StreamingAttachmentFeature feature)