| Package | Description |
|---|---|
| ch.rasc.wampspring.handler | |
| ch.rasc.wampspring.message | |
| ch.rasc.wampspring.support |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationMethodHandler.handleMessage(WampMessage message) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallErrorMessage
When the remote procedure call could not be executed, an error or exception occurred
during the execution or the execution of the remote procedure finishes unsuccessfully
for any other reason, the server responds by sending this message
|
class |
CallMessage
A client initiates a RPC by sending this message
|
class |
CallResultMessage
When the execution of the remote procedure finishes successfully, the server responds
by sending this message
|
class |
EventMessage
Subscribers receive PubSub events published by subscribers via the EVENT message.
|
class |
PrefixMessage
A client requests access to a valid topicURI to receive events published to the given
topicURI.
|
class |
PublishMessage
The client will send an event to all clients connected to the server who have
subscribed to the topicURI.
|
class |
SubscribeMessage
A client requests access to a valid topicURI to receive events published to the given
topicURI.
|
class |
UnsubscribeMessage
Calling unsubscribe on a topicURI informs the server to stop delivering messages to the
client previously subscribed to that topicURI.
|
class |
WelcomeMessage
When a WAMP client connects to a WAMP server, the very first message sent by the server
is always this message.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
InvocableHandlerMethod.invoke(WampMessage message,
Object... providedArgs)
Invoke the method with the given message.
|
Object |
WampSessionMethodArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
WampMessage message) |
Object |
PrincipalMethodArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
WampMessage message) |
Object |
HandlerMethodArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
WampMessage message) |
Object |
WampMessageMethodArgumentResolver.resolveArgument(org.springframework.core.MethodParameter parameter,
WampMessage message) |
Object |
HandlerMethodArgumentResolverComposite.resolveArgument(org.springframework.core.MethodParameter parameter,
WampMessage message)
Iterate over registered
HandlerMethodArgumentResolvers and invoke the one
that supports it. |
Copyright © 2014–2015. All rights reserved.