public class KieServerControllerNotificationEncoder extends Object implements javax.websocket.Encoder.Text<KieServerControllerNotification>
| Constructor and Description |
|---|
KieServerControllerNotificationEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
encode(KieServerControllerNotification object) |
void |
init(javax.websocket.EndpointConfig config) |
public KieServerControllerNotificationEncoder()
public String encode(KieServerControllerNotification object) throws javax.websocket.EncodeException
encode in interface javax.websocket.Encoder.Text<KieServerControllerNotification>javax.websocket.EncodeExceptionpublic void init(javax.websocket.EndpointConfig config)
init in interface javax.websocket.Encoderpublic void destroy()
destroy in interface javax.websocket.EncoderCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.