public class CswTransactionRequestWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<CswTransactionRequest>
Constructor and Description |
---|
CswTransactionRequestWriter(com.thoughtworks.xstream.converters.Converter delegatingTransformer) |
Modifier and Type | Method and Description |
---|---|
long |
getSize(CswTransactionRequest cswTransactionRequest,
Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(CswTransactionRequest cswTransactionRequest,
Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> multivaluedMap,
OutputStream outputStream) |
public CswTransactionRequestWriter(com.thoughtworks.xstream.converters.Converter delegatingTransformer)
public boolean isWriteable(Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable
in interface javax.ws.rs.ext.MessageBodyWriter<CswTransactionRequest>
public long getSize(CswTransactionRequest cswTransactionRequest, Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize
in interface javax.ws.rs.ext.MessageBodyWriter<CswTransactionRequest>
public void writeTo(CswTransactionRequest cswTransactionRequest, Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> multivaluedMap, OutputStream outputStream) throws IOException, javax.ws.rs.WebApplicationException
writeTo
in interface javax.ws.rs.ext.MessageBodyWriter<CswTransactionRequest>
IOException
javax.ws.rs.WebApplicationException
This work is licensed under a Creative Commons Attribution 4.0 International License.