public abstract class DelegatingValueWriter<V> extends Object implements ValueWriter<V>
ValueWriter.Factory<V>, ValueWriter.Registry
Modifier | Constructor and Description |
---|---|
protected |
DelegatingValueWriter(ValueWriter.Registry registry) |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
getUnderlyingValue(V frameBody) |
boolean |
isComplete() |
void |
setValue(V frameBody) |
int |
writeToBuffer(QpidByteBuffer buffer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isCacheable
protected DelegatingValueWriter(ValueWriter.Registry registry)
public int writeToBuffer(QpidByteBuffer buffer)
writeToBuffer
in interface ValueWriter<V>
public void setValue(V frameBody)
setValue
in interface ValueWriter<V>
public boolean isComplete()
isComplete
in interface ValueWriter<V>
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.