Resteasy Multipart Provider 2.3.6.Final-redhat-1

org.jboss.resteasy.plugins.providers.multipart
Class MultipartFormDataWriter

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
      extended by org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartFormDataWriter
          extended by org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<MultipartFormDataOutput>

@Provider
public class MultipartFormDataWriter
extends AbstractMultipartFormDataWriter
implements javax.ws.rs.ext.MessageBodyWriter<MultipartFormDataOutput>

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
workers
 
Constructor Summary
MultipartFormDataWriter()
           
 
Method Summary
 long getSize(MultipartFormDataOutput multipartFormDataOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 void writeTo(MultipartFormDataOutput multipartFormDataOutput, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
           
 
Methods inherited from class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartFormDataWriter
writeParts
 
Methods inherited from class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
write, writePart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartFormDataWriter

public MultipartFormDataWriter()
Method Detail

isWriteable

public boolean isWriteable(Class<?> type,
                           Type genericType,
                           Annotation[] annotations,
                           javax.ws.rs.core.MediaType mediaType)
Specified by:
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<MultipartFormDataOutput>

getSize

public long getSize(MultipartFormDataOutput multipartFormDataOutput,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType)
Specified by:
getSize in interface javax.ws.rs.ext.MessageBodyWriter<MultipartFormDataOutput>

writeTo

public void writeTo(MultipartFormDataOutput multipartFormDataOutput,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType,
                    javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
                    OutputStream entityStream)
             throws IOException,
                    javax.ws.rs.WebApplicationException
Specified by:
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<MultipartFormDataOutput>
Throws:
IOException
javax.ws.rs.WebApplicationException

Resteasy Multipart Provider 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.