public class WampHandlerMethod
extends org.springframework.messaging.handler.HandlerMethod
| Constructor and Description |
|---|
WampHandlerMethod(String beanName,
org.springframework.beans.factory.BeanFactory beanFactory,
Method method,
String[] replyTo,
Boolean broadcast,
Boolean excludeSender,
boolean authenticationRequired) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getReplyTo() |
boolean |
isAuthenticationRequired() |
boolean |
isBroadcast() |
boolean |
isExcludeSender() |
public String[] getReplyTo()
public boolean isBroadcast()
public boolean isExcludeSender()
public boolean isAuthenticationRequired()
Copyright © 2014–2015. All rights reserved.