public abstract class WriteProvider extends Object
Constructor and Description |
---|
WriteProvider(Marshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
abstract void |
write(String key,
byte[] bytes) |
void |
write(String key,
Marshallable message) |
public WriteProvider(Marshaller marshaller)
public abstract void write(String key, byte[] bytes)
public void write(String key, Marshallable message)
Copyright © 2016. All Rights Reserved.