public class ServiceExceptionMessageCodec extends Object implements MessageCodec<ServiceException,ServiceException>
| Constructor and Description |
|---|
ServiceExceptionMessageCodec() |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
decodeFromWire(int pos,
Buffer buffer) |
void |
encodeToWire(Buffer buffer,
ServiceException body) |
String |
name() |
byte |
systemCodecID() |
ServiceException |
transform(ServiceException exception) |
public void encodeToWire(Buffer buffer, ServiceException body)
encodeToWire in interface MessageCodec<ServiceException,ServiceException>public ServiceException decodeFromWire(int pos, Buffer buffer)
decodeFromWire in interface MessageCodec<ServiceException,ServiceException>public ServiceException transform(ServiceException exception)
transform in interface MessageCodec<ServiceException,ServiceException>public String name()
name in interface MessageCodec<ServiceException,ServiceException>public byte systemCodecID()
systemCodecID in interface MessageCodec<ServiceException,ServiceException>Copyright © 2021 Eclipse. All rights reserved.