public class Model extends Object
| Constructor and Description |
|---|
Model(Class<?> annotatedClass) |
Model(Object endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
List<Decoder> |
getDecoders() |
List<Encoder> |
getEncoders() |
Set<Method> |
getOnCloseMethods() |
Set<Method> |
getOnMessageMethods() |
Set<Method> |
getOnOpenMethods() |
List<String> |
getSubprotocols() |
static Set<Method> |
parseAnnotatedMethods(Class wsClass,
Class annotationClass) |
static List<String> |
parseSubprotocols(Class wsClass) |
boolean |
wasAnnotated() |
public Model(Class<?> annotatedClass)
public Model(Object endpoint) throws IllegalAccessException, InstantiationException
Copyright © 2012. All Rights Reserved.