public class PropFindXmlGenerator extends Object
| Constructor and Description |
|---|
PropFindXmlGenerator(ValueWriters valueWriters) |
| Modifier and Type | Method and Description |
|---|---|
String |
generate(List<PropFindResponse> propFindResponses) |
void |
generate(List<PropFindResponse> propFindResponses,
OutputStream responseOutput,
boolean writeErrorProps) |
void |
generate(List<PropFindResponse> propFindResponses,
OutputStream responseOutput,
boolean writeErrorProps,
PropFindXmlFooter footerGenerator) |
String |
generate(List<PropFindResponse> propFindResponses,
PropFindXmlFooter footerGenerator) |
public PropFindXmlGenerator(ValueWriters valueWriters)
public void generate(List<PropFindResponse> propFindResponses, OutputStream responseOutput, boolean writeErrorProps, PropFindXmlFooter footerGenerator)
footerGenerator - Use this parameter for writing additional footer elements.public void generate(List<PropFindResponse> propFindResponses, OutputStream responseOutput, boolean writeErrorProps)
public String generate(List<PropFindResponse> propFindResponses)
public String generate(List<PropFindResponse> propFindResponses, PropFindXmlFooter footerGenerator)
Copyright © 2021 McEvoy Software Ltd. All rights reserved.