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