public class ServerFramework
extends java.lang.Object
| Constructor and Description |
|---|
ServerFramework() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(java.lang.annotation.Annotation annotation) |
void |
addConfigurator(java.lang.String id,
ServerConfigurator configurator) |
void |
configure(EndpointDescription endpointDescription) |
java.lang.annotation.Annotation[] |
getAllAnnotations() |
java.lang.annotation.Annotation |
getAnnotation(java.lang.String id) |
boolean |
isValid(java.lang.annotation.Annotation annotation) |
public void addConfigurator(java.lang.String id,
ServerConfigurator configurator)
public boolean isValid(java.lang.annotation.Annotation annotation)
public void addAnnotation(java.lang.annotation.Annotation annotation)
public java.lang.annotation.Annotation getAnnotation(java.lang.String id)
public java.lang.annotation.Annotation[] getAllAnnotations()
public void configure(EndpointDescription endpointDescription)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.