public class HTTPServerAssertionBuilder extends JaxbAssertionBuilder<HTTPServerPolicy> {
public static final List<QName> KNOWN_ELEMENTS
= Collections.singletonList(new ServerPolicyCalculator().getDataClassName());
public HTTPServerAssertionBuilder() throws JAXBException {
super(HTTPServerPolicy.class, new ServerPolicyCalculator().getDataClassName());
}