public class CSMPResponseParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CSMPResponseParser.SUPacketBean
Hydrated representation of a SubscriptionPacket
|
static class |
CSMPResponseParser.SUResponseBean
Hydrated representation of a SubscriptionUpdateResponse
|
static class |
CSMPResponseParser.SUSubscriberCtrlBean
Hydrated representation of a Subscriber Ctrl message
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_FLAG_FALSE |
static String |
ISFILTER_FALSE |
static String |
OK_FALSE |
static String |
OK_TRUE |
| Modifier and Type | Method and Description |
|---|---|
static CSMPResponseParser |
onlyInstance()
Singleton accessor
|
CSMPResponseParser.SUResponseBean |
parseSUResponse(JCSMPErrorResponseException opEx)
Parses a SubscriptionUpdateResponse
|
CSMPResponseParser.SUSubscriberCtrlBean |
parseSUSubscriberCtrlResponse(SubCtrlHeaderBean messageBean)
Parses a SubCtrlResponse
|
public static final String OK_TRUE
public static final String OK_FALSE
public static final String ADD_FLAG_FALSE
public static final String ISFILTER_FALSE
public static CSMPResponseParser onlyInstance()
public CSMPResponseParser.SUResponseBean parseSUResponse(JCSMPErrorResponseException opEx)
opEx - parameterpublic CSMPResponseParser.SUSubscriberCtrlBean parseSUSubscriberCtrlResponse(SubCtrlHeaderBean messageBean)
opEx - parameterCopyright 2004-2019 Solace Corporation. All rights reserved.