public class JwsDetachedSignatureProvider extends Object implements javax.ws.rs.ext.MessageBodyWriter<JwsDetachedSignature>
Constructor and Description |
---|
JwsDetachedSignatureProvider() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(JwsDetachedSignature arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
javax.ws.rs.core.MediaType arg4) |
boolean |
isWriteable(Class<?> cls,
Type t,
Annotation[] anns,
javax.ws.rs.core.MediaType mt) |
void |
writeTo(JwsDetachedSignature parts,
Class<?> cls,
Type t,
Annotation[] anns,
javax.ws.rs.core.MediaType mt,
javax.ws.rs.core.MultivaluedMap<String,Object> headers,
OutputStream os) |
public long getSize(JwsDetachedSignature arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
getSize
in interface javax.ws.rs.ext.MessageBodyWriter<JwsDetachedSignature>
public boolean isWriteable(Class<?> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt)
isWriteable
in interface javax.ws.rs.ext.MessageBodyWriter<JwsDetachedSignature>
public void writeTo(JwsDetachedSignature parts, Class<?> cls, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream os) throws IOException, javax.ws.rs.WebApplicationException
writeTo
in interface javax.ws.rs.ext.MessageBodyWriter<JwsDetachedSignature>
IOException
javax.ws.rs.WebApplicationException
Apache CXF