public interface WireFormatHandler
| Modifier and Type | Method and Description |
|---|---|
WireFormatContext |
getWireFormatContext()
Gets the wire format context.
|
void |
setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
|
java.lang.Object |
transform(java.lang.Object source)
Transform.
|
java.lang.Object transform(java.lang.Object source)
throws WireFormatHandlerException
source - the sourceWireFormatHandlerException - the wire format handler exceptionvoid setWireFormatContext(WireFormatContext ctx)
ctx - the new wire format contextWireFormatContext getWireFormatContext()