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() |
createWithResolvedBean, equals, getBean, getBeanType, getBridgedMethod, getMethod, getMethodAnnotation, getMethodParameters, getResolvedFromHandlerMethod, getReturnType, getReturnValueType, getShortLogMessage, hashCode, hasMethodAnnotation, isVoid, toStringpublic String[] getReplyTo()
public boolean isBroadcast()
public boolean isExcludeSender()
public boolean isAuthenticationRequired()
Copyright © 2014–2017. All rights reserved.