|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventDeserialisationException | |
|---|---|
| org.ikasan.framework.event.serialisation | |
| org.ikasan.framework.initiator.messagedriven | |
| org.ikasan.framework.initiator.messagedriven.jca | |
| Uses of EventDeserialisationException in org.ikasan.framework.event.serialisation |
|---|
| Methods in org.ikasan.framework.event.serialisation that throw EventDeserialisationException | |
|---|---|
protected Event |
DefaultMapMessageEventSerialiser.demapEvent(javax.jms.MapMessage mapMessage,
String moduleName,
String componentName,
List<Payload> payloads,
List<String> eventFieldNames)
|
protected Payload |
DefaultMapMessageEventSerialiser.demapPayload(int payloadOrdinal,
javax.jms.MapMessage mapMessage,
List<String> payloadFieldNames)
|
Event |
DefaultMapMessageEventSerialiser.fromMessage(javax.jms.MapMessage mapMessage,
String moduleName,
String componentName)
|
Event |
JmsMessageEventSerialiser.fromMessage(T message,
String moduleName,
String componentName)
Deserialises a previously existing Event from a MapMessage |
| Uses of EventDeserialisationException in org.ikasan.framework.initiator.messagedriven |
|---|
| Methods in org.ikasan.framework.initiator.messagedriven that throw EventDeserialisationException | |
|---|---|
protected Event |
JmsMessageDrivenInitiatorImpl.handleMapMessage(javax.jms.MapMessage message)
JMS Message specific type handling for MapMessage
Subclasses that wish to support this Message type will override this |
protected Event |
EventMessageDrivenInitiator.handleMapMessage(javax.jms.MapMessage message)
|
protected Event |
JmsMessageDrivenInitiatorImpl.handleObjectMessage(javax.jms.ObjectMessage message)
JMS Message specific type handling for ObjectMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleStreamMessage(javax.jms.StreamMessage message)
JMS Message specific type handling for StreamMessage
Subclasses that wish to support this Message type will override this |
protected Event |
JmsMessageDrivenInitiatorImpl.handleTextMessage(javax.jms.TextMessage message)
JMS Message specific type handling for TextMessage
Subclasses that wish to support this Message type will override this |
| Uses of EventDeserialisationException in org.ikasan.framework.initiator.messagedriven.jca |
|---|
| Methods in org.ikasan.framework.initiator.messagedriven.jca that throw EventDeserialisationException | |
|---|---|
protected Event |
JmsMessageDrivenInitiatorImpl.handleMapMessage(javax.jms.MapMessage message)
JMS Message specific type handling for MapMessage
Subclasses that wish to support this Message type will override this |
protected Event |
EventMessageDrivenInitiator.handleMapMessage(javax.jms.MapMessage message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||