public class FormattedServiceListWriter extends Object implements ServiceListWriter
| Constructor and Description |
|---|
FormattedServiceListWriter(String styleSheetPath,
String title,
boolean showForeignContexts,
org.apache.cxf.Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
void |
writeServiceList(PrintWriter writer,
String basePath,
org.apache.cxf.transport.AbstractDestination[] soapDestinations,
org.apache.cxf.transport.AbstractDestination[] restDestinations) |
public String getContentType()
getContentType in interface ServiceListWriterpublic void writeServiceList(PrintWriter writer, String basePath, org.apache.cxf.transport.AbstractDestination[] soapDestinations, org.apache.cxf.transport.AbstractDestination[] restDestinations) throws IOException
writeServiceList in interface ServiceListWriterIOExceptionApache CXF